/*1em=16px*/
/*

Source for CSS-Columns: http://www.glish.com/css/
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #cccccc;
}

#container {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #ffffff;
}

#top {
	width:752px; 
	height: 128px;
	padding:0px;
	margin:0px;
	background: url(pics/banner.gif) no-repeat;
}

#left {	
	/*Original Breite 526px: -> -1px Border -55 Padding = 470px*/
	float:left; /*wichtig!*/
	width:470px;
	margin: 0px 0px 0px 00px;
	padding: 10px 30px 0px 25px;
	border-right-width: 1px; border-right-color: #cccccc;
}

#right {
	/*Original Breite 226px: -> -30px Padding = 196px*/
	float: left; /*wichtig!*/
	top: 50px;
	width:197px;
	height: 400px;
	background: #ffcc33;
	padding: 0px 15px 15px 15px;
}


#right p {
	padding:0px 0px 0px 10px;
	font-family: verdana, sans-serif; font-size: 11px; line-height:14px; font-style: normal; font-weight: normal; 
}


#right ul{
	padding:0px 0px 0px 10px;
	margin:0;
	border:0;
    color: #666666;
    margin:0;
    list-style:none;
	font-family: verdana, sans-serif; font-size: 11px; line-height:14px; font-style: normal; font-weight: normal; 
}


#right li {
   margin:0;
   padding:4px 0px 4px 0px;
}


#footer {
	clear: both; /*wichtig!*/
	width:752px;
	background: #cccccc;
	border-top-style: solid; border-top-color: #cccccc; border-top-width:1px;
}

#footer p {
	padding:1px 10px 1px 10px;
	margin:0;
	border:0;
    color: #000000;
	font-family: verdana, sans-serif; font-size: 12px; line-height:18px; font-style: normal; font-weight: normal; 
}

h1 {
	font-family: verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	line-height: 18px;
	padding-bottom:10px;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	line-height: 14px;
	margin: 20px 1px 7px 0px;
}

a:link,a:active,a:visited {
	color:#FF6600; text-decoration: underline;
}

a:hover {
	color:#FF3300; text-decoration: underline;
}

p, .text {
	padding:0;
	margin:0;
	border:0;
    color: #000000;
	font-family: verdana, sans-serif; font-size: 12px; line-height:18px; font-style: normal; font-weight: normal; 
}