/********************************************
  BASED ON CSS FROM ERWIN ALIGAM. THANKYOU ERWIN!!!
********************************************/ 
 

/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/         	
 *******************************************/
 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background-color: #333;
	background:url(../images/bg_raster1.gif);
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	}

/* headers */
h1{padding: 10px; margin: 0;}
p{padding: 0px 10px 8px 10px; margin: 0;}

h1 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;
	font-size: 160%;	
	font-weight: normal;		
}
h2 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;
	font-size: 140%;	
	font-weight: normal;
	padding: 10px 10px 5px 10px; margin: 0;
}

h3, h4, h5, h6{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 120%;
	font-weight: Bold; 	
	color: #333;
	padding: 0px 10px; 
	margin: 0;
}
ul,ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: 0px;
}




/********************************************
   LAYOUT
********************************************/ 

#infoleiste {
	position: relative;
	width: 910px;
	height:50px;
	margin: 0px auto;
	text-align: left;	
}

/* header links */
#infoleiste #info-links {
	position: absolute;
	top: 21px; right: 0px;	
	color: #000;
	font-size: 10px;	
	font-weight: normal;
}

#infoleiste #info-links p {	
	padding: 3px 15px;
	margin: 0;	
}

#infoleiste #info-links a {	
	text-transform:uppercase;
	color: #000;
	text-decoration: none;	
}
#infoleiste #info-links a:hover {
	color: #444;		
}

/*LanguageMenu*/
#info-links #languageMenu {
	float:right;
	color: #000;
	font-size: 10px;	
	font-weight: normal;
}
#languageMenu{
	height:18px;
	padding: 3px 15px 3px 0;
	background-color:#fff;	
}
#info-links #languageMenu a {	
	text-transform:uppercase;
	color: #000;
	text-decoration: none;	
}
#info-links #languageMenu a:hover {
	color: #444;		
}

#headerMenu{
	float:right;
	color: #000;
	font-size: 10px;	
	font-weight: normal;
	height:18px;
	padding: 3px 0 3px 15px;
	background-color:#fff;	
}

/* header-photo */
#header-grafik {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 175px;
	width: 880px;
	border-top:10px #fff solid;
}

#header-logo{
	position: absolute;
	left:15px;
	top:10px;
	z-index:10;
	clear: both;
	height: 175px;
	width: 175px;
}

#wrap {
	position: relative;
	width: 910px;	
	margin: -8px auto;
	text-align: left;	
	background-image:url(../images/content1.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
}
#content-wrap {
	float: left;
	width: 880px;
	margin-left: 15px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	 
}



/* HAUPTNAVI */


#hauptnavi{
	width: 685px;
	overflow: hidden;
	background: #999;
	margin-left:0px;
	padding-left:195px;
	background:url(../images/bg_hn_rot.jpg) repeat-x;
	height:49px;
}

#hauptnavi ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; 
	font: normal 11px Verdana;
	list-style-type: none;
}

#hauptnavi li{
	display: inline;
	margin: 0;
}

#hauptnavi li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 15px 15px;	
	color: #fff; 
	text-transform:uppercase;
}

#hauptnavi li a:visited{
	color: #fff;
}

#hauptnavi li a:hover, #hauptnavi ul li#aktiv a{
	background: none;
	color:#000;
}


/* ENDE HAUPTNAVI */




/* Main Column */
.three-col #main {
	margin: 30px 220px 0 200px;
}





#main h1 {
	margin: 10px 10px 20px 10px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	padding: 15px 0 2px 0px; 			
}

/* Sidebar */	
#sidebar{
	float: left;
	width: 197px;	
	margin-top: 0px;	
	padding-top: 25px;
	background-color: transparent;
	background-image: url(../images/bg_streif_li.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;	
}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sidebar li {
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
}

#sidebar li a
{
display: block;
padding: 5px 5px 5px 8px;
color: #666;
text-decoration: none;
text-transform:uppercase;
}

#sidebar li.aktiv{
border-bottom: 0px solid #E5E5E5;
}
#sidebar li.aktiv a{
color:#000000;
background-color: #E5E5E5;
}
#sidebar li.aktiv a:hover{
background-color: #e5e5e5;
}
#sidebar li.aktiv li a{
background-color: #fff;
color:#666;
border-bottom: 1px solid #E5E5E5;
}
#sidebar li.aktiv li a:hover{
background-color: #f9f9f9;
}
#sidebar li.aktiv li.aktiv2 a{
color:#000000;
background-color: #e5e5e5;
}
#sidebar li a:hover
{
background-color: #f9f9f9;
color: #000;
}

#sidebar ul ul li {
	margin: 0; border-bottom: 0px solid #E5E5E5;}

#sidebar ul ul a
{
display: block;
padding: 5px 0 5px 30px;
color: #666;
background-color: #ffffff;
text-decoration: none;
}

#sidebar ul ul a:hover
{
color: #000;
background-color: #e5e5e5;
text-decoration: none;
}

#subnavlist li{background-color: #ffffff;border-bottom: 0px solid #E5E5E5;}


.csc-frame-rulerAfter{
	padding: 0;
	border:none;
	border-bottom: 1px dashed #ddd;
}
.csc-frame-rulerBefore{
	padding-top: 8px;
	border:none;
	border-top: 1px dashed #ddd;
}

hr{
	margin: 10px;
	padding: 0;
	color:#fff;
	border:none;
	border-bottom: 1px dashed #ddd;
}


/* right column */
#rightcolumn {
	float: right;
	width: 205px;
	margin-top: 10px;
}

#rightcolumn h1 {
	margin: 0px 0 20px 0;
	padding: 12px 10px 10px 10px; 
	font: normal 1.8em Arial, Verdana, Sans-serif;
	color: #fff;
	background:#393939 url(../images/bg_rc_grau.jpg) no-repeat top left;
	letter-spacing:0.1em;
	font-weight:bold;
}

.teaser {
	float: right;
	width: 205px;
	margin-bottom:20px;
}

/* tt_news */
.news-latest-container {padding: 0 10px;}
.news-latest-item p {
	padding: 10px 10px 0px 10px;
}
.news-single-item h1, .news-single-item h2, .news-single-item h3, .news-single-item h4,
.news-list-item h1, .news-list-item h2, .news-list-item h3, .news-list-item h4,
.news-list-date, .news-list-morelink,
.news-single-timedata{	
	padding: 0px 10px;		
	margin: 0;}


.news-list-date, .news-latest-morelink{float:right;}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
	font-weight: normal;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 880px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F2F2F2;	
	font-weight: normal;
}

/* formular */

fieldset {border:0; margin-left:10px}
input, textarea {margin:5px; width: 250px; font-family: inherit; font-size: inherit;}
.submit{width:auto; margin-left: 105px;}
label{float: left; width: 100px; padding-top: 5px;}
/* POWERMAIL FORMULAR*/


div.powermail_mandatory_js {
color: #CC081E;
}
