@CHARSET "ISO-8859-1";

/* ============================================================= */
/*                      Generell Settings                        */
/* ============================================================= */


body {
	margin: 0 auto;
	background: #30343f;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #30343f;
	width: 650px; 
    
	margin-right:auto;
	margin-left:auto;
     
	
	}
	 
a {
	color: #F48934;
	text-decoration: none;
	border: 0px;
}	

a img{
border:0px;
}

.orange{
color:#0095ac;
}



/* ============================================================= */
/*                           Layout                              */
/* ============================================================= */

#mainframe {
	
	background: #fff;
	
}


/* Header ====================================================== */

#header {
	
	height: 93px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position:right;
}

		#header .form {
			float: left;
			margin: 36px 10px 0px 20px;
		}
		#header .powered {
			float: right;
			margin: 36px 170px 0px 0px;
		}
		
				#header .form span.logo{
					
					color: #0095ac;
					font-size: 28px;
					font-weight:bold
				
				}
				#header .form span.logo span.grey{
					
					color: #666;
				
				}





/* Sub Header ================================================== */

		
		.sub-header-box-b2 {
			width: 350px;			
			padding-top: 15px;
			padding-bottom: 15px;
			height:100%;
			display:block;
			border-left: 20px solid #e2e5ea;
			margin-left: -1px;
			float: left;
			overflow: hidden;
			font-size: 16px;
		}
						

/* Content Area ================================================ */

#content-area {
	
	margin: 0px 0px 0px 0px;
}


/* Posts ================================== */

#post-area {
	border-right: 0px dotted #c2c4c9;	
	width: 600px;	
	float: left;
}
		
		.post {
			width: 600px;
			padding: 0px 0px 0px 3px;
			overflow: hidden;
		}
				
		h1.post-headline,h1.csc-firstHeader,div.csc-default h1{
			font-size: 27px;
			line-height: 27px;
			color: #3671c1;width:600px;
			font-weight: normal;
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
		}
		h2.post-subheadline{
			font-size: 20px;
			line-height: 38px;
			color: #333;
			font-weight: bold;
			margin: 0px 0px 0px 20px;
		}
				
		.post p {
			padding-left: 18px;
			margin: 20px 0px;
		}
		.post h5 {
			padding-left: 18px;
			font-size: 14px;
			line-height: 19px;
			font-weight: bold;
			
			
		}
		.post h6 {
			padding-left: 18px;
			padding-right: 300px;
			font-size: 13px;
			line-height: 19px;
			font-weight: normal;
		}
		.post h7 {
			padding-left: 18px;
			font-size: 14px;
			line-height: 0px;
			font-weight: bold;
			padding: 0px 0px 0px 20px;
			text-decoration:underline;
		}
		.post h8 {
				
			padding-left: 18px;
			font-size: 13px;
			line-height: 19px;
			font-weight: normal;
			
		
	
		}
		
		.post td p {
				
			padding-left: 18px;
			font-size: 13px;
			line-height: 19px;
			font-weight: normal;
			vertical-align:top
		
	
		}
		.post td h5 {
			padding-left: 18px;
			font-size: 14px;
			line-height: 19px;
			font-weight: bold;
			vertical-align:top
			
			
		}
		.post img {
			padding-left: 0px;

		}


