﻿/* CSS-Layout */
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
}
h1 {
	font-size: 20pt;
	font-weight: 400;
	color: green;
}
h2 {
	font-size: 14pt;
	font-weight: 400;
	color: green;
	text-align: center;
}
h3 {
	font-size: 12pt;
	font-weight: 600;
	color: green;
}
h4 {
	font-size: 10pt;
	font-weight: 600;
	color: green;

}
#rahmen {
	position: relative;
	width: 642px;
	height: 100%;
	margin: auto;
	background-color: #D6D6D6;
	background-position: center top;
	background-image: url('intro.jpg');
	background-repeat: no-repeat;
}
#navi {
	position: relative;
	top: 215px;
	height: 118px;
	background-image: url('schmidtnav.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#navitxt {
	position: relative;
	width: 355px;
	height: 24px;
	top: 79px;
	left: 42px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-size: ;
}

#inhalt {
	
	margin: 251px 14px 14px 14px;
	height: 100%;
	width: auto;
}





#left_col {
	width: 41px;
	height: 100%;
	position: absolute;
	background-image: url('left.gif');
	background-repeat: repeat-y;
	left: -38px;
}
#right_col {
	width: 41px;
	height: 100%;
	position: absolute;
	left: 642px;
	background-image: url('right.gif');
	background-repeat: repeat-y;
}
#footer {
	width: 642px;
	height: 70px;
	background-position: center top;
	background-image: url('footer.jpg');
	background-repeat: no-repeat;
}
#footertxt {
	font-size: x-small;
	margin-left: 25px;
	margin-top: 40px;
	position: absolute;
	color: #FFFFFF;
}
pre
 {
	border-width: 1px;
	border-color: #800000;
	margin-top: -15px;
	color: #A93525;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

#I1 {
	height: 337px;
	width: 602px;
	
}



