* {
  margin:         0;
  padding:        0;
} 

u {
  text-decoration:line-through; 
}

img {
  border:         0;
}

a {
  color:          #0A9AF6;
  font-weight:    bold;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

p {
  margin:         0.5em 0;
  padding:        0.5em 0;
}
        
ul,
ol {
  padding:        1em 1em 1em 2.5em;
}


  ul li,
  ol li {
    margin:        0;
  }

hr {
  height:         1px;
  color:          #CCC;
  background:     #CCC;
  border:         0;
}


form fieldset {
  border:         0;
}

/* HTML & Body
=====================================================*/


body {
	color:          #FFF;
	font:           12px/1.3em Arial, Helvetica, Sans-Serif;
	text-align:     center;
	margin: 0px;
	padding: 0px;
	background-color: #0a0a0a;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 90px;
}

#container {
  width:          880px;
  margin:         5px auto;
  padding:        0 10px;
  text-align:     left;
}
#box {
  position:       relative;
}
#headerbox {
	height: 130px;
	position: relative;
}
#headerbox #logo {
	background-image: url(images/logo.jpg);
	width: 200px;
	height: 85px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headerbox #logo:hover {
	background-position: bottom;
}
#headerbox #logo span {
	display: none;
	background-position: left top;
}
#headerbox #promo {
	position: absolute;
	left: 225px;
	top: 15px;
}
#headerbox #promo p {
	font-weight: bold;
}
#headerbox #promo p span {
	color: #FFFFFF;
}
#headerbox #searchbox {
	position: absolute;
	top: 5px;
	right: 0px;
}
#headerbox #searchbox #searchinput{
	width:              100px;
	font-size:          10px;
	color:              #FFF;
	background:         #0a0a0a;
	border:             2px solid #b4b4b4;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
#headerbox #searchbox .searchbutton {
	color:              #FFF;
	font-size:          10px;
	background:         #000;
	border:             1px solid #b4b4b4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#headerbox #submitbox {
	position: absolute;
	top: 32px;
	right: 0px;
}
#headerbox #submitbox a {
	font-weight: bold;
	color: #fa4f9f;
	text-decoration: none;
}

/* Navigation
=====================================================*/
#navigation {
	position:           absolute;
	font-size:          0.95em;
	left: 225px;
	top: 62px;
}
#navigation ul {
	margin:             0;
	padding:            0;
	list-style-type:    none;
}
#navigation ul li {
	display: inline;
}
  
/* Navigation Level 1
=====================================================*/
#navigation ul#level1 li a {
	float: left;
	background-image: url(images/nav_link_right.jpg);
	background-position: right top;
	margin-right: 2px;
	margin-left: 2px;
	display: inline;
	color: #fa4f9f;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	background-repeat: repeat-x;
}
#navigation ul#level1 li a span {
	background-image: url(images/nav_link_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 19px;
	padding-left: 19px;
	line-height: 25px;
	float: left;
	cursor: pointer;
}
#navigation ul#level1 li.active a,
#navigation ul#level1 li a:active,
#navigation ul#level1 li a:hover {
	background-image: url(images/nav_active_right.jpg);
	color: #FFFFFF;
}
#navigation ul#level1 li.active a span,
#navigation ul#level1 li a:active span,
#navigation ul#level1 li a:hover span {
	background-image: url(images/nav_active_left.jpg);
}
      
      
/* Navigation Level 2
=====================================================*/


  #navigation ul#level2 {
	color:              #FFF;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	float: left;
  }
#navigation ul#level2 li {
	float: left;
}

  
  #navigation ul#level2 li.description {
    padding:            0 10px 0 0;
  }
  
  #navigation ul#level2 li a {
	display:            inline;
	color:              #FFF;
	font-size:          1em;
	font-weight:        normal;
	text-decoration:    none;
	text-align:         center;
	border-left:        1px solid #DDD;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 18px;
	float: left;
  }

  #navigation ul#level2 li.active a,
  #navigation ul#level2 li a:hover {
    color:              #FFF;
    background:         url(images/ball_on_grey.jpg) 6px 5px no-repeat;
  }
  
  #navigation ul#level2 li.description a,
  #navigation ul#level2 li.first a {
    border:             0;
  }

/* Headlines
=====================================================*/

.sidebar-title {
  margin:           0 0 15px 0;
  color:            #FFF;
  font-size:        1.3em;
  font-weight:      bold;
}
 
h1 {
  margin:           0;
  padding:			    0;
  color:            #FFF;
  font-size:        1.8em;
  font-weight:      bold;
}	
h2 {
  margin:           0 0 5px 0;
  color:            #FFF;
  font-size:        1.2em;
}
    
h3 {
  color:            #FFF;
  font-size:        1.1em;
}

h4 {
  color:            #FFF;
  font-size:        1.0em;
}

h5 {
  color:            #FFF;
  font-size:        0.9em;
}

h6 {
  font-size:        1.0em;
  font-weight:      normal;
  text-decoration:  underline;
}


/* 3-rows
=====================================================*/

#leftbar,
#rightbar,
#content {
  float:            left;
}


/* Leftbar
=====================================================*/

#leftbar {
  width:            142px;
}

/* cats
=====================================================*/

ul.categorys {
  padding:          0.5em 0;
  list-style-type:  none;
}

ul.categorys a:hover,
ul.categorys a.active {
  padding-left:     9px;
  text-decoration:    none;
  color:            #FFF;
  background:       url(images/ball_on_white.jpg) 0 5px no-repeat;
}

/* Rightbar
=====================================================*/

#rightbar {
  width:            162px;
}


/* Content
===========================================================*/

#content {
  width:            565px;
  padding:          5px;
}

#content.wide {
  width:            707px;
}

/* Images 
===========================================================*/

#content img {
  margin:           0 0 5px 0;
}

#content img.left {
  float:            left;
  margin-right:     15px;
}

#content img.right {
  float:            right;
  margin-left:      15px;
}


/* Footer
===========================================================*/

#footer {
  padding-top:		  20px;
  clear:            both;
  text-align:       left;
  color:			      #FFF;
}


/* forms */
input, submit, select, checkbox, file, radio, textarea {
	color: #000;
	font: normal 12px Tahoma,Arial,Helvetica, sans-serif;
	padding: 2px;
	font-weight:bold;
	border: 2px solid #CCCCCC;

}
input:focus, submit:focus, select:focus, checkbox:focus, file:focus, radio:focus, textarea:focus, input:hover, submit:hover, select:hover, checkbox:hover, file:hover, radio:hover, textarea:hover {
	color: #000000;
	font: normal 12px Tahoma,Arial,Helvetica, sans-serif;
	padding: 2px;
	font-weight:bold;
	border: 2px solid #FFA500;
}
input.im {
	color: #000000;
	font:   1.0em Arial, Helvetica, Sans-Serif;
	padding: 1px;
	border: 1px solid #000000;
	width:235px;

}


input.class1 {
display:none;
}


#stern_value {
font-weight:bold;
font-size: 1.3em;
}


.active_page
{
  font-weight: bold;
  color: #FFF;
  border: 1px solid #DE0015;
  margin: 1px;
  padding: 3px;
}
.navigate
{
  font-weight: bold;
  border: 1px solid #DE0015;
  padding: 4px;
  background: #414141;
}
.navigate:hover
{
  font-weight: bold;
  border: 1px solid #DE0015;
  padding: 4px;
  background: #000000;
}

a.vidnavigate:link, a.vidnavigate:active, a.vidnavigate:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.vidnavigate:hover {
	color: #FFF;
	text-decoration: none;
}

/* video grid */
a.item:link, a.item:active {
	color: #F81982;
	text-decoration: underline;
}
a.item:visited{
	color: #929292;
	text-decoration: underline;
}
a.item:hover {
	color: #929292;
	text-decoration: none;
}

/* TAG-CLOUD
=====================================================*/
.alphacloud a { line-height: 1.4em; padding-right: 0.4em; }
.s1 { font-size: 85%; }
.s2 { font-size: 95%; }
.s3 { font-size: 105%; }
.s4 { font-size: 115%; }
.s5 { font-size: 150%; }

/* THUMBS
=====================================================*/
.thumbrot span {
    display: none;
}

.thumbrot img {
  border: 1px solid #000000;
}

.thumbrot img:hover {
  border: 1px solid #ff0000;
}
