/* HTML Tags */

body,h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #333333;	
	margin           : 0;
}

BODY  {
	font-size : 10px;
	line-height : 14px;
}

p,td  {
	font-size : 11px;
	line-height : 14px;
}
ul  {
	list-style: square outside;
	margin-bottom : 5px;
	margin-top : 5px;

}
ol {
	list-style-position: inside;
	list-style-type : decimal;
	margin-bottom : 5px;
	margin-top : 5px;
}

h1 {
	font-size:14px;
	margin-bottom:3px;
	padding: 0px;
	margin : 0px 0px 8px 0px;
	font-style : normal;
	color:#336699;
	/*font-variant : small-caps;*/
}
h2 {
	font-size: 12px;
	color:#336699;
	/*font-variant : small-caps;*/
	/*text-transform: capitalize;*/
	font-style: normal;
	margin : 0px 0px 8px 0px;
	margin-top : 0px;

}
h3 {
	font-size:11px;
}
h4 {
	font-size:14px;
	background-color: transparent;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 3px;

}

p.blocktitel {
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	color: #FF6600;
	font-size : 12px;
	font-variant : small-caps;
	font-weight : bold;
	background-color: #CCCCCC;
	line-height: 14px;
}
p.bild {
	font-size: 9px;
	color : Gray;
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	font-style : italic;
}

p.blocktext {
	margin-bottom : 5px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 5px;
}
.liste  {
	list-style: square outside;
	margin-bottom : 5px;
	margin-top : 5px;

}
hr {

}

/* CSS Styles */
.kopf{
	background       : #4e82aa;
	border-bottom : 1px solid #333;
}
/* Navigation */
#button{
	width : 158px;
	padding : 0px 0px 0px 0px;
	margin-bottom: 10px;
	background-color: #e0e0e0;
}
#button ul{
	list-style : none;
	margin : 0px;
	padding : 0px;
	border : none;
}
#button li{
	border-bottom : 1px solid #ffffff;
}
.gelbErstes{
	display : block;
	padding : 3px 5px 3px 10px;
	background-color : #ffd700;
	width : 100%;
	border-bottom : 1px solid #ffffff;
}
.gelb{
	display : block;
	padding : 3px 5px 3px 10px;
	background-color : #ffd700;
	color : #000;
	text-decoration : none;
	width : 100%;
}
#button li a{
	display : block;
	padding : 2px 5px 2px 10px;
	background-color : #e0e0e0;
	color : #333333;
	text-decoration : none;
	width : 100%;
}
#button li a.braun{
	display : block;
	padding : 2px 5px 2px 10px;
	background-color : #e0e0e0;
	color : #993300;
	text-decoration : none;
	width : 100%;
}
html>body #button li a{
	width : auto;
}
#button li a:hover{
	background-color : #ff9900;
}
#button li a:active{
	background-color : #ff9900;
}
#button li a.gelb{
	display : block;
	padding : 2px 5px 2px 10px;
	background-color : #ffd700;
	color : #333333;
	text-decoration : none;
	width : 100%;
}
html>body #button li a.gelb{
	width : auto;
}
#button li a.gelb:hover{
	background-color : #ff9900;
}
#button li a.gelb:active{
	background-color : #ff9900;
}
.footer {
	font-size : 9px;
	margin :40px 0px 10px 26px;
	padding:5px 0px 10px 80px;
	text-align: left;
	color: #333;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #333;
}
.path {
	font-size: 10px;
	font-style: normal;
	color: #930;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.header {
	font-size: 10px;
	font-style: normal;
	color: #930;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.content{
	COLOR : Navy;
	text-decoration : none;
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : 10 px;
  	line-height : 14 px;
	padding-left : 20;
	padding-right : 20;
	padding-top : 0;
	padding-bottom : 20;
}
.textbox  {
	font-size : 10px;
	line-height : 14 px;
}
/* Links */
a:link { text-decoration:none; color: #930;}
a:visited { text-decoration:none; color: #930;}
a:hover { text-decoration:underline; color: #930;}
a:active { text-decoration:none; color: #930;}
/* Forms */

.formularelement
{
	border: 1px;
	border-style:solid;
	border-color:#000000;
}
.formulare {
	COLOR : #333333;
	text-decoration : none;
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : 10 px;
  	line-height : 14 px;
	padding-left : 15;
	padding-right : 15;
	padding-top : 10;
	padding-bottom : 10;
}

input.button {
	font-size:8pt;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

input.file {
	border: 1px;
	border-style:none;

}

input.textbox {
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

input.textarea {
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

input.select {
	border: 1px;
	border-style:none;
	border-color:#000000;
}

input.checkbox {
	border: 1px;
	border-style:none;
	border-color:#000000;

}
select.select {
	border: 1px;
	border-style:none;
	border-color:#000000;
}

textarea.textarea {
	border: 1px;
	border-style:solid;
	border-color:#000000;
}
/* blöcke auf der Startseite */
#box{
	float: left;
 	margin       : 0px 10px 0px 0px;
  	padding     : 2px 2px 2px 2px;
	width		:272px;
	border: 1px solid #369;
}
#box p{
margin: 10px 5px 5px 5px;
}
#box-rechts{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left:0px;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
	width		:180px;
	border: 1px solid #369;
}
#box-rechts p{
margin: 10px 5px 5px 5px;
}
.register{
 	margin       : 10px 0px 0px 0px;
  	padding     : 1px 2px 1px 5px;
	width		:90px;
	background-color: #369;
	color:#fff;
}
.register-braun{
 	margin       : 10px 0px 0px 0px;
  	padding     : 1px 2px 1px 5px;
	width		:90px;
	background-color: #c60;
	color:#fff;
}
#box2{
	float: left;
 	margin       : 0px 10px 0px 0px;
  	padding     : 2px 2px 2px 2px;
	width		:564px;
	border: 1px solid #369;
}
.register2{
 	margin       : 10px 0px 0px 0px;
  	padding     : 1px 2px 1px 5px;
	width		:90px;
	color:#fff;
}
.footer2 {
	font-size : 9px;
	color: #333;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.img {
	border: 1px solid #000000;
}