/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/


* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

html {
	
	background: #531a0a url('./../layout/background.jpg');
	
}

#wrapper {
	
	width: 600px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	
}

#content {
	
	background: #E7E7E8;
	border: 1px solid #fff;
	border-radius: 25px;
	
	/* proprietär */
	-khtml-border-radius: 25px; /* ältere Safari-Versionen, Konqueror */
	-moz-border-radius: 25px; /* Firefox */
	-webkit-border-radius: 25px; /* Safari */
	/* proprietär */
	
	box-shadow: 100px 0 50px #ccc;
	
	/* proprietär */
	-moz-box-shadow: 0 0 50px #ccc; /* Firefox */
	-webkit-box-shadow: 0 0 50px #ccc; /* Safari */
	/* proprietär */
	
	margin: 30px 0 0 0;
	padding: 30px 30px 12px 30px;
	
}


/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/


body {
	
	color: #909092;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 100%;
	
}

a {
	
	color: #2a2a2a;
	text-decoration: none;
	
}

a:hover, a:focus {
	
	color: #d59935;
	
}

h1 {
	
	color: #fff;
	text-align: center;
	font-weight: normal;
	
}

h2 {
	
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.4em;
	
	margin-bottom: .3em;
	
}

h3 {
	
	font-size: .813em;
	font-weight: bold;
	line-height: 1.4em;
	
	margin-bottom: .2em;
	
}

#content p,
#content li {
	
	font-size: .813em;
	line-height: 1.5em;
	
	margin-bottom: 1.4em;
	
}

#content li {
	
	margin-bottom: .2em;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/


#content .teaser {
	
	border: 5px solid #fff;
	border-radius: 5px;
	
	/* proprietär */
	-khtml-border-radius: 5px; /* ältere Safari-Versionen, Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari */
	/* proprietär */
	
	margin: .3em 15px 5px 0;
	
	display: block;
	float: left;
	
}

#content .teaser img {
	
	display: block;
	
}

#content ul {
	
	margin: 0 0 1.4em .9em;
	
}

#content .left {
	
	width: 45%;
	float: left;
	
}

#content .right {
	
	width: 45%;
	float: right;
	
}


/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/


.clearfix:after,
#content .columns:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}