body {
	margin:0;
}
* {
	font-family:tahoma;
}
a,div,td,th,span {
	font-size:12px;
}
pre {
	font-family:"Courier New";
}


/*

	Standart Links
	
*/
a:link, a:visited , .alink {
	color: #2d7bd2;
	text-decoration: underline;
}

a:hover , .alink:hover {
	color: #2d7bd2;
	text-decoration: underline;
}


ul {
	margin:0px;
	padding:5px;
}
li {
	margin:0px;
	padding:0px;
}






/*

	Index Bau
	
*/

/*  *  *  *  *  *  *  */
#acc_head {
	padding:2px 0px 0 0px;
	background:#eeeeee;
}

/*  *  *  *  *  *  *  */
#acc_logo {
	margin-left:7px;
	cursor:pointer;
}
#acc_logo h1 {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #2d7bd2;
}


/*  *  *  *  *  *  *  */
ul#acc_user {
	position:absolute;
	right:5px;
	top:2px;
	margin:0 0 0 8px;
	padding:0;
	display:inline;
	list-style-type:none;
	text-align:right;	
}
#acc_user h3 {
	margin:0;
	padding:0;
	font-size:11px;
	display:inline;
}
#acc_user a{
	text-decoration:none;
}
#acc_user a:hover{
	text-decoration:underline;
}

/*  *  *  *  *  *  *  */
#acc_sites {

}


/*  *  *  *  *  *  *  */
ul#acc_moduls {	
	height:25px;
	margin:0px;
	margin-left:5px;
	margin-top:10px;	
	padding:0;
	list-style-type:none;
}
#acc_moduls h4 {
	display:none;
}
#acc_moduls li {
	float:left;
	background:#d8d8d8;
	margin-right:5px;
	padding:0;
	height:24px;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color:#828282;
	
	/*border-top-left-radius:6px;*/
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	/*border-top-right-radius:6px;*/
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
}
#acc_moduls li.selected {
	background:#fafbfc;
	border-color:#828282;	
	height:25px;
}

#acc_moduls li a {
	display:block;
	color:black;
	text-decoration:none;
	padding:5px 20px 5px 20px;
}

#acc_moduls li.selected a {
	font-weight:bold;
	color:#000;
}


/*  *  *  *  *  *  *  */
ul#acc_moduls_menu {
	background:#fafbfc;
	padding:5px;
	color:#828282;
	height:14px;
	border-style:solid;
	border-width:1px;
	border-color:#828282 transparent #828282 transparent;
	margin:0;

	list-style-type:none;
}

#acc_moduls_menu h4 {
	display:none;
}

#acc_moduls_menu li {
	display:inline;
	padding:0 3px 0 3px;
}

#acc_moduls_menu li a {
	color:black;
}
#acc_moduls_menu li.selected a {
	font-weight:bold;
	color:black;
	text-decoration:none;
	
}

/*  *  *  *  *  *  *  */
#acc_content {
	padding:2px 5px 0 5px;
	background:#fff;
}




/* * * * * * * * *
 * Formular
 * * * * * * * * */

form {
	margin:0;
	padding:0;
}

input,select,textarea {

	color: #2B1E0D;
	font-size: 12px;
	font-family: tahoma;

	padding:2px;
}
textarea , input.i {
	width:180px;
}








/*

	Widget Box
	
*/
.widgetbox {
	margin:1px;
}
.widgetbox .widgetbox_caption {
	padding: 0 0 1px 4px;
	margin:0 2px 0 0;
	
	color: #153352;
	font-size:11px;
	font-weight: bold;
	
	background:#dcdcdc;
	
	border-width:1px 1px 0 1px; 
	border-style:solid;
	border-color:#888888;
	
	/*border-top-left-radius:3px;*/
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	
	/*border-top-right-radius:3px;*/
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
}
.widgetbox .widgetbox_content {
	padding:3px;
	margin:0 2px 6px 0;
	
	border:1px solid #888888;	
	
	/*border-bottom-left-radius:3px;*/
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	
	/*border-bottom-right-radius:3px;*/
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}



.borderradius3 {
	/*border-bottom-left-radius:3px;*/
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	
	/*border-bottom-right-radius:3px;*/
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	
	/*border-top-left-radius:3px;*/
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	
	/*border-top-right-radius:3px;*/
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}


.borderradius6 {
	/*border-bottom-left-radius:3px;*/
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	
	/*border-bottom-right-radius:3px;*/
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	
	/*border-top-left-radius:3px;*/
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	/*border-top-right-radius:3px;*/
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
}




.div_meldung {	
	background-color:#e16547;
	padding:10px;
	border:1px solid #78200a;
}
.div_meldung h3 {
	color:#47190e;	
	
	font-size:14px;
	text-transform:uppercase;
	
	margin:0;
	padding:0;
}
.div_meldung ul {	
	
}
