/* ================================================================================
 *
 * Theme Name: CD Plauen
 * Theme URI: http://www.davidhellmann.com
 * Description: CD Plauen Theme
 * Version: 1.0
 * Author: David Hellmann
 * Author URI: http://www.davidhellmann.combac
 *
================================================================================ */


/* reset */

* {
	padding:0;
	margin:0;	
	border:0;
	text-decoration:none;
	list-style:none;
}

/* body */

body {
	font:normal 18px/30px "Courier New", Courier, monospace;
	color: #333;
	letter-spacing: -1px;
	background: url(../images/pageBg.jpg) 0 0 repeat;
}

/* wrapper */

#wrapper {
	width: 100%;
	background: url(../images/wrapperBg.jpg) 0 0 repeat-x;
}

#wrapper #content {
	width: 920px;
	height: 830px;
	background: url(../images/contentBg.jpg) 0 0 no-repeat;
	margin: 0 auto;
	padding: 455px 0 0 0;
}

/* left */

	#content #left {
		width: 450px;
		float: left;
		padding: 0 0 0 90px;
	}
	
	#content #left h2 {
		width: 390px;
		float: left;
		font:normal 25px/30px "Courier New", Courier, monospace;
		color: #276183;
		letter-spacing: -1px;
	}
	
	#content #left #leistungen {
		float: left;
		clear: both;
		margin: 32px 0 0 50px;
		width: 360px;
	}
	
		#content #left #leistungen li {
			float: left;
			clear: both;
			width: 350px;
			padding: 0 0 0 12px;
			background: url(../images/liPoint.jpg) 0 13px no-repeat;
		}
		
/* right */

#content #right {
	float: left;
	width: 250px;
	margin: 0 0 0 54px;
	position: relative;
	padding: 182px 0 0 0;
}

	#right .vCard {
		position: absolute;
		width: 220px;
		height: 80px;
		top:50px;
		left: 0;
		color: #555;
		font:normal 15px/18px "Courier New", Courier, monospace;
		letter-spacing: 0;
	}
		
		.vCard a, vCard a:link {
			color: #a41600
		}
		
		.vCard a:hover {
			color: #d01c00
		}
		
	#right .infos {
		float: left;
		width: 230px;
		color: #333;
		font:normal 18px/30px "Courier New", Courier, monospace;
	}
	
	.infos .red {
		color: #a41600;
	}
	
	#right h3 {
		width: 230px;
		float: left;
		font:normal 25px/30px "Courier New", Courier, monospace;
		color: #276183;
		letter-spacing: -1px;
		margin: 28px 0 0 0;
	}
	
	#right .partner {
		width: 230px;
		float: left;
		margin: 22px 0 0 0;
	}
	
	
/* footer */

#wrapper #footer {
	width: 100%;
	text-align: center;
	clear: both;
	padding: 0 0 50px 0;
	color: #777;
	font-size: 15px;
}

	#footer a {
		color: #aaa;
	}
	
	#footer a:hover {
		color: #ccc;
	}