
body{
	background-image: url(myndir/KarlsruheLikan.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
}

a:link, a:visited, a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 60%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

#masthead{
	width: 980px;
	height: 335px;
	border: thin solid;
	border-color:#000000;
	position:absolute;
	top: 10px;
	left: 10px;
	background-color:#000000;
}

#navBar{
	width: 190px;
	background-color: #eeeeee;
	border: thin solid;
	border-color:#000000;
	position: absolute;
	top: 346px;
	left: 800px;
}

#content{
	width: 780px;
	background-color:#eeeeee;
	border: thin solid;
	border-color:#000000;
	position: absolute;
	top: 346px;
	left: 10px;
	padding-bottom: 10px;
}

#siteName{
	width: 980px;
	height: 310px;
	position:absolute;
	top: 13px;
	left: 0px;
}
/************** .feature styles ***************/

.feature{
	padding: 10px 10px 2px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin: 0 10px 15px 0px;
}

.footer{
	font-size: 60%;
	color: #334d55;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color:#33FF00;
	padding: 2px 0px 2px 10px;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-size: 85%;
}

.relatedLinks a{
	 color: #334d55;
}


