html, body {
	margin:0; 
	padding:0; 
/*	height: 100%;*/
} 
 
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%; /* font sizing approach recommended by Dave Silvester on the css-discuss list. "the .1 is important." */
	background-color: #E5E5E5;
}

img {
	border: 1;
}

a {
	color: #000;
}

#pagewrapper {
	width: 952px;
	min-width: 952px;
	font-size: 80%;
	margin-top: 12px;
	margin-left: 12px;
}
 
#header { 
	padding: 0;
	background-image: url(../img/repeatTop.jpg);
	float: left;
} 
.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}


#outer { 
	border:0; 
	/*/*/ border-left-width: 140px ;  /* left column width. NN4 hack to hide borders */
	border-left-color: #5075E0;   /* left column colour */ 
	/*border-left-style: solid; */
	/*/*/ border-right-width: 0; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #ddddd3;  /* right column colour */ 
	/*border-right-style: solid; */
	background-color: #E5E5E5; /* center column colour */ 
	width: auto; 
/*	height: 100%; 
	min-height: 100%*/
}  

#leftcol {
	width:140px;
	height:500px;
	float:left; 
	position:relative; 
	
	/*margin-left:-380px;*/
	background-color:#5075df;
/*	margin-right:1px; */
/*	border: 1px solid #cdd;*/
}


#wttv {
	background-image: url(../img/wttv_logo.gif);
	background-repeat: no-repeat;
	background-position: 40px 70px;
	width: 140px;
	height: 150px;
	/*margin-top: -95px;*/
	position: relative;
	z-index: 9999;
}

#wttv a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}

#wttv a:hover {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

 
#footer {
	border-top: 1px solid #4d4d4b;
	padding: 15px 0 45px 0;
	font-size: 0.85em;
	color: #4D4D4B;
}

#footer a {
	color: #4D4D4B;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#imprint {
	float: left;
	width: 140px;
	text-align: center;
}
#copyright {
	float: left;
}

#udw {
	text-align: right;
	padding-right: 20px;
}
 
#inner {
	margin:0; 
	width:100%;
}
 
#maincol { 
	float: left; 
	width: 73%; 
	/*width: 100%; 
	position: relative; */
/*	margin: 0 -8px 0 -2px;  ??? */
/*	margin: 0 -1px 0 -1px;*/    /* ??? */
	/*margin: 0 -1px 0 -1px; /* ??? */

}
 
#outer>#inner { 
	border-bottom: 1px solid #ffffff;  
}
 
.clr {
	clear: both;
}

.hide {
	display: none;
}
 
.content {
	padding: 0; /*padding for content */ 
/*	background-color: #cdd;*/
	margin: 0;
} 

#maincol .content {
	padding: 20px 20px 0 25px; /*padding for content */ 
/*	background-color: #cdd;*/
	margin: 0;
} 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
/* FONTS */


/* NAVAREA */

#subnav {
	z-index: 999;
	height: 400px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	z-index: 999;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	border: 0;
/*	display: inline;
	border-bottom: 1px solid #ffffff;*/
}

#subnav  li li{
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 10px solid #ffffff;
}

#subnav a {
	display: block;
	padding: 15px 0px 0px 35px;
	color: #000;
	text-decoration: none;
	text-align: left;
/*	width: 167px;*/
/*	line-height: 22px;*/
	position: relative;
/*	border-bottom: 1px solid #ffffff;*/
/*	font-weight: bold;*/
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 0.85em;
/*overflow: hidden;*/
background-image: url(../img/menu.jpg);
background-repeat: no-repeat;
/*border: 1px solid #f00;*/
height: 30px;
}

* html #subnav a {
/*	height: 1%;*/
}

#subnav a.active, #subnav a:hover {
	color: #313131;
	background-image: url(../img/menuSelected.jpg);
/*	background-color: #ffffff;*/
/*	font-weight: bold;*/
}



/* Content Styles & Colorschemes ######################### */

/* Main */

#maincol h1 {
	margin: 0 0 1em 0;
	font-size: 1.1em;
	position: relative;
	color: #333366;
}

#maincol h2 {
	margin: 0 0 1em 0;
	font-size: 0.85em;
	font-weight: normal;
	position: relative;
	color: #CB8213;
}

#maincol p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0;
	color: #333333;
}


#maincol ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#maincol ol {
	margin: 0 0 1em 0;
	padding: 0;
}

#maincol ol li {
	margin: 0 0 0 3em;
	padding: 0;
}

#maincol ul li {
	list-style: none;
}

#maincol li {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333333;
/*	background-image: url(../img/menu.jpg);*/
	background-repeat: no-repeat;
	position: relative;
}

/* Main - ImageBox */


/* Druckversion */ 

@media print { 
	/*hide the left column when printing*/
	#leftcol {
		display:none;
	} 
	#outer {
		border-left:0;
	}

	/*hide the right column when printing*/
	#rightcol {
		display:none;
	} 
	#outer {
		border-right:0;
	} 
}

/* RIGHTCOLUMN */

#rightcol .teaser {
	background-color: #F0F0ED;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

#rightcol .teaser h3 {
	background-color: #ABAC9C;
	font-size: 1em;
	padding: 6px 12px;
	color: #ffffff;
	font-size: 0.85em;
	margin: 0;
	margin-bottom: 1em;
}

#rightcol .teaser img {
	padding: 0 10px;
	margin-bottom: 1em;
}

#rightcol .teaser p {
	font-size: 1em;
	padding: 0 12px;
	font-size: 0.85em;	
	color: #4D4D4B;
}

#rightcol .teaser a {
	color: #4D4D4B;
}

