/* body, html - Sets type size, font, line-height */

body, html
{
	color: #111;
	font-size: 14px;
	font-family:  Courier, serif;
	line-height: 17px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

h1
{
	color: #333;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	margin: .5em 0 .5em 0;
		
}

h2
{
	color: #333;
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 1.0em 0 .5em 0;
		
}

/* Pagewidth ist die transparente weiße Fläche */
#pagewidth
{
	width: 705px;
	height: 370px;
	position: absolute;
	top: 190px;
	left: 120px;
	padding: 15px 15px 15px 15px; 
	
}

/* leftcol enthält Kontaktinformation */

#leftcol
	{	
	width:260px; 
	height: 370px;
	float:left; 
	display:inline; 
	position:relative;
	margin: 0px 0px 0px 0px; 
	color: #111; 
	}

#maincol
	{
	width:360px;
	height: 370px;
	float: right; 
 	display:inline; 
 	position: relative;
 	margin: 0px 0px 0px 0px;
	}
	



/* logobox enthält das Logo */

#logobox
	{
	width:50px;
	height: 370px;
	float: left; 
 	position: absolute;
	top: 390px;
	left: 76px;
 	margin: 0px 0px 0px 0px;

	}

img
	{
	border: none;
	}



	
.bottom
	{
	position: absolute;
	left: 15px;
	bottom: 10px;
	color: #AC092A;
	margin: 0px 0px 0px 0px; 
	}
	
.bottom2
	{
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;	
	color: #AC092A;  
	}
	




	
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
/* End hide from IE-mac */ 

a:link {color: #CE7700; text-decoration: none;}
a:visited {color: #CE7700; text-decoration: none;}
a:hover {color: #AC092A; text-decoration: none;}
a:active {color: #AC092A;text-decoration: none;}

#leftcol a:link {color: #000; text-decoration: none;}
#leftcol a:visited {color: #000; text-decoration: none;}
#leftcol a:hover {color: #666; text-decoration: none;}
#leftcol a:active {color: #666; text-decoration: none;}

.bottom a:link {color: #CE7700; text-decoration: none;}
.bottomk a:visited {color: #CE7700; text-decoration: none;}
.bottom a:hover {color: #AC092A; text-decoration: none;}
.bottom a:active {color: #AC092A; text-decoration: none;}

