html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Arial;
	font-size: 11px;
	background: #003774 url(../layoutv2/bg.jpg) no-repeat;
}

.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #003774;
}

a {
	text-decoration: none;
	color: #ff6600; 
}

#container {
	width: 980px;
	margin-left: 10px;
	background: #FFFFFF url(../layoutv2/content-bg.jpg) no-repeat;
}

#left {
	float: left;
	width: 620px;
	margin-left: 10px;
}

	#header { 
		height: 60px
	}

		#logo_forum {
			float: left;
			width: 90px;
			height: 30px;
			display: block;
			margin-top: 15px;
			background: url(../layoutv2/logo_forum.gif);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		
		#menu_main{
			float: left;
			width: 455px;
			margin-left: 35px;
			margin-top: 24px;
		}
		
		#menu_main a{
			color: #000000;
			text-decoration: none;
		}
		
		#menu_main .aktiv1{
			color: #003774;
			font-weight: bold;
			text-decoration: none;
		}

	#content_main {}
		
		#content_center p {
			width: 600px;
			line-height: 16px;
			margin: 0;
			padding: 0;
			padding-bottom: 10px;
		}
		
		
		#content_left {
			float: left;
			width: 305px;
		}
		
			#content_left p{
				margin-right: 10px;
			}
			
			#content_left h1{
				width: 100%;
			}
		
		#content_right {
			float: left;
			width: 305px;
			margin-left: 10px;
		}
		
			#content_right p{
				margin-right: 10px;
			}
			
			

#right {
	float: left;
	margin-left: 12px;
	width: 305px;
}
	#logo_markeding {
		width: 138px;
		height: 39px;
		margin-left: 38px;
		margin-top: 17px;
		background:url(../layoutv2/forum_markeding_logo_138_39.png) no-repeat;
	}

	#logo_markeding_link {
		display: block;
		width: 320px;
		height: 370px;
	}
	
	#right p {
		width: 290px;
		margin: 0;
		padding: 0;
		padding-bottom: 29px;
		padding-left: 4px;
	}
	
	.kontakt {
		color:#666666;
	}
	
#countdown {
		float:left;
		color: #fff;
		margin-left: 0px;
		margin-bottom: 20px;
		font-size: 11px;
		text-align:center;
	}	
	
	
#footer {
	margin-top: 30px;
	color: #999999;
	font-size: 10px;
}
	#footer_left {
		float: left;
		width: 610px;
		padding-top: 10px;
		padding-bottom: 15px;
		border-top: 1px #999999 dotted;
		margin-left: 10px;
		margin-right: 10px;
	}
		#copyright {
			float: left;
			width: 200px;
			margin-left: 10px;
		}
		
		#copyright .blue {
			color: #003774;
		}
	
		#menu_bottom {
			float: right;
			width: 145px;
		}
		
		#menu_bottom a{
			text-decoration: none;
			color: #666666;
		}
	
	#footer_right {
		float: left;
		width: 305px;
		padding-top: 10px;
		padding-bottom: 15px;
		border-top: 1px #999999 dotted;
		margin-left: 10px;
		margin-right: 10px;
	}
	
		#kultig_logo {
			float: right;
			display: block;
			margin-right: 10px;
			width: 33px;
			height: 20px;
			background-image: url(../layoutv2/logo_kultig.gif);
			background-repeat: no-repeat;
			text-decoration: none;
		}

