/* Allgemeine Schrifteinstellungen */
* { 
 	margin:0px; 
	padding:0px;
	font-family: Arial,Helvetica,Verdana;
	font-size: 12px;
}

/* Layout */

.main {
	width:1000px;
	float:right;
}

.main .header {
 	height: 140px;
 	width: 1000px;
	background-color: #ffffff;
	background-image: url('../images/header.jpg');
}

.main .content .navigation {
	width: 775px;
	height: 52px;
	background-color: #ffffff;
	float:left;
}

.main .content {
	width: 775px;
	background-color: #ffffff;
	float:left;
}

.main .content .text {
	color: #474343;
	width: 565px;
	float:left;
}

.main .content .ads_vert {
	width: 180px;
	float:left;
	padding: 30px 10px 10px 20px;
}

.main .content .ads_hor {
  width: 565px;
 	float:left;
	padding-bottom:20px;
}

.main .img_right {
  width:225px;
	height:610px;
	background-image:url('../images/right.jpg');
	float:left;
}

.main .footer {
	width: 775px;
	float:left;
	background-color: #ffffff;
}

.main .content .navigation {
	text-align:center;
}

.main .content .navigation .top_akt {
	font-size: 8pt;
	font-weight:bold;
	color:#dd1d1d;
}

.main .content .navigation .top a {
	font-size: 8pt;
	font-weight:bold;
}

.main .content .navigation .top a:link      { text-decoration: none; color: #474343; }
.main .content .navigation .top a:visited   { text-decoration: none; color: #474343; }
.main .content .navigation .top a:hover     { text-decoration: underline; color: #dd1d1d; }
.main .content .navigation .top a:active    { text-decoration: underline; color: #dd1d1d; }


/* Links allgemein */
a:link      { text-decoration: none; color: #dd1d1d; font-weight:bold; }
a:visited   { text-decoration: none; color: #dd1d1d; font-weight:bold; }
a:hover     { text-decoration: underline; color: #dd1d1d; font-weight:bold; }
a:active    { text-decoration: underline; color: #dd1d1d; font-weight:bold; }


/* Überschriften */
h1 					{ font-size:20px; color:#dd1d1d; margin-bottom:0px; margin-top:0px; }
h2 					{ font-size:18px; color:#dd1d1d; margin-bottom:0px; margin-top:0px; }
h3 					{ font-size:16px; color:#dd1d1d; margin-bottom:0px; margin-top:0px; }
h4 					{ font-size:14px; color:#dd1d1d; margin-bottom:0px; margin-top:0px; }


