body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a {
	color: #000000;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3, h4
{
	color:#8D2C2E;
}

img {
	border: none;
}

#main {
	position:relative;
 	margin-left:auto;
	margin-right:auto;
	width:750px;

}
#bg {
    position:absolute;
	/* background:url(/images/speicher-werk.bgtop.jpg); */
	top:0px;
	width:100%;
	height: 20px;
}

.red {color:#FF0000;}
.grey {color: #999999;}

/*
#top{
	height: 70px;
	width: 750px;
	left: 0px;
	top: 0px;
	right: 0px;
}
*/
#logo {
	/* position: absolute;
	height: 128px;
	width: 128px;
	left: 15px;
	top: 10px; */
	text-align: center;
	width: 270px;
	padding-top: 10px;
}

/* Menue Top Right*/
	#top_menue {
		/*position: absolute;
		left: 350px;
		top: 0px;
		*/
		float: right;
		height: 40px;		
		padding: 7px 0px 0px 0px;
		width: 400px;
		font-size: 10px;
	}
	
	#top_menue ul {
		float: right;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:  0px;
		padding: 0px;
	}
	
	#top_menue li {
		float:left;
		padding: 0px 3px 0px 3px;
		margin: 0px 0px 0px 0px;
		border-right:1px solid #CCCCCC;
	}
	#top_menue_right {
		border-right:0px none !important;
		/* width: 0px; */
	}
	
	#top_menue_right ul {
		border: thin dotted #666666;		/* visibility:hidden; */
		/*width: 115px;*/
	}
		
	#top_menue_right li {
		/* visibility:hidden; */
		border-right:0px none !important;
		padding: 0px 0px 0px 0px;
		float: none;
	}
	
	
	#user_info {
		padding: 7px 3px 0px 3px;
		margin: 0px 0px 0px 0px;
	}

/* Header */
#top_list_menue {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 750px;
	float:right;
}

/* Header Menue */
#top_menueA {
	text-align: center;
	position:absolute;
	left:0px;
	z-index: 1;
	
}
	#top_menueA ul {
		float: none;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin: 0px 0px 0px 270px;
		padding: 0px 0px 0px 0px;
	}
	
	#top_menueA li {
		float:left;
		width: 80px;
		margin: 0px 3px 0px 0px;
		
		background-repeat: no-repeat;
		background-position: top;
	}
	.li {
		padding: 8px 5px 8px 5px;
		background-repeat: no-repeat;
		background-position: top;
	}
	.li_aktiv{
		padding: 8px 5px 10px 5px; 
		background-repeat: no-repeat;
		background-position: top;
	}

/* button */
#button
{
	width: 90px;
	min-height: 22px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(/images/bg_top_batten_red.jpg);
	background-color: #CC0000;
	text-align:center;
	padding: 4px 0px 5px 0px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#button a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

/* Header Balken 1 */
#balken_top1{
	position:absolute;
	right: 0px;
	left: 0px;
	top: 16px;
	width: 100%;
}
/* Header Balken 2 */
#balken_top2{
	position:absolute;
	right: 0px;
	left: 0px;
	height: 2px;
	top: 32px;
}



/* Balken Vertikal */ 
#balken_left{
	width: 2px;
	top: 76px;
	bottom: 0px;
	position: absolute;
	left: 160px;
}

/* Down */
#down {
	display: none;
}


/* Extras */
#info {
	float:right; 
	width: 150px;
	margin: 0px 0px 0px 0px;
	border: 1px dashed #CCCCCC;
	padding:2px;
}
#sitemap ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

.tbbg {

background-color: #EEEEEE;

}

#domain_green {
color:#009900;
font-size:12px;
}

#domain_bestellen, #domain_bestellen a {
	height: 40px;
	width: 120px;
	background:#009900;
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#domain_red {
color:#990000;
font-size:12px;
}

#domain_tranfer, #domain_tranfer a {
	height: 40px;
	width: 120px;
	background:#990000;
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}


div.error {
	background-image:url(/images/delete.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	border:1px solid #EE0000;
	margin:1px 0px;
	padding:10px 10px 10px 36px;
}
.error {
	background-color:#FFECEC;
	color:#000000;
}

div.warning {
	background-image:url(/images/error.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	border:1px solid #FFD700;
	margin:1px 0px;
	padding:10px 10px 10px 36px;
}
.warning {
	background-color:#FFFFDD;
	color:#000000;
}

div.info {
	background-image:url(/images/information.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	border:1px solid #4272E1;
	margin:1px 0px;
	padding:10px 10px 10px 36px;
}
.info {
	background-color:#EDECFF;
	color:#000000;
}

a.informationsbox {
	text-decoration:none !important;
}
a.informationsbox:hover {
	color:blue !important; 
	background:white;
	cursor:help;
}
a.informationsbox span { 
	visibility:hidden; 
	position:absolute; 
	padding:1.5em; 
	text-decoration:none; 
	width:30em; 
	margin-top:2em; 
}
a.informationsbox:hover span {
	visibility:visible;
	color:blue;
	border:1px solid #4272E1;
	background: #EDECFF;
	left:15em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a.warnigbox {
	text-decoration:none !important;
}
a.warnigbox:hover {
	color:blue !important; 
	background:white;
	cursor:help;
}
a.warnigbox span { 
	visibility:hidden; 
	position:absolute; 
	padding:1.5em; 
	text-decoration:none; 
	width:30em; 
	margin-top:2em; 
}
a.warnigbox:hover span {
	visibility:visible;
	color:blue;
	border:1px solid #EE0000;
	background: #FFECEC;
	left:15em;

	text-decoration: none;
}
