/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

/* Navigation */
#nav {
	position:absolute;
	left:19px;
	top:102px;
	width:272px;
}

.nav_content {
	background-image: url(../images/content_nav.gif);
	width: 264px;
	padding-right: 4px;
	padding-left: 4px;
}

h1 {
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 10px
}

h2 {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 8px
}

h3 {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 6px
}

.small {
	font-size: 10px;
}

/* Alle Links und Hovers */
#article .article_content a,
#teaser_middle_a .teaser_content a,
#teaser_a .teaser_content a,
#teaser_b .teaser_content a,
#article_sub .article_content a,
#teaser_pic .teaser_content_pic img a,
#head #head_Breadcrumb a,
#head #head_login #form1 a,
#nav .contact_content a,
.ArticleTeaserA


{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#article .article_content a:hover,
#teaser_middle_a .teaser_content a:hover,
#teaser_a .teaser_content a:hover,
#teaser_b .teaser_content a:hover,
#article_sub .article_content a:hover,
#teaser_pic .teaser_content_pic img  a:hover,
#head #head_Breadcrumb a:hover,
#head #head_login #form1 a:hover,
#nav .contact_content a:hover,
.ArticleTeaserA:hover

{
	text-decoration: underline;
	color: #000000;
}


#head_login {
	padding-top: 19px;
	padding-left: 288px;
	height:20px;

}

#head_Breadcrumb {
	padding-top: 16px;
	padding-left: 288px;
}

/* Teaser mit Bild */
#teaser_pic {
	position:absolute;
	left:293px;
	top:102px;
	width:358px;
	height:368px;
}

/* Teaser Textbox */
#teaser_Main {
	position:absolute;
	left:293px;
	top:102px;
	width:718px;
	height:183px;
}

.teaser_Main_content {
	background-image: url(../images/content_article.gif);
	width: 660px;
	height: 113px;
	padding-top: 10px;
	padding-right: 28px;
	padding-left: 30px;
	overflow: hidden;
}

#teaser_a {
	position:absolute;
	left:653px;
	top:102px;
	width:358px;
	height:183px;
}
#teaser_b {
	position:absolute;
	left:653px;
	top:287px;
	width:358px;
	height:183px;
}

#teaser_middle_a {
	position:absolute;
	left:293px;
	top:287px;
	width:358px;
	height:190px;
}

.teaser_content {
	background-image: url(../images/content_teaser.gif);
	width: 298px;
	height: 113px;
	padding-top: 10px;
	padding-right: 28px;
	padding-left: 30px;
	overflow: hidden;
}

.teaser_content_pic
{
	background-image: url(../images/content_teaser.gif);
	width: 348px;
	height: 312px;
	padding-left: 10px;
	overflow: hidden;
}

/* Contact Box  */
.contact_content {
	background-image: url(../images/content_contact.gif);
	width: 224px;
	/*height: 113px;*/
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	overflow: hidden;
}


/* Artikel Textbox  */
#article {
	position:absolute;
	left:293px;
	top:472px;
	width:718px;
}

#article_sub {
	position:absolute;
	left:293px;
	top:102px;
	width:718px;
}


.article_content {
	background-image: url(../images/content_article.gif);
	width: 654px;
	padding-top: 12px;
	padding-right: 32px;
	padding-left: 32px;
}

.article_headlink {
	float: left;
	font-size: 12px;
	padding-left: 20px;

}

.article_headlink a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;

}

.article_headlink a:hover{
	font-weight: bold;
	text-decoration:underline;
}

.imgtext {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
}

/* Formular  */
input, textarea {
	font-size: 11px;
	color: #666666;
}

.list_seperator {
  background-image: url(/images/line.gif);
  background-repeat: repeat-x;
}



.tabFonds td{
	padding:2px;
	vertical-align:top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.tabFonds {
	background-color: #F4F4F4;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;

}

li {
	list-style-position:outside;	
	margin-left:15px;

}

li ul li{
	list-style-position:outside;
	list-style-image:url(../images/listestrich.gif);
	list-style-type:none;
}


#article_sub .article_content table tr td ul ul {
	list-style-position:outside;
	list-style-image:url(../images/listestrich.gif);
	list-style-type:none;
	margin-left:20px;
}

*+html #article_sub .article_content table tr td ul ul {
	margin-left:0px;	
}
