dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

BODY{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#535c61;
	background-image:url(../images/cc_bg_01.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#site_container{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#main_container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#FFFFFF;
}

/*Header*/
#header{
	width:100%;
	height:45px;
	background-image:url(../images/cc_top_line_01.gif);
	background-repeat:repeat-x;
	background-color:#292929;
}

#header_line{
	width:630px;
	height:45px;
	background-image:url(../images/cc_headerline_01.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding-left:170px;
}

/*Hauptinhalt-Teaser*/
#main_area{
	float:left;
	width:570px;
}

#teaser{
	width:800px;
	height:148px;
	background-image:url(../images/cc_teaser_01.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#main_text{
	width:540px;
	padding:0 15px 0 15px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

.main_text{
	clear:both;
	width:540px;
	border-bottom:1px dotted #CCCCCC;
	margin:3px 0 3px 0;
	padding:2px 2px 2px 2px;
	font-size:0.8em;
	color:#666666;
}

.main_text a:link, .main_text a:visited{
	color:#0066FF;
	text-decoration:underline;
}

.main_text a:hover{
	color:#0066FF;
	text-decoration:none;
}


.main_text h1{
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	font-size:1.3em;
}

.main_text h2{
	margin:0 0 0 0;
	padding:10px 0 5px 0;
	font-size:1.1em;
}

.main_text h3{
	margin:0 0 0 0;
	padding:7px 0 3px 0;
	font-size:1.0em;
	color:#333333;
}

.main_text ul{
	list-style:square;
}

.main_text li{
}

/* Footer */
#footer{
	clear:both;
	width:100%;
	height:89px;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/cc_footer_01.gif);
	background-repeat:repeat-x;
}

#footer_text{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#333333;
	font-size:0.8em;
}