@charset "UTF-8";
@media all
{
	/**** basemod.css ****/
	body {background:#e0e0e0;}
	#page{background:#C8DDF3; border:1px #a66b00 solid;}
	#header {color:#a66b00; background:#ffcd73;}
	#header #topnav {top:10px; color:#a66b00;}
	#teaser {background:#dda237; color:#a66b00;}
	#teaser .rootline a {color:#a66b00; text-decoration:underline;}
	#footer {
		color:#a66b00; 
		background:#dda237;
		padding:3px;
		border-top:1px #efefef solid;
	}
	
	/**** nav_vlist.css ****/
	
	/* Level 1 */
	#submenu li#active,
	#submenu li strong {
		font-weight: bold;
		color: #a66b00;
		background-color:#ffcd73;
	}
	#submenu li a:focus,
	#submenu li a:hover,
	#submenu li a:active { background-color:#FFC040; color: #a66b00; }
	
	/* Level 2 */
	#submenu li ul li a { background-color:#f8f8f8; color: #666; }
	#submenu li ul li a:focus,
	#submenu li ul li a:hover,
	#submenu li ul li a:active { background-color:#FFC040; color: #a66b00; }
  
	/**** content.css ****/
	body {
		font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
		font-size:83%; 
	}
	
	h1,h2,h3,h4,h5,h6 {
		color:#a66b00;
		font-weight:normal;
		font-style:italic;
	}
	h5{
		font-size:1.8em;	
	}
	h6{
		font-size:1.0em;	
	}
	
	a {color:#996600; text-decoration:underline;}
	a:focus,
	a:hover,
	a:active {color:#996600; text-decoration:none;}
	
	#topnav a {color:#a66b00; text-decoration:none;}
	#topnav a:focus, 
	#topnav a:hover,
	#topnav a:active {color:#a66b00; text-decoration:underline;}
	
	#footer a {color:#a66b00; text-decoration:none;}
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {color:#a66b00; text-decoration:underline;}	


	/* tt_news - LATEST Ansicht */
	.news-latest-date {top:2px; font-size:0.9em; color:#383838; background:transparent;}
	.news-latest-item h3 {margin-bottom:0; background:transparent; font-size:1.2em;}
	.news-latest-item h3 a {text-decoration:none; color:#6f7073;}
	.news-latest-item p {background:transparent; background-image:none; padding:0 0.5em 0 3px; }	
	.news-latest-item img {padding-right:1em; padding-left:1em; padding-top:0.6em;}	
	.news-latest-morelink {font-size:0.9em; color:#aaa; background:transparent; text-align:left; padding-bottom:3px; border-bottom: 1px #6f7073 dashed;}
	
	/* tt_news - SINGLE Ansicht */
	.news-single-item h3 {font-size:100.01%; color:#115d6a; background:#f0f0f4; border-left:8px #E0E7F5 solid;}
	.news-single-img {padding-left:15px; float:right;}
	
	/* powermail */
	div.tx-powermail-pi1 fieldset {
		background:none repeat scroll 0 0 #FAFAFA;
		border:1px solid #CCCCCC;
		padding:1em;	
	}

	div.tx_powermail_pi1_fieldwrap_html input, div.tx_powermail_pi1_fieldwrap_html textarea{
		width:20em;
	}
	div.tx_powermail_pi1_fieldwrap_html label{
		background:none repeat scroll 0 0 #FAFAFA;
		float:left;
		padding:2px;
		text-align:right;
		width:10em;
	}
	img.powermail_captcha{
		margin-left:20em;
	}
	span.powermail_mandatory{
		color:#F00;
	}
	div.tx-powermail-pi1 div {
		/*margin-left:20em;*/
	}

}


@media print
{
  a[href]:after {
    content:"";
    color:#444;
    background:inherit;
    font-style:italic;
  }
}