/* CSS Document */

body, html, li, p, table, br, ol, ul, th, h1, h2, h3 {
	margin: auto;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Verdana, Arial;
	background-color: #faf8f5;
	font-size:13px;
	color: #2f2374;	
}
h1{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:16px;
	color:  #2f2374;
	font-style: normal;
	font-weight: bold;
	margin:5px 0px 0px 0px;
}
/*----------------- links -----------------*/
a:link {
	color: #c5c4c1;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
a:visited {
	color: #c5c4c1;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
a:hover {
	color:#2f2374;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
a:active {
	color: #2f2374;
	text-decoration: underline;
	font-size:10px;
	font-weight: normal;
}
/*----------------- links -----------------*/
#wrapper{
	width: 660px;
	height: 100%;
	margin: 0px auto;  /*mittig ausrichten*/
	position:relative;
	}
/*----------------- Divs -----------------*/
#head{
	width: 660px;
	height: 315px;
	float:left;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
}
#content{
	width: 660px;
	height: auto;
	float:left;
	background-image: url(../images/content_kachel.jpg);
	background-repeat: repeat-y;
	padding:0px 0px 0px 0px;
}
#bottom{
	width: 640px;
	height: 25px;
	float:left;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	padding:15px 20px 0px 0px;
}
/*----------------- Boxes -----------------*/
.box_left{
float:left;
height:auto;
padding:5px 0px 0px 30px;
width:300px;
}

.box_right{
float:left;
height:auto;
padding:5px 0px 0px 20px;
width:300px;
}
.box_full{
	width: 600px;
	height: auto;
	float:left;
	padding:5px 30px 15px 30px;
}
/*----------------- sonstiges -----------------*/

.clear{
 clear:both;
}

p {
 margin: 10px 0px 5px 0px;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


