@charset "utf-8";
/* CSS Document */

/*********************************** GENEREL*/
* {padding:0px; margin:0px;}
img {
	border: 0px;
}

a {
	outline:none;
}

body {
	font-family: Arial, Verdana,  sans-serif;
	font-size: 12px;
	color:#111111;
	padding: 0px;
	margin: 0px;
	background-image: url(img/bg_verlauf.jpg);
	background-repeat: repeat-x;
	background-color: #070707;	
	height:100%;
	position:relative;
}

.clear { clear:both; height:0px;}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-right:15px;
	color:#111111;
	float:right;
	line-height:46px;
	margin-top:25px;
	}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	color:#111111;
	}
	
h4 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
	color:#111111;
	}
	
	
/*********************************** LOGO*/
#logo {
	margin-top:10px;
	margin-left:20px;
	
	
	}
	
	
/*********************************** MOTHERBOX*/
#motherbox {
         margin: 60px auto;
         width: 898px;
		 height:538px;
		 background: #eeeeee url(img/bg_content.jpg) top left repeat-x;
		 border: 1px solid #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
		 position:relative;
         
}

/*********************************** VISUAL*/

.geschaeft #stoerer {
	position:absolute;
	width:234px;
	height:87px;
	top:40px;
	left:-6px;
	z-index:100;
	
	}
#stoerer {
	position:absolute;
	width:234px;
	height:87px;
	top:30px;
	left:-6px;
	z-index:100;
	
	}


#visual {
	 width: 335px;
	 height:538px;
	 background-color:#CCC;
	 position:relative;
	 z-index:1;
	 float:left;
	 
	}

/*********************************** CONTENT*/
	
#content {
	 width: 505px;
	 height:auto;
	 padding: 37px 20px 35px 38px;

	 float:left;
	}
	
	
#titel {

	font-size:25px;
	line-height:33px;


	 
	}
	
.geschaeft #titel {

	font-size:27px;
	line-height:35px;


	 
	}
	
#subtitel {
	margin:20px 15px 0 3px;
	color:#222;
	font-size:14px;
	line-height:17px;
	 
	}

.geschaeft #subtitel {
	margin:17px 15px 0 3px;
	color:#222;
	font-size:14px;
	line-height:17px;
	 
	}
	
.titel_line_top {
	border-top: 1px solid #ddd;
	height:auto;
	width:auto;
	margin-top:27px;
	}
	
.titel_line_bottom {
	border-top: 1px solid #fff;
	height:auto;
	width:auto;
	margin-bottom:27px;
	}
	
#content_spalte01 {
	float:left;
	width:245px;
	height:auto;
	margin-right:14px;

	
	}
	
#content_spalte02 {
	float:left;
	width:245px;
	height:auto;

	
	}


/*********************************** CONTENT---BOX */

.box {
	height:50px; 
	width:225px;
	padding:10px;
	margin-bottom:13px;
	background-color:#fbfbfb;
	border: 1px solid #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	
	
	}
	
.icon_box {
	float:left;
	width:32px;
	height:auto;
	margin-right:15px;
	margin-top:3px;
	

	
	}
	
.text_box {
	float:left;
	width:178px;
	height:auto;
	font-size:12px;
	color:#777;
	line-height:15px;

	
	}
	
#anmelden {float:right}
.geschaeft #anmelden p {margin-top:7px; font-size:11px; margin-left:125px;}
	
#button {
	
	margin-top:17px;
	}