#siteWrapper {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 120px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 150px;
}

#ad_top {
	position: absolute;
	left: 0px;
	top: -110px;
	width:728px;
}

#ad_right {
	position: absolute;
	right: -20px;
	top: -110px;
	z-index: 2000;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.labeltext {
	font-size:13px;
	font-weight:bold;
	position:absolute;
	top:52px;
	left:210px;
}

#introBanner {
	position: absolute;
	top: 90px;
	right: 150px;
	z-index: 1;
}

#suche {
	position: absolute;
	top: 43px;
	right: 150px;
	width: 280px;
	z-index: 10;
	text-align: right;
}
#suche .textfield {
	width: 120px;
	margin-right: 3px;
	margin-left: 5px;
	background-color: #fff;
	border: 1px solid #999;
	height: 16px;
	font-size:12px;
}
#suche #serach-submit {
	position: relative;
	top:5px;
}

.separatorline {
	position:absolute;
	left:0px;
	top:78px;
	width:733px;
	height:1px;
	border-top:1px dotted #333;
}

#leftCol {
	float: left;
	width: 201px;
	text-align: center;
	margin-top:18px;
}
#leftCol #navi {
	padding-top: 35px;
	padding-right: 0px;
	padding-left: 0px;
}
#leftCol #navi h1 {
	text-align: left;
	font-size: 14px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 3px;
}
#leftCol #navi a {
	color: #666666;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-bottom: 3px;
	padding-top: 8px;
	padding-left: 25px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#leftCol #navi a:hover {
	text-decoration: none;
	color: #444444;
}
#leftCol #navi p {
	margin: 0px;
	padding: 0px;
}
#leftCol #navi br {
	display: none;
}

#middleCol {
	float: left;
	width: 300px;
	padding-top: 200px;
	padding-left: 10px;
}
.box {
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative;
	width: 300px;
}

#middleCol .box p a {
	display: block;
	color: #3A85C9;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: right;
}

#middleCol .linksingle { padding-bottom:10px; }
#middleCol .linksingle a {
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 3px;
}

#leftCol .box {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom: 1px dotted #666666;
	width: 100%;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boxSmall {
	width: 145px;
	float: left;
	padding-right: 10px;
}

.boxSmall2 {
	width: 145px;
	float: left;
}

.row {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;
	position: relative;
	padding-bottom: 20px;
}

#rightCol {
	float: left;
	width: 200px;
	margin-top: 200px;
	padding-left: 18px;
}

#portel-news  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
	padding-right: 10px;
	padding-left: 10px;
	width: 182px;
	padding-bottom: 10px;
	background-color:#dfe6d5;
}
#portel-news h3 {
	margin-bottom: 10px;
	padding-top: 10px;
}
#portel-news div.date {
	padding-top: 2px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 11px;
}
#portel-news a {
	display: block;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
}
#portel-news a:hover, #middleCol a:hover, h1 a:hover, h2 a:hover{
	text-decoration: underline;
} 

body	{
	margin:0px;
	padding:0px;
	background-color:#eff2eb;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.moreLink {
	color: #3A85C9;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 10px;
	padding-top: 3px;
	bottom: 10px;
	position: absolute;
	width: 135px;
	text-align: right;
	display: block;
}


.moreLink:hover, .boxSmall  p  a:hover, .boxSmall2 p a:hover {
	text-decoration: underline;
	color: #E63321;
}

p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1, h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #444444;
	text-decoration: none;
}

h2, h2 a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #444444;
	text-decoration: none;
}

h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #444444;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}

h4, h4 a {
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 11px;
	text-decoration: none;
}

a {
	color: #3c5a7d;
	text-decoration:underline;
}

a:hover	{
	color:#3c5a7d;
	text-decoration:none;
}

#partner {
	clear: left;
	margin-left: 212px;
	border-bottom: 3px solid #D6D6D6;
	padding-bottom: 3px;
	
}

#footer {
	clear: both;
	padding: 10px;
	margin: 0;
}

#partner .partnerlogo {
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13.5px;
}

dfn {
	font-style: normal;
}

h2 a p {
	padding: 0;
	margin: 0;
}

#partnerbanner { text-align:left; }
#partnerbanner img {padding-bottom:5px;}


/*** CSS, 7-Tage-News-Template ***/
/*** CSS, Related-News bzgl. Robots-Sperre ***/
#middleCol-7-Tage {
	float: left;
	width: 520px;
	padding-top: 200px;
	padding-left: 10px;
}
#middleCol-7-Tage .linksingle {padding-bottom:5px;}
#middleCol-7-Tage .box img,
#middleCol .box img {
	float: left;
	margin: 0 10px 10px 0;
}
#middleCol-7-Tage h1,
#middleCol h1 {
	margin-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}
#middleCol-7-Tage .newsSingle h3 { padding: 5px 0 0 0; }
#middleCol-7-Tage .news-single-img {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
	width:200px;
}
#middleCol-7-Tage .news-single-imgcaption  {
	border-color:-moz-use-text-color #999999 #999999;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	margin:0;
	padding:3px;
	width:192px;
}

