/* 
** ######################################################################################################
**  Version     : Intern: 2.0
**  Date        : 12.07.2007  
**  File        : intern.css
** ######################################################################################################
*/

html { 
	padding:0;
	margin:0;
	height:100%;
	}
body { 
	padding:0;
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: #FFFFFF url(../images/ELCH_bg.png) left repeat-y;
	color:#444444;
	}
img {
	border: 0;
	}
h1{
	margin: 15px 0 20px 0;
	font-size:24px;
	color:#444444;
	font-weight:normal;
	}
h2{
	margin: 0 0 5px 0;
	font-size:18px;
	color:#444444;
	font-weight:bold;
	}
h3{
	margin: 0 0 5px 0;
	font-size:12px;
	color:#444444;
	font-weight:bold;
	}
p {
	margin:0;
	padding:0;
}
a, a:visited, a:link, a:active {
	text-decoration:underline;
	color:#444444;
}
a:hover {
	text-decoration:none;
}

#page {
	clear:both;
	width:1000px;
}
#logo {
	width:150px;
	height:100%;
	overflow:hidden;
	float:left;
}
#logo img {
	margin:35px 0 0 20px;
}
#teaser {
	width:200px;
	height:100%;
	overflow:hidden;
	float:left;
	margin:0 30px 0 0;
}
#teaser div{
	background:#f9ce4c;
	height:35px;
}
#teaser ul{
	margin:0;
	padding:0;
	border-bottom:#FFFFFF solid 1px;
	}
#teaser li{
	list-style:none;
}
.teaser a, .teaser a:link, .teaser a:visited, .teaser a:active {
	font-size:12px;
	padding:2px 0 2px 10px;
	text-decoration:none;
	color:#6b3600;
	font-weight:bold;
	width:190px;
	display:block;
	background:#f9e282;
	border-top:#FFFFFF dotted 1px;
}
.teaser a:hover {
	background:#ffb5da;
}
.teaser a.selected,
.teaser a.selected:link,
.teaser a.selected:visited,
.teaser a.selected:active{
	background:#ff86c1;
}
#teaser select{
	width:180px;
	margin:7px 0 0 10px;
	color:#6b3600;
	border:#f8b01d solid 1px;
 }
#content {
	width:600px;
	overflow:hidden;
	background: #FFFFFF;
}
#content_inner {
	overflow:hidden;
}
#navigation1 {
	border-bottom:#35b1b5 dotted 1px;
	padding:0 0 5px 0;
	margin:35px 0 0 0;
	width:auto;
	overflow:hidden;
}
#navigation2 {
	border-bottom:#35b1b5 dotted 1px;
	width:auto;
	padding:4px 0 4px 0;
	overflow:hidden;
	margin:0 0 5px 0;
}
.navigation1 ul,.navigation2 ul {
	margin:0;
	padding:0;
	}
.navigation1 li,.navigation2 li {
	float:left;
	list-style:none;
}
.navigation1 a, .navigation1 a:link, .navigation1 a:visited, .navigation1 a:active {
	font-size:15px;
	padding-right:20px;
	text-decoration:none;
	color:#6b3600;
	font-weight:bold;
}
.navigation1 a:hover,
.navigation1 a.selected,
.navigation1 a.selected:link,
.navigation1 a.selected:visited,
.navigation1 a.selected:active{
	color:#ff51a6;
}
.navigation2 a, .navigation2 a:link, .navigation2 a:visited, .navigation2 a:active {
	font-size:12px;
	padding-right:20px;
	text-decoration:none;
	color:#35b1b5;
	font-weight:bold;
}
.navigation2 a:hover,
.navigation2 a.selected,
.navigation2 a.selected:link,
.navigation2 a.selected:hover,
.navigation2 a.selected:visited {
	color:#ff51a6;
}
.imagebox{
	float:left;
	height:145px;
	width:145px;
	text-align:center;
}
.mod2item1 {
	overflow:hidden;
	width:145px;
	float:left;
}
.right{
	float:right;
	margin:0 0 10px 20px;
}
.left{
	float:left;
	margin:0 20px 10px 0;
}
#footer {
	clear:both;
	padding:30px 0 10px 0;
	font-size:9px;
}
.bottom {
	border-bottom:#35b1b5 dotted 1px;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.message{
	margin:10px 0 10px 0;
	padding:10px;
	border:#35b1b5 dotted 1px;
	color:#ff51a6;
	font-weight:bold;
}
.mod5_missed{
	background:#ff51a6;
}
.input{
	border:#35b1b5 solid 1px;
}
.errors{
	border:#CCCCCC solid 1px;
	background: #E5E5E5;
	padding: 5px;
	margin:10px 0 20px 0;
	color:#CC0000;
}