body{
	margin:5px;
	font-family:verdana, sans-serif;
	background-color:white;
	color: #556677;

}

h1{
	margin:4px 0px 8px 0px;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
#edit textarea.h1{
	font-family:verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 18px;
	border: 0px none;
	background-color:white;
	color: #556677;
}

h2{
	margin:-4px 0px 8px 0px;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}
#edit textarea.h2{
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	height: 24px;
	border: 0px none;
	background-color:white;
	color: #556677;
}
h3{
	margin:16px 0px 8px 0px;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}
h6{ /*kleingedrucktes*/
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:9px;
	font-weight:normal;
	line-height:11px;
	color:#0082C7;
}
#edit textarea.h3{
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	border: 0px none;
	background-color:white;
	color: #556677;
}
h4{
	clear:both;
	margin:16px 0px 8px 0px;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}
hr{
	clear:both;
	border: 0px none;
	border-bottom: 1px solid #0082C7;
	height:1px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
p{
	margin:0px 0px 5px 0px;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
}
sub{
	margin-left:3px;
	font-size:9px;
}
a{
	text-decoration: none;
	color: #0082C7;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
img{
	border:none;
	float:left;
	margin-right:10px;
}
img.aKringel{
	float:none;
	margin:0px;
	vertical-align: bottom;
}
/******************form fields**********************/
label{
	font-size:11px;
}
textarea{
	font-family: verdana, sans-serif;
	font-size:11px;
	border:1px solid #0082C7;
	width:150px;
	height:100px;
	margin:0px 10px 7px 0px;
}
input{
	height: 12px;
	font-family: verdana, sans-serif;
	font-size:11px;
	color:#556677;
}
input.field{
	margin:0px 10px 7px 0px;
	width:150px;
	border:1px solid #0082C7;
}
input.radio{
	width:14px;
}
table.umfrage input.radio{
	margin:4px 7px;
}
input.button{
	height: 16px;
	margin-right:10px;
	width:70px;
	border:1px solid #0082C7;
	background-color: white;
}
input.button:hover{
	background-color: #0082C7;
	color:white;
}


/******************list styles**********************/



ul{
	list-style-type:square;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 12px;
	font-weight:normal;
}

ol{
	list-style-type:decimal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 18px;
	font-weight:normal;
}

ol li{
	color: #6A6A6A;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}
ul li{
	color: #6A6A6A;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 6px;
}
td{
	vertical-align: top;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid white;
}
/******************table**********************/
table{
	border:0px none;
	padding:0px;
	margin:0px;
}
thead,tboy,tfoot,tr,th,td{
	border:0px none;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

/****************** EDIT MODE specials **********************/


#edit table, #edit tr, #edit td {
	border: 1px solid lightgray;
	padding:5px;
	font-size:12px;
}

/*******************************************Alex bearbeitet hier*******************/


table {
    border-collapse: collapse;
}

tr.rule td {
    border-bottom: solid 1px #0082C7;
}

