body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

/* link definitionen */

a{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color: #333333;
}

a:visited{
	color: #333333;
}

a:hover{
	color: #FFFFFF;
	background-color: #e56d30;
}

a:active{
	color: #FFFFFF;
	background-color: #e56d30;
}

.active{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

a.sub{
	font-size: 10px;
	text-decoration: none;
	width: 230px;
	display: block;
}

a.sub:link{
	color: #333333;
}

a.sub:visited{
	color: #333333;
}

a.sub:hover{
	color: #FFFFFF;
	background-color: #e56d30;
}

a.sub:active{
	color: #FFFFFF;
	background-color: #e56d30;
}

.subactive{
	color: #FFFFFF;
	background-color: #e56d30;
	font-size: 10px;
	font-weight: bold;
}

.menu{
	background-color: #e56d30;
	padding: 4px;
	height: 24px;
}

/* input felder definitionen */
input{
	color: #333333;
	font-size: 11px;
}

input.btn{
	background-color: #A4BA0E;
	height: 24px;
}

/* table definitionen */
table{
	font-size: 12px;
	padding: 0px;
}

table.main{
	background-color: #d3dde6;
}

table.sub{
	width: 230px;
}

table.content{
	width: 600px;
}

table.infobox{
	background-color: #d3dde6;
	width: 168px;
}

/* text definitionen */
.head14{
	font-size: 14px;
}

.head14b{
	color: #e56d30;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.head14c{
	color: #e56d30;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}	
}

.head16{
	font-size: 16px;
}

.head16b{
	font-size: 16px;
	font-weight: bold;
}
.head17{
	font-size: 10px;
	font-weight: bold;

}
.head18{
	color: #e56d30;
	font-size: 10px;
	font-weight: bold;
	
}

.head_sub{
	font-size: 12px;
	font-weight: bold;
}

.head_add{
	background-color: #7397ad;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding: 6px;
}

.float{
	font-size: 10px;
	line-height: 18px;
}

.white{
	background-color: #FFFFFF;
	width: 500px;
	padding: 16px;
}

/* listen definitionen */
ul{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	line-height: 30px;
	text-indent: 50px;
}

/* div definitionen */

div{
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 40px;
}

