/* -------------------------------------------------
Projekt		: CSS Default Style
Urls        : 
Author      : Raul Boehm
File	   	: CSS-Definition
---------------------------------------------------- */

/* ---page defaults--- */

html, body, p, div { 
	margin:0; 
	padding:0;
	color: #320C24;
	font:normal 12px/16px  Geneva,Arial,sans-serif;
	text-align: left;
	text-decoration: none !important;   
} 
body {
	padding: 0px;
	text-align: center; 	/* Zentrierung im Internet Explorer */
}
h1, h2{ 
	font:normal 12px/18px  Geneva,Arial,sans-serif;
	color: #FFFFFF;
}
h1 { 
	font:bold 16px/20px  Geneva,Arial,sans-serif;
	margin: 0px;
	margin-top: 45px;
}

h1.first {
    margin-top: 0px;
}
/** IE 5-6 */
* html h1 {
	font-weight: bold; 
}
/** IE 7 */
*:first-child+html h1 {
	font-weight: bold; 
}
/** IE:mac 5.2 */
*>html h1 {
	fo\nt-size: 16px;
}
/* For Firefox etc.*/
*>html html, body, p, div {
	ma\rgin: 0px;
	fo\nt-size: 12px;
	li\ne-height: 16px;
}
h2 { 
	font:bold 12px/14px  Geneva,Arial,sans-serif;
	margin: 5px 0px 5px 0px;
}

h3 { 
	font:bold 12px/14px  Geneva,Arial,sans-serif;
	margin: 20px 0 5px 0;
}

p {
	margin: 5px 0px 15px 0px;
}
p.min {
	margin: 0px;
}
a, a:visited, a:hover { 
	color: #FFFFFF; 
	font:bold 12px/16px  Geneva,Arial,sans-serif;
	text-decoration: none; 
	/*font-family: Geneva,Arial,sans-serif;
	line-height: 14px;*/
	margin: 15px 0px 5px 0px;
}
a:hover	{ 
	color: #000000; 		
	text-decoration: none; 
}	
small {
	font-size: 9px;
}
b {
	/*line-height: 14px;*/
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header{
	margin-bottom: 30px;
}
#page{  
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 750px;
} 
#between_pics {
	/*max-height: 500px;		
	height: auto !important;*/
	height: 500px;
	width: 750px;
	/*background-color: #F1E6E8;
	border-bottom: 1px dotted #877557;*/
}
#content_cols{
	width:380px; 
	height: 499px;
	float:right; 
	position:relative;
	overflow:hidden;
}
#main{
	/*max-height:440px;*/
	height: 440px;
	/*float: left;
	display:inline;
	position: relative;*/
	width: 360px; 
	paddin_top: 30px;
	margin-top: 30px;	
	margin-bottom: 40px;

	padding-right: 20px;
	overflow:auto;
}

/* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix {
	display: block;
	height: 1%;}
/* End hide from IE-mac */  

