/*----------------------------------------------------------------------

Stylesheet zu www.highlights-magazin.de
2005                   
*  *  *  *                              
Design: www.owmedia.de // 

DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE
BROWSERVERSIONEN OPTIMIERT UND GETESTET.    

----------------------------------------------------------------------*/

/* 				Used Colors:                                                         		*/
/*					#C7E3DA = hell-tuerkis												*/
/*					#FA4312 = rot																*/
/*					#4B673A = olivgruen													*/
/*					#303030 = dunkelgrau												*/
/*					#00A8A6; = dunkel-tuerkis											*/
/*					#FA4312 = rot																*/
/*					##F2F2F2 = hellgrau													*/

/*---------------------------------------------------------------------- 
BASICS                            
----------------------------------------------------------------------*/
html, body, form, p, h1, h2, h3, h4, h5, h6, ul {margin: 0;padding: 0;}

body {
	font: 100.1% "Verdana", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ccc;
}

img { border: 0 none; }
div.clear {clear: both; height: 20px;}

hr {
	border: 0 none;
	border-bottom: #999 1px solid;
	height: 1px;
	overflow: hidden;
}

p.top {
text-align: right;
margin: 20px 0 8px 0;
}

/*---------------------------------------------------------------------- 
INTERIM                      
----------------------------------------------------------------------*/
/*div#VisualMODE {display: none;}*/

p.no_content {
	font-size: 0.7em;
	color: red;
	margin: 20px 0 0 0;
}

/*---------------------------------------------------------------------- 
TYPOGRAPHIE & COLOURS                       
----------------------------------------------------------------------*/
p, .articleText {	
	font-size: 11px;
	line-height: 160%;
}

a {
	font-size: 11px;
	color: #333;
	text-decoration: underline; 
}

a:hover {color: #666;}

td  {	
	font-size: 0.7em;
	line-height: 140%;
	vertical-align: bottom;
}

h1, h1 a {
	letter-spacing: 0.03em;
	font-size: 0.9em;
	margin: 0 0 8px 0;
	color: #333;
	text-decoration: none; 
}

h2, h2 a {
	font-size: 0.8em;
	margin: 0 0 8px 0;
	color: #333;
	text-decoration: none; 
}

h1 a:hover, h2 a:hover {color: #666;}

h3, h4 {
	font-size: 0.7em;
	margin: 0 0 6px 0;
}

p.readmore {margin: 2px 0 0 0;}
p.readmore a {text-decoration: underline; color: #187F00; }
p.readmore a:hover {color: #57AB44; }

/*---------------------------------------------------------------------- 
WRAPPER                         
----------------------------------------------------------------------*/
div#wrapper {
	background: #fff url(picture/bg_wrapper.gif) repeat-y top left;
	width: 48.9em;
}

/*---------------------------------------------------------------------- 
CONTAINER - header                
----------------------------------------------------------------------*/
div#header {
	height: 130px;
	width: 48.9em;
	background: #689BC3 url(picture/bg_header.jpg) no-repeat top left;
	overflow: hidden;
	position: relative;
	z-index: 0;	
}

div#header p#logo a {
	display: block; 
	width: 340px; 
	height: 110px;
}

div#header p#logo a span {display: none;}

div#header div#transparent {
	height: 20px; 
	width: 100%;
	background: transparent url(picture/trans.png) repeat bottom left;
	position: absolute; 
	bottom: 0;
	left: 0;
	z-index: 100;
}

p#impressum {
	width: 172px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 560px;
}

 p#date {
	width: 50px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 732px;
	text-align: right;
}

/*---------------------------------------------------------------------- 
CONTAINER - left                                     
----------------------------------------------------------------------*/
div#left {
	width: 13.5em;
	float: left;	
	background-color: #E1EAE2;
}

/*---------------------------------------------------------------------- 
CONTAINER - left  |  switch                                     
----------------------------------------------------------------------*/
div#left a#switch {	
	display: block;
	background: #E1EAE2 url(picture/switch.gif) no-repeat 0 0;
	height: 50px;	
	font-size: 0.7em;
	color: #666;
	text-decoration: underline;
	margin: 12px 12px 2px 10px;
	padding: 0 0 0 56px;
}

div#left  a#switch:hover {
	color: #333;
	background-position: 0 -98px;
}

/*---------------------------------------------------------------------- 
CONTAINER - left   |   Formular-Suche + CONTAINER - left   |   Newsletter                                 
----------------------------------------------------------------------*/
form.formular, form.newsletter {margin: 20px 12px 12px 12px;}

form.formular fieldset, form.newsletter fieldset {
	border: #999 1px solid;
	height: 3em;
	margin: 0; 
	padding: 0 0 0 6px; 
}

form.formular fieldset {background-color: #D1DEDA;}
form.newsletter fieldset {background-color: #C6D3C3;}

form.formular fieldset input, form.newsletter fieldset input {vertical-align: middle;}
form.formular fieldset p, form.newsletter fieldset p {padding: 6px 6px 0 0;}

form.formular fieldset input#suchfeld, form.newsletter fieldset input#newsletter_email {
	border-right: #C3C3C3 1px solid;
	border-top: #999 1px solid;
	border-left: #C3C3C3 1px solid;
	border-bottom: #ddd 1px solid;
	width:13.6em;
	font-size: 11px;
	color: #333;
}

form.formular fieldset legend, form.newsletter fieldset legend  {
	font-size: 0.7em;
	text-align: left;
}

/*---------------------------------------------------------------------- 
CONTAINER - left   |   Navi            
----------------------------------------------------------------------*/
ul#navi {
	font-size: 0.7em;
	text-align: left;
	margin: 16px 0;
}

ul#navi, ul#navi ul {list-style-type:none; }
ul#navi li {margin: 0;padding:0;}

ul#navi li a {
	text-decoration: none;
	display: block;
	padding:0.3em 0 0.3em 0.6em;
	color: #000;
	background-color: #A4C892;
	border-left: #85B477 0.9em  solid;
	border-bottom: #43891C 1px  solid;
	border-top: #43891C 1px  solid;
	margin: -2px 0 0 0;
}

ul#navi li a:hover {
	color: #fff;
	background-color: #57954F;
	border-left: #57954F 0.9em  solid;
	border-bottom: #57954F 1px  solid;
	border-top: #57954F 1px  solid;
}

ul#navi li li a {
	padding:0.3em 0 0.3em 1.2em;
	background-color: #D1E1CD;
}

ul#navi li li li a {
	padding:0.3em 0 0.3em 2em;
	background-color: #fff;
}

ul#navi .sub_active {border-left: #57954F 0.9em  solid;}

/*---------------------------------------------------------------------- 
CONTAINER - content                                     
----------------------------------------------------------------------*/
div#content {
	width: 34.8em;
	float: left;	
	background-color: #fff;
}

div#content_footer {
	background: transparent url(picture/bg_golf_trans.gif) no-repeat bottom right;
	clear: left; 
	width: 100%;
	height: 70px;
}

div#content_inner {margin:  20px;}

/*---------------------------------------------------------------------- 
CONTAINER - content  |   Text und Bild                      
----------------------------------------------------------------------*/
td.image_caption, td.imglistcaption  {
	background-color: #E1EAE2;
	font-size: 10px;
	text-align: left; 
	padding: 4px 4px 8px 8px;
	vertical-align: top;
	letter-spacing: 0.001em;
}

div#refcaptid203 {
	background-color: #E1EAE2;
	text-align: left; 
	padding: 4px 8px;
	display: block;
}

td.imagelisttd{}

td.image_td {
	padding: 4px 0 0 0;
}

/*---------------------------------------------------------------------- 
CONTAINER - content  |   CP Liste  -- cnt100.article.inc.php      
----------------------------------------------------------------------*/
ul.liste {
	margin: 0 0 0 30px; 
	font-size: 0.7em;
	list-style-type: disc; 
}

ul.liste ul {margin: 6px 0 6px 16px; }
ul.liste li {line-height: 130%;}

/*---------------------------------------------------------------------- 
CONTAINER - content  |   CP Liste  -- Link & Email    
----------------------------------------------------------------------*/
p.linkEmail {font-size: 0.7em;}

/*---------------------------------------------------------------------- 
CONTAINER - content  |   Dateiliste
----------------------------------------------------------------------*/
.v11 a {color: #333;}
.v11 a:hover {color: #666;}

/*---------------------------------------------------------------------- 
CONTAINER - content  |   Bildergalerie
----------------------------------------------------------------------*/
td h3 {font-size: 1em;}

/*---------------------------------------------------------------------- 
CONTAINER - content   |   Newsletter  (cnt12.article.inc.php)       
----------------------------------------------------------------------*/
div#content form.newsletter {
	margin: 30px 140px 0 0;
	text-align: right;
}

div#content form.newsletter p {
	font-size: 0.7em;
	margin: 3px 0 0 0;
	text-align: right;
}

div#content form.newsletter input { 
	width: 210px;
	border-right: #C3C3C3 1px solid;
	border-top: #999 1px solid;
	border-left: #C3C3C3 1px solid;
	border-bottom: #ddd 1px solid;
	font-size: 1em;
	color: #333;
}


div#content form.newsletter input.bt_abo {
	margin: 12px 0 0 230px;
	font-size: 0.7em;
	color: #333;
	border-left: #C3C3C3 1px solid;
	border-bottom: #999 1px solid;
	border-right: #C3C3C3 1px solid;
	border-top: #ddd 1px solid;
	background-color: #EEEFF0;
	padding: 1px 3px;
	width: 12em;
}

div#content p.formError {color: #CC0000;}

/*---------------------------------------------------------------------- 
CONTAINER - content   |   Search                                 
----------------------------------------------------------------------*/
div.search_form  input { vertical-align: middle;}

div.search_form input.searchfield { 
	width: 14em;
	border-right: #C3C3C3 1px solid;
	border-top: #999 1px solid;
	border-left: #C3C3C3 1px solid;
	border-bottom: #ddd 1px solid;
	font-size: 11px;
	color: #333;
	margin: 0 4px 0 0;
}

/* Autor 2003-2004 Kristof Lipfert Duesseldorf  */
 html:first-child>b\ody div.search_form input.searchfield {
height: 18px;
}

p.introtext {
	color: #336699;
	font-size: 0.7em;
	margin: 10px 0;
}

p.fehlertext {
	font-size: 0.7em;
	color: #CC0000;
	margin: 10px 0;
}

div.search_result h3 a {
	color: #666;
	margin: 0; 
	padding:0;
}

div.search_result h3 a:hover {color: #333;}

div.search_result p {
	font-size: 0.7em;
	color: #333;
	margin: 10px 0  20px 0;
}

p.treffer {
	font-size: 0.7em;
	color: #FA4312;
	font-weight: bold;
	margin: 20px 0 0 0;
}

/*---------------------------------------------------------------------- 
MAINBLOCK - Formular (cnt23.article.inc.php)                     
----------------------------------------------------------------------*/
div#content div.emailform  {
	padding: 20px 12px;
	margin: 0 0 20px 0;
	background-color: #F2F2F2;
}

div#content div.emailform td {
	padding: 2px;
	font-size:0.7em;
}

div#content div.emailform td.formLabel, div#content div.emailform td.formLabelRequired {
	text-align: right; 
	width: 16em;
}

div#content div.emailform td.formField {text-align: left; }

div#content div.emailform textarea {
	font: 11px "Verdana", Arial, sans-serif;
	padding: 2px;
	margin: 0 90px 0 0;
	border-right: #C3C3C3 1px solid;
	border-top: #999 1px solid;
	border-left: #C3C3C3 1px solid;
	border-bottom: #ddd 1px solid;
	width: 300px;
	height: 100px;
	overflow: hidden;
	color: #333;
}

div#content div.emailform input {
	padding: 2px;
	margin: 0 90px  0 0;
	border-right: #C3C3C3 1px solid;
	border-top: #999 1px solid;
	border-left: #C3C3C3 1px solid;
	border-bottom: #ddd 1px solid;
	width: 300px;
	color: #333;
	font-size: 11px;
}

div#content div.emailform select {
	border-top: #999 2px solid;
	border-left: #C3C3C3 2px solid;
	border-right: #C3C3C3 1px solid;
	border-bottom:  #DDD 1px solid;
}

div#content div.emailform input.mel_radio {
	border: 0 none;
	background-color: transparent;
	width: 14px;
	height: 14px;
	margin: 0 2px 0 10px;
	padding:0;
}

div#content div.emailform input.senden {
	color: #333;
	border-left: #C3C3C3 1px solid;
	border-bottom: #999 1px solid;
	border-right: #C3C3C3 1px solid;
	border-top: #ddd 1px solid;
	background-color: #EEEFF0;
	padding: 1px 3px;
	width: 12em;
	display: block;
}

div#content div.emailform p.emailfehler {	
	margin: -10px 0 0 0;
	text-align: left;
	color: #CC0000;
	}

div#content .hinweis, div#content  p.hinweis2 {
	margin: 0 0 10px 0;
	color: #4B673A;
}

/*---------------------------------------------------------------------- 
CONTAINER - footer                                     
----------------------------------------------------------------------*/
p#footer {
	background: #ACBAA9 url(picture/bg_footer.gif) no-repeat top right;
	width: 49.9em;
	height: 1.8em;
	clear: left;
	font-size: 0.7em;
	position: relative;
	border-left: #9CAF9A 19.3em solid;	
	padding: 3px 0 0 8px;
}

/*Hack Opera*/
@media screen and (min-width: 0px){
p#footer  {
	width: 71.1em;
	padding: 4px 0 4px 8px;
	border-left: #9CAF9A 19.6em solid;	
  }
}
	
p#footer  a {
	color: #333;
	text-decoration: none;
	}

p#footer  a:hover {text-decoration: underline;}

