/*--------------------------ALLGEMEIN--------------------------*/
html {
	height: 100%; 
}
body
{
 	color: #696969;
	background-color:#ffffff;
	PADDING: 0px;
	MARGIN: 0px; 
	font-family: Arial, sans-serif;	
	font-size:12px;
}
#bodyfont
{
 	color: #696969;
	background-color:#ffffff;
	PADDING: 0px;
	MARGIN: 0px; 
	font-family: Arial, sans-serif;	
	font-size:12px;
}
#general {
	width: 804px;
	text-align:left;
	background-image:url('/php/lay/bg.jpg');
	background-repeat:repeat-y;
	margin:0px auto;
}
.clear {
	clear:both;
}

div {
	border:0px solid #ff0000;
}
p {
	line-height:18px;
	margin-top:0px;
}
a{
	color:#ff7f35;
	text-decoration:underline;
	font-size:12px;
}
a:hover{
	color:#5e7c7c;
	text-decoration:underline;
	font-size:12px;	
}
#bodyfont a, #bodyfont a, #bodyfont a:hover
{
	font-size:12px;
}

img{
	border: none;
}

h1{
	font-size:16pt;
	margin: 0px 0px 10px 0px;
	font-weight:normal;	
	color:#5e7c7b;
	text-align:left;
}
h2{
	font-size:10pt;
	margin: 0px 0px;
	font-weight:normal;
	color:#696969;
}
h3{
	font-size:10pt;
	margin: 5px 0px 5px 0px;
	color:#009ee0;
}
h4{
	font-size:9pt;
	margin: 5px 0px 5px 0px;
	color: #009ee0;
	font-weight:bold;	
}
h5{
	font-size:14pt;
	margin: 5px 0px 5px 0px;
	color: #009ee0;
	font-weight:normal;
}
hr{
	color: #009ee0;
	background-color: #b2b2a5;
	height:1px;
	margin: 10px 0px 10px 0px;
	clear:both;
	border:none;
}
li {
	list-style:square;
	line-height:18px;
}

/*--------------------------HEADER--------------------------*/
#header{
	background-color:#ffffff;
	width:850px;
	height:145px;
	clear:both;
	border: 0px solid #FF0000;
	margin:0px; padding:0px;
}
#header_pic{
	background-image:url('/php/lay/header.jpg');
	background-repeat:no-repeat;
	margin-bottom:0px;
	width:683px;
	height: 145px;
	float:left;
}
#logo{
	margin: 65px 0px 0px 0px;
	width:167px;
	height:60px;
	float:left;
}


/*--------------------------NAVI-LEFT--------------------------*/

#navi_left_top {
	background-image:url('/php/lay/navi_bg.jpg');
	background-repeat:no-repeat;
	float:left;
	padding:20px 0px 0px 0px;
	width:180px;
	height: 265px;
}

	.navi_left {
		height:14px;
		width: 130px;
		padding: 2px 0px 11px 22px;
		/*margin-bottom:7px;*/
	}
		.navi_left a{
			font-weight:bold;
			text-decoration:none;
			color:#FFFFFF;
		}
		
	.navi_left_act {
		background-image:url('/php/lay/navi_aktiv.png');
		background-repeat:no-repeat;
		height:14px;
		width: 130px;
		padding: 1px 0px 4px 22px;
		color:#4a6b72;
		margin-bottom:7px;
	}
		.navi_left_act a{
			font-weight:bold;
			text-decoration:none;
			color:#4a6b72;
		}
		
#navi_left_sub {
	float:left;
	padding:0px 0px 0px 20px;
	width:145px;
	height: auto;
	border:0px solid #bbbbbb;
}
	/* 1. Unternavi */
	.second_nav_0 {
			width:180px;
			font-weight:bold;
			line-height:25px;
	}
		.second_nav_0 a {
			text-decoration:none;
			color:#bbbbbb;
		}
		.second_nav_0 a:hover {
			color:#5b7b78;
		}
		.second_nav_act_0 {
				width:180px;
				font-weight:bold;
				line-height:25px;
		}
			.second_nav_act_0 a {
				width:180px;
				color:#5b7b78;
				text-decoration:none;
			}
	.second_nav_sub_0 {
		border:0px solid #ff0000;
	}
	
	/* 2. Unternavi */
	.second_nav_1 {
		width:180px;
		padding:0px;
		margin:0px 0px 0px 10px;
	}
		.second_nav_1 a {
			text-decoration:none;
			color:#5b7b78;
		}
		.second_nav_1 a:hover {
			font-weight:bold;
		}
	.second_nav_act_1 {
			width:180px;
			margin:0px 0px 0px 10px;
	}
		.second_nav_act_1 a {
			width:180px;
			color:#5b7b78;
			font-weight:bold;
			text-decoration:none;
		}
	.second_nav_sub_1 {
		border:0px solid #ff0000;
		height:1px;
	}

	

/*--------------------------MAIN--------------------------*/
#main {
	/*width:751px;*/
	width:805px;
	height:528px;
	float:left;
	border: 0px solid #FF0000;
	padding-bottom:15px;
}

#main_content{
	min-height:550px;
	float:left;
	width:638px;
	background-color:#f2fafa;
	padding:5px 0px 15px 0px;;
	margin:0px;
	border:0px solid #ff0000;
}

#container{
	margin-bottom:20px;
}

#container_left {
	width:167px;
	float:left;
	border:0px solid red;
}


#container_right {
	/*background-color: #b0cbdd;*/
	width:191px;
	float:left;
	/*border-top:1px solid #ffffff;*/
	margin-top:43px;
	margin-left:10px;
	padding:0px 5px 0px 0px;
}
		#container_right a{
			color:#009ee0;
			text-decoration:none;
		}
		
		#container_right a:hover{
			text-decoration:underline;
		}


/*--------------------------FOOTER--------------------------*/
#footer {
	color: #cccccc;
	clear:both;
	width:638px;
	margin-left:167px;
	border:0px solid #ff0000;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;

}
	
		#footer a{
			color: #ffffff;
			text-decoration:none;
		}
		#footer a:hover{
			color: #ffffff;
			text-decoration:underline;
		}

/*-----------------------DOMAIN-TBL-------------------------*/

#domain_tbl .domain{
	text-align:left;
	padding:2px 5px 2px 5px;
	width:25%;
}
#domain_tbl .domain_h{
	text-align:left;
	padding:2px 5px 2px 5px;
	width:25%;
	background-color:#5e7c7b;
	font-weight:bold;
	color:#ffffff;
}

#domain_tbl .euro{
	text-align:right;
	padding:2px 5px 2px 5px;
	width:25%;
}
#domain_tbl .euro_h{
	text-align:right;
	width:25%;
	font-weight:bold;
	color:#ffffff;
	background-color:#5e7c7b;
	padding:2px 5px 2px 5px;
}

#domain_tbl .land{
	text-align:center;
	width:25%;
	padding:2px 5px 2px 5px;
}
#domain_tbl .land_h{
	text-align:center;
	width:25%;
	font-weight:bold;
	color:#ffffff;
	background-color:#5e7c7b;
	padding:2px 5px 2px 5px;
}

#domain_tbl .pauschale{
	text-align:left;
	padding:2px 5px 2px 5px;
}
#domain_tbl .pauschale_h{
	text-align:left;
	font-weight:bold;
	color:#ffffff;
	background-color:#5e7c7b;
	padding:2px 5px 2px 5px;
}


/* ---------------------- PARTNER ----------------------- */
#partContent {
	padding:30px 10px 20px 30px;
	width:588px;;
	border:0px solid #ff0000;
}


/* BLA */
#formSite {
	width: 730px;
}
.error {
	color: #F30;
}
input.error {
	border: 1px solid #F30;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.row {
	border-bottom: 1px solid #CCC;
	width: 730px;
	padding: 3px 0px;
}
.row:hover {
	background-color: #FFE;
}
.row label {
	float: left;
	width: 200px;
}
.row input,
.row select {
	float: left;
	width: 150px;
	margin: 2px 10px;
	padding: 1px;
	height: 18px;	
}
.info {
	background-color: #FAF1E1;
	color: #00F;
	font-style: italic;
	border: 1px dashed #006;
	margin: 10px;
	padding: 5px;
	width: 400px;
	margin: 10px auto 10px auto;
}
.title {
	width: 230px;
	float: left;
	margin-right: 10px;
}
.list {
	float:left;
	width: 230px;
	margin: 0px 10px 0px 0px;
}
#options_selected {
	border: 1px dashed #DDD;
	width: 230px;
	min-height: 60px;
	padding: 0px;
}
#options_available {
	border: 1px dashed #DDD;
	width: 230px;
	min-height: 60px;
	padding: 0px;
}
#options_delete {
	float: left;
	background: transparent url('/verwaltung/img/trash.gif') repeat center;
	width: 230px;
	height: 200px;
	margin-right: 10px;
}
#options_available li,
#options_selected li {
	list-style-type: none;
	display: block;
	padding: 2px 5px;
}
#options_available li:hover,
#options_selected li:hover {
	background-color: #FAF1E1;
}

.success-message,
.error-message {
	display: block;
	color: #FFF;
	padding: 5px;
}
.success-message {
	background-color: #0A0;
}
.error-message {
	background-color: #A00;
}
.package {
	border: 1px solid transparent;	
}
.package:hover {
	border: 1px dashed #DDD;
	background-color: #FFE;
}

.inner-content {
	padding: 5px 15px;
}
.hosting-options {
	margin-bottom: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
	font-style: italic;
	border-bottom: 1px solid #CCC;
	color: #999;
}

.price {
	font-size: 25px;
	color: #009EE0;
	font-weight: bold;
	float: right;
	margin: 20px;
}

label.error {
	margin: 0px 5px;
}

.steps {
	color: #BBB;
	margin: 0px 10px;
}
.active {
	color: #666;
	border-bottom: 1px solid #009EE8;
}
.floatright {
	float: right;
}
#check_result {
	height: 22px;	
}