* {
margin: 0; 
padding: 0;
}

html {
	min-height: 101%;
}

body {
font: 100% trebuchet ms,arial,tahoma,verdana,sans-serif;
color: #FF9900;
background-color: black;

}

form {
	font-size: 13px;
}
a {
color: #FFFE91;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color: yellow;
}
a img {
border: 0px solid black;
}
h1, h2, h3 {
font-weight: normal;
background: transparent;
line-height: 125%;
margin-top: 30px;
margin-bottom: 20px;
}

blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#FF9900;
	background-image:url('images/blockquote.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

blockquote p
{
	color:black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}



.fett {
	font-weight: bolder;
}

.klein {
	font-size: 11px;
}
.abstand {
line-height: 110%;
	
}
.abstand2 {
line-height: 115%;
	
}
.kleinkursiv {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
h1 {
font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
font-size: 1.4em;
color: #FFFE91;
text-transform: lowercase;
font-weight: normal;
}
h2 {
font-size: 1.2em;
border-bottom: 1px solid #FFFE91;
color: #FFFE91;
text-transform: uppercase;
font: 100% trebuchet ms,arial,tahoma,verdana,sans-serif;
font-weight: bold;
}
h3 {
font-size: 1.0em;
font: 100% trebuchet ms,arial,tahoma,verdana,sans-serif;
font-weight: bold;
}
p, li {
line-height: 200%;
color: #F0ECE0;
font-size: 0.8em;
}
li {
	margin-left: 25px;
}
p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.orange {
	color: #ff9900;
}
ul {
list-style-type: square;
}
#wrapper {
width: 1000px;
color: #FF9900;
margin: 0 auto;
border: 0px solid #FFFE91;
border-left: 0px solid #FF9900;
}
#logo {
width: 950px;
margin-left: 25px;
margin-top: 35px;
background-image: url(images/lichtfrei-logo.jpg);
background-repeat: no-repeat;
height: 250px;
	
}
#container {
	width: 950px;
	margin-top: 0px;
	z-index: 98;
}

#content {
    margin-left: 270px;
	 margin-right: 0px;
	 width: 650px;
	 border: 0px solid #FFFE91;
	 z-index: 99;

}

#content-left {
	 width: 500px;
	 padding: 5px 15px 5px 15px;
	 border: 1px solid #FFFE91;
	 min-height: 450px;


}

#navigation {
float: left;
margin-left: 45px;
margin-top: 40px;
width: 150px;
}

#right {
float: right;
width: 110px;
margin-top: 0px;
margin-top: -10px;
}

div#clink {
	font: 12px trebuchet ms, arial, sans-serif;
	font-weight: bold;
	width: 150px;
}

div#clink a {
padding-right: 10px;
display: block; 
padding-left: 10px; 
border-left-width: 0px;
border-bottom-width: 0px;
padding-bottom: 5px; 
margin: 0px 0px 2px; 
color: #FFFE91; 
padding-top: 5px; 
text-align: left; 
text-decoration: none; 
border-bottom: 1px solid #FFFE91;

}
div#clink a:hover {
	background: #FF9900;
	color: Black;
}




