body{
	font-size:80%;
	margin : 0px;
	padding : 0px;
	padding-top : 5px;
	background-color : #dddddd;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.headline{
	font-size:110%;
	padding-left : 5px;
}
.white{ color: white;}
.red { color: red; }
.nobr{ white-space : nowrap; }
.subline{
	font-size:100%;
	/*margin-left : 5px;*/
	padding-left : 5px;
}
.tbody{
	font-size:95%;
	padding: 5px;
}
.bold {
	font-weight : bold;
}
.italic{
	font-style : italic;
}
.odd{
	background-color: #DDDDDD;
}
.even{
	background-color: #E7E7E7;
}
.act_action {
	font-weight : bold;
	background-color : #FFEBC9;
	
}
.no_deco{
	text-decoration: none;
}
.top{
	background-color : Gray;
	font-size : 100%;
}
#left{
	padding : 5px;
	font-size : 100%;
}
#right{
	/* background-color : #dddddd;
	min_height : 544px;
	*/
	padding : 5px;
	font-size : 80%;
	
}
#content{
	background-color : #FFF7E8;
	min-height : 518px;
	padding : 5px;
	font-size : 100%;
}
*html
#content{
	background-color : #FFF7E8;
	height : 520px;
	padding : 5px;
	font-size : 100%;
}
#footer{
	background-color : #ffffff;
	padding : 5px;
}
.border{
	border-color : #999999;
	border-style : solid;
	border-width : 1px;
	padding : 3;
}
.borderleft{
	border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 1px;
	padding : 3;
}
.borderright{
	border-right-color : #999999;
	border-right-style : solid;
	border-right-width : 1px;
	padding : 3;
}
.bordertop{
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 1px;
	padding : 3;
}
.borderbottom{
	border-bottom-color : #999999;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	padding : 3;
}
#userinfo{
	color: white;
	position : absolute;
	top: 10px;
	left: 222px;
	font-weight: bold;
	font-size : 80%;
}
#pageinfo{
	color: white;
	position : absolute;
	top: 10px;
	left: 450px;
	font-weight: bold;
	font-size : 80%;
}
.nobr{
	white-space : nowrap;
}

/* Formulare */
/* edit */
.notes{
	font-size : 90%;
	font-weight: bold;
	color: green;
}
/* radio */
.notes_radio{
	font-size : 80%;
	font-weight: bold;
	color: black;
}

/* HELP */
.help_out{
	padding : 5px;
	background-color : #fff;
	min-height : 142px;
}
.notextdecoration{
	text-decoration: none;
}

.listtools {
	font-size : 80%;
}
.listtoolsout {
	background-color : #FFEDD1;
}
.edit_adr_select{
	width:322px;
}
.bg_gray{
	background-color : #DDDDDD;
}
.bg_gray_hell{
	background-color : #E7E7E7;
}
/* info */
.bg_modul_head{
	/* orange_hell */
	background-color : #FFD48F;
	font-weight: bold;
}
/* voting */
.star-cold{
	background-image : url(../images/cms/16-star-cold.png);
	background-repeat : no-repeat;
}
.star-hot{
	background-image : url(../images/cms/16-star-hot.png);
	background-repeat : no-repeat;
}
.ahref_logout{
	color: red;
}
.eintrag{
	color: red;
	background-color : #cccccc;
}
a.a_href_path{
	color: red;
	background-color: #cdcdcd;
	margin: 7px;
	padding: 2px;
	text-decoration : none;
}