@charset "UTF-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	color:#000;
	padding: 0;
	margin:0;
	background:#000 url(../images/bg-menu.jpg) repeat-y left top;
	font: 100% 'Lucida Grande', Verdana, Arial, sans-serif;
	line-height: 18px;
  	}
body#paten {
	background:#000 url(../images/bg-menu-2.jpg) repeat-y left top;
  	}

a {color: #000; text-decoration: underline; }
a:visited {color:#000;}
a:hover { color: #396; }
a:active { color:#000000; text-decoration: line-through;}


#menue {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding: 40px 0;
	margin: 0;
}
#menue ul {
	margin: 15px 0 0 0;
	width: 198px;
	list-style: none;
	color: #ed7504;
	font-weight: normal;
	padding: 0;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
}
#menue li {padding: 0 0 10px 0;}
#menue li a {
	font-size:14px;
	padding: 4px;
	color: #ed7504;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#menue li a:hover, body#projekt #t-projekt a, body#paten #t-paten a, body#akl #t-akl a, body#u25 #t-u25 a, body#kontakt #t-kontakt a, body#preise #t-preise a, body#impressum #t-impressum a, body#spenden #t-spenden a, body#presse #t-presse a, body#foerderer #t-foerderer a {
	color: #F93;
	background-color:#000;
	text-decoration: none;
}
#content {
	width: 550px;
	margin: 0 0 0 300px;
	padding: 40px 0;
}

#content p { font-size: 12px; margin: 0 0 18px 0; }
ul {
	font-size: 12px;
	margin: 0 0 18px 20px;
	padding: 0px;
	list-style: square outside;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	margin-bottom: 6px;
	font-weight: normal;
}
#text {font-size: 15px;
	margin-bottom: 6px;
	font-weight: normal;
	height: 40px;}
.bild {
	float:left;
	margin: 0 20px 0 0;
	border: 1px solid #000;
}
#content p.zitat {
	font: italic 16px "Times New Roman", Times, serif;
	
}
hr {border:0 none; border-spacing:0; border-bottom:1px dotted #000; height:0; position:relative; }
.linie {margin: 0 0 18px 0; clear:left; padding: 18px 0 0 0;}



.font-small {
 font-size:10px; font-weight:normal;
 color:#000000;
}

.main {
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 5px;
}
.main2 {
 background-color: #fff;
 font-size:12px; font-weight:normal;
 color:#000000;
}
.foot {
 background-color:#83ADDD;
}
.align {
 text-align:left;
}
.textarea {
 background-color:#ECECEC;
 color:#000000;
 font-size:12px;
 font-weight: normal;
 border : 1px solid #808080;
}
.input {
 background-color:#ECECEC;
 color:#000000;
 border : 1px solid #808080;
 font-size:12px;
}
.select {
 background-color:#ECECEC;
 color:#000000;
 font-family : Verdana, Helvetica, sans-serif;
 border : 1px solid #808080;
 font-size:12px;
}
.textarea:hover, .textarea:focus, .input:hover, .input:focus, .select:hover, .select:focus {
 border : 1px solid #000000;
}
.button {
 width: 130px;
}
.weiter {
	text-align: right;
	padding-top: 20px;
}
.back {
	text-align: center;
	font-size: 12px;
	margin: 0;
	width: 900px;
}
.cap { text-transform: uppercase; }
