/*
Theme Name: STV
Theme URI: 
Description: 
Version: 0.2
Author: Meik Weissert
Author URI: http://www.onepic.de
Author Mail: m (at) 1gang.de
*/


/*----- Page Structure --------------------------------------------------------- */


body {
	font-family:Helvetica,Arial,Tahoma,'Lucida Grande',Verdana,Sans-Serif;
	/* font-size: 62.5%;     	   1em -> 10px */
	/* font-size: 75%;     	   	   1em -> 12px */
	font-size: 68.75%;  	     	/* 1em -> 11px */
	color: #000000;  		/* Text Color */
	background: #999999;		/* Dark Grey Page Background */
	text-align: center;		/* Position of 'page' area in window */
	margin: 0;
	padding-bottom: 50px;
	}


#page {
	position: relative;
	background: #999999;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	height:100%;
	width: 760px;			/* width of complete contents */
	}
	

#header {
	position:absolute;
	padding: 0;
	margin: 0;
	top:10px;
	left:20px;
	width: 560px;
	height: 140px;
	background: url('STV_Header_08.gif') no-repeat;
	}

	
#adblock {
	position:absolute;
	background: #999999;
	text-align: left;
	padding: 0;
	margin:0px;
	top:215px;
	left:620px;
	width: 160px;
	height: 630px;
	}
	
	
#content {
	position:absolute;
	background: #fcfcfc;		/* dark white */
	text-align: left;
	padding-top:0px;
	margin: 0;
	top:215px;
	left:20px;
	width: 560px;
	}
	
		
#text {
	text-align:justify;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	}


#amazon {
	position:absolute;
	right:40px;
	bottom:133px; /*footer height plus 30*/
	}
	

#footer {
	background: #999999;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 20px;
	border-top-width:3px;
	border-top-style:solid;
	border-bottom-width:30px;
	border-bottom-style:solid;
  	border-color:#999999;
	}



/*----- Links -------------------------------------------------------------- */

a {
	color: #000099;			/* darker blue */
	text-decoration: none;
	}

a:hover, a:visited:hover {
	text-decoration:underline;
	color: #0000ff;			/* full blue */
	}

	
	
/*----- Diversa ------------------------------------------------------------- */

#i {
	font-style:italic;
	line-height:100%;
	}
	
#b {
	font-weight:bold;
	line-height:100%;
	}
	
#highlight {
	margin-top:7px;
	margin-bottom:7px;
	text-align:center;
	color:#000000;
	background:#e3e3e3;
	padding:6px 10px 6px 10px;
	}
	
#neu {
	color:#cc0000;
	font-weight:bold;
	position:absolute;
	left:25px;
}

#header img {
	border-width:0px;
	}
	
	
#amazon img{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	}

	
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

	
#text h1 {
	font-size:237.5%;
	font-weight:bold;
	}

#text h2 {
	font-size:200%;
	font-weight:bold;
	}
	
#text h3 {
	font-size:162.5%;
	font-weight:bold;
	}
	
#text h4 {
	font-size:125%;
	font-weight:bold;
	}


#text ul {				/* Symbol in Link Listings */
	list-style-type:disc;
	}
	
	
#text ul li {				/* Link Listing in Text area */
	text-align:left;
	width:260px;
	font-size:112.5%;
	margin-bottom:.4em;
	}
	


/*----- Main Menu in Header -----------------------------------------------*/


ul.menu {
	margin: 0;
	padding: 0;
	text-align:center;
	position: relative;
	top:143px;
	right:93px;
	width: 100%;
	}

ul.menu li {
	display:inline;
	margin: 0;
	}

ul.menu,ul.menu li a {
	padding: 6px 13px 6px;
	}

ul.menu li a {
	background: #999999;
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	font-weight:normal;
	color: #ffffff;
	margin: 0;
	}

ul.menu li a:hover {
	background: #999999;
	color: #0000ff !important;
	text-decoration:none;
	font-weight:normal;
	}

ul.menu li.current_page_item a {
	color: #000099 !important;
	background: #999999;
	text-decoration:none;
	font-weight:normal;
	}
	
ul.menu li.current_page_item a:hover {
	color: #0000ff !important;
	background: #999999;
	text-decoration:underline;
	}




/*----- Sub Menu in Content -----------------------------------------------------*/

	
ul.menu2 {
	margin: 0;
	padding: 0;
	text-align:center;
	position: relative;
	top: 163px;
	right:93px;
	width: 100%;
	}

ul.menu2 li {
	display: inline;
	margin: 0;
	}

ul.menu2,ul.menu2 li a {
	padding: 6px 13px 6px;
	}

ul.menu2 li a {
	background: #999999;
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	font-weight:normal;
	color: #ffffff;
	margin: 0;
	}

ul.menu2 li a:hover {
	background: #fcfcfc;
	color: #0000ff !important;
	text-decoration: none;
	font-weight:normal;
	}

ul.menu2 li.current_page_item a {
	color: #000099 !important;
	background: #fcfcfc;
	text-decoration: none;
	font-weight:normal;
	}
	
ul.menu2 li.current_page_item a:hover {
	color: #0000ff !important;
	background: #fcfcfc;
	text-decoration:none;
	}