html, body
{
	height: 100%;
}

body
{
	margin: 20px;
	padding: 0px;
	background: #FFFFFF;
	background-image: url(../images/background.png);
	font-family: Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia;
	font-size: 10pt;
	font-weight: 300;
	color: #6c6c6c
}

h1, h2
{
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-weight: 200;
	color: #454445;
}

h3
{
margin: 0;
	padding: 0;
	font-size: 12pt;
	font-weight: 200;
	color: #555452;
}

h4
{
margin: 0;
	padding: 0;
	font-size: 16pt;
	font-weight: 200;
	color: #555452;
}

h5
{
	margin: 0;
	padding: 0;
	font-size: 25pt;
	font-weight: 200;
	color: #555452;
}

h6
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: 200;
	color: #555452;


p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #2C383B;
}

a:hover
{
	text-decoration: none;
}

.container
{
	margin: 0px auto;
	width: 1200px;



/* Link Stlye Definitionen */

a:link,a:visited
{
  color:#ddbc05;
  font-size:10pt;
  text-decoration:none;
  font-weight: bolder;
}

a:hover,a:active
{
  color:#727272;
  font-size:10pt;
  text-decoration:none;
  font-weight: bolder;
}



/* Tabellen mit abgerundeten Ecken */

div
{
font-size:12px;font-family: Century Gothic, Lucida Sans Unicode, Trebuchet MS, Georgia;
position:absolute;width:150px;height:200px;
background-color:#e7e7e7;
}

.div1
{
border:1px solid #aaaaaa;
left:700px;top:100px;
padding:10px;
-moz-border-radius:10px;
-khtml-border-radius:30px;

}


table, tr, td
{



	font-family: Century Gothic, Arial, Verdana, Lucida Sans Unicode, Trebuchet MS, Georgia;
	font-size:10pt;
	color:#594d4d;

}

/* CSS Document */