/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg.jpg);
	font-size: 13px;
	color: #fff;
	/*color: #8C8C8C;*/
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #B80B11;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p, ul, ol {
	line-height: 200%;
}

.split1 {
    width: 230px;
	float: left;
	padding: 2px;
	font-size:11px;
	}

.split2 {
	width: 220px;
	float: left;
	font-size:11px;
	text-align:right;
	}
	
.combine {
	width: 480px;
	clear: both;
	}	

.video {
	width: 480px;
	clear: both;
	margin-top: -140px;
	}	

.iframe {
	background-color: transparent;
	/*border: 0px solid #ffffff;	*/
	border-top: 1px dotted red;
	overflow: hidden;	
	margin-bottom: 4px;
		}

.kundenstimme {
	color:#999;
	font-size: 11px;
	}

.author {
	color:#fff;
	font-size: 11px;
	}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #B80909;
}

/* Header */

#header {
	width: 760px;
	height: 680px;
	margin: 0 auto;
	background: url(../images/marcel.png) no-repeat right top;
}


#header_closeup {
	width: 760px;
	height: 680px;
	margin: 0 auto;
	background: url(../images/applaus.png) no-repeat right top;
	background-position: 120% 0%;
}


#header_nopic {
	width: 760px;
	height: 680px;
	margin: 0 auto;
}


#header h1, #header p {
	margin: 0;
	color: #fff;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 760px;
	margin: -320px auto;
}

/* Content */

#content {
	float: right;
	width: 460px;
}

#logo {
	 padding-top: 100px;
	 }

.post {
	padding: 0;
	width: 480px;
	margin: 114px 0 0 4px;
}

.title {
	margin: 0;
	/*border-bottom: 1px dotted #0F0F0F;*/
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;	
}


#video-player {
  top: 20px;
  left: 17px;
  border: 1px dotted white;
  width: 450px;
  height: 360px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: -113px 0 0 10px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	/*border-bottom: 1px dotted #0F0F0F;*/
	background: url(../images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	/*border-bottom: 1px dotted #0F0F0F;*/
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 15px 0 0 0;
	background: url(../images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}

