﻿/* CSS Document */

html, body 
{
	background-color:#555555;
}

p
{
    font-size:0px
}

#site 
{
	margin-left: -465px;
	margin-top: 30px;
	position:absolute;
  	width:950px;
  	height:550px;
	left:50%;
}
    
/* Tan-Hack für den IE 5.5*/
*html #site	
{
  	width:952px; 
    w\idth:950px;
    height:548px;
    h\eight:550px;
}
/*ende Tan-Hack*/

#header
{
	float:left;
	height:100px;
	width:952px;
}

#logo
{
	height:100px;
	width:135px;
}

h1
{
	font-size:80px;
	line-height:80px;
	margin-top:0px;
	text-align:center;
	font-family:Georgia;
	font-style:italic;
	color:#000000;
}

h2
{
	margin-top:0px;
	line-height:20px;
	font-size:20px;
	text-align:center;
	font-family:Georgia;
	font-style:italic;
	color:#FFFFFF;
}

h3
{
	font-size:18px;	
	color:#FFFFFF;
	text-align:center;
}

a
{
	color:#000000;
}

.text
{
	font-size:12px;
	text-align:left;
	font-family:Georgia;
	color:#FFFFFF;
}

.text-black
{
	font-size:12px;
	text-align:left;
	font-family:Georgia;
	color:#000000;
}

.text-red
{
	font-size:12px;
	text-align:left;
	font-family:Georgia;
	color:red;
}

.text-black-bold
{
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	color:#000000;
}

.text-red-bold
{
	font-size:12px;
	text-align:left;
	font-family:Georgia;
	color:red;
	font-weight:bold;

}

.text-xxl-black-bold
{
	font-size:40px;
	text-align:center;
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
}

#content-left
{
	background-color:#FFFFFF;
	height:650px;
	width:160px;
	float:left;
}

#content-left img
{
	border:none;
	margin-left:5px;
	margin-bottom:10px;
}

#content-middle
{
	background-color:#888888;
	height:650px;
	width:630px;
	float:left;
}

#content-right
{
	background-color:#FFFFFF;
	height:650px;
	width:160px;
	float:right;
}
#content-right-text
{
	background-color:#FFFFFF;
	height:590px;
	width:160px;
	float:right;
	text-align:center;
}
#contact
{
	text-align:center;
}
