/*  body und schrift deffinitionen */
html { 
padding:0px;
margin:0px;
height: 100%;
}

body {
	background-color: #009999;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url("bilder/rahmen_links.gif");
	background-repeat: repeat-y;
}

p, h2 {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

a { 
color: #000000;
background-color: transparent;
text-decoration: none; 
}

a:visited {color:#000000; background-color:transparent;}
a:hover {color: #ff0000; background-color:transparent;}
a:active { color:#ff0000; background-color:transparent;}


.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}

h1 {
font-family:arial, helvetica, sans serif;
font-size: 11px;
text-transform:uppercase;
text-align: left;
/*letter-spacing:2pt;*/
color: #564b47;
background-color: #EEEEEE;
padding:5px 130px;
margin:0px;
/*border-top:1px #000000 solid ;*/
border-bottom:1px #000000 solid ;*/
}

h1.ueberschrift {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #564b47;
background-color: #EEEEEE;
padding:5px 65px;
margin-top:25px;
margin-left:50px;
border-top:1px #000000 solid ;
border-bottom:1px #000000 solid ;*/
border-left:1px #000000 solid ;
line-height:150%;
}

h1.einfach {
font-size: 11px;
text-transform:uppercase;
text-align: left;
letter-spacing:2pt;
color: #564b47;
background-color: #ffffff;
padding:5px 15px;
margin:0px 0px;
border-bottom: 1px #000000 dashed ;
/*border-left: 1px #000000 dashed ;*/
/*border-right: 1px #000000 dashed ;*/
}

strong { 
font-size: 13px;
}


/*  positioning-layers statisch und absolut */

#links {
	position: absolute;
	left: 0px;
	width: 134px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	height: 100%;
/*	background-color: #ffffff;  */
/*	background-image: url("bilder/rahmen_links.gif");*/
/*	background-repeat: repeat-y;*/
}


#inhalt {
	margin: 0px 190px 0px 134px;
	border-left: 0px solid #564b47;
	border-right: 0px solid #564b47;
	border-top: 0px solid #564b47;
	padding: 0px; /*background-color: #EEEEEE;  */
	background-color: #ffffff;
	height: 100%;
}


#rechts {
position: absolute;
right: 0px;        
width: 190px;
color: #564b47;
margin: 0px; 
padding: 0px;
height: 100%;
background-color: #009A9C;
/*background-image: url("bilder/rahmen_rechts.gif");*/
	background-repeat: repeat-y;
}

div#clink {
left: 0px;
width: 160px;
position: absolute; top: 50px;
color: #000000;
}

div#clink a {
border: 1px black solid;
display: block; padding-left: 10px; border-left-width: 0px;
background: #EEEEEE;
border-bottom-width: 1px;
padding-bottom: 5px;
margin: 0px 0px 2px;
color: #625b55;
padding-top: 5px;
text-align: center;
text-decoration: none;
}

div#clink a:hover {
border-right: black 1px solid;
border-top: black 1px solid;
border-bottom: black 1px solid;
/*background: #CC6633;*/
background: #CCCCCC;
/*color: #ffffff;*/
color: #000000;
}

img.logo {
border: 1px #000000 solid;
padding: 2px;
background-color:white;
margin-left:35px;
margin-top: 50px;
}

img.rechts {
border: 1px #000000 solid;
padding: 2px;
background-color:white;
margin-left:20px;
margin-top: 50px;
}

ul.links {
	list-style-position: inside;
	line-height: 200%;
	list-style-type: none;
}
li.links {
	border-bottom: 1px dotted #009999;
}
input, textarea {
	border: thin dotted Gray;
}
.hervorheben {
background-color:#eeeeee;
font-weight:bold;
}