@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("http://fonts.googleapis.com/css?family=Kotta+One");

@import 'box_container.css';
@import 'hmenu.css';
@import 'vmenu.css';

body {
	margin: 0;
	padding: 0;
	
	background-color: rgb(252,252,252);
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
	margin: 20px auto;
	padding: 0 0 0 0;
	width: 960px;
	background-color: rgb(252, 252, 252);
  
	display:inline-block;
	text-align:left;
}

#header {
	border-bottom: 1px solid rgb(217, 217, 217);
	display:inline-block;
	width:960px;
	padding-bottom:35px;
}

#logo {
	float:left;
	margin-bottom: -20px;
}

#menu_header_container {
	float:right;
	
	
	font-size: 14px;
	font-weight:700;
}

#banner {
	position:relative;
	margin-bottom:2px;
	margin-top:22px;
	
	font-family: 'Kotta One', sans-serif;
	//font-weight:600;
	font-size:24px;
	font-style:italic;
	color: white;
}

#slogan_p1 {
	position:absolute;
	top:95px;
	left:230px;
	width:400px;
	
	
}

#slogan_p2 {
	position:absolute;
	top:125px;
	left:330px;
	width:400px;
}

#content {
	display: inline-block;
	
	color: rgb(51,51,51);
	//padding-top:20px;
	padding-bottom:20px;
	
	
	line-height: 26px;
	font-size: 16px;
}

#footer {
  border-top: 1px solid rgb(217, 217, 217);
  padding-top:13px;
  
  text-align: center;
  color: rgb(151,151,151);
  
  
  font-size: 10px;
}

#CopyRight {
	float:left;
}

#FooterLinks a {
	text-decoration:none;
	color: rgb(151,151,151);
	float:right;
}


#main_content_right {
	width: 716px;
	float: left;
}

#main_content {
	width: 960px;
}

p.wide {
	padding-bottom:10px;
}

#main_content h1,#main_content_right h1 {
	padding-top: 20px;
	margin-top: 0px;
	padding-bottom: 14px;
	
	border-bottom: 1px solid rgb(232, 232, 232);
	//font-weight: normal;
	font-size: 20px;
	//margin-top: 35px;
	//color: rgb(100,100,204);
	
	/* border top
	padding-top:14px;
	margin-top:-14px;
	border-top: 1px solid rgb(232, 232, 232);*/
}

#side_menu {
	width: 180px;
	margin-right: 64px;
	float: left;
	
	margin-top: -6px;
	
	font-size: 15px;
	font-weight:700;
}

/* main_content Dienstleisungen */
div.service p.text{
	width: 396px;
	float:left;
}

div.service img.image {
	width: 300px;
	padding-left:20px;
	float:right;
}


/* main_content Partner */
#Links {
	list-style-type: none;
}

#Links li {
	padding-top:15px;
}


/* main_content Impressum/Kontakt*/
#MCSE {
	width:400px;
	float:right;
	//padding-top: 60px;
	//padding-right: 120px;
	padding-top: 20px;
}
.LeftText {
	width:350;
	float:left;
}


/*clear*/
.clear {
    position: relative;
    clear: both;
    display: block;
}

/* Image citations */
#ImageCitations {
	clear:both;
} 

#ImageCitations ul {
	list-style-type: none;
	padding:0;
}

#ImageCitations ul li  {
	padding-top:15px;
}