@import url("form.css");

* {padding: 0;margin:0;}
/*
* { border: 1px solid #f00; }
*/
/* --------------------------- Layout --------------------------- */

#wrapper { width: 915px;}

#header { margin-bottom:0px;}
	#header-logo { float: left;	width: 110px;}
	#header-nav { float: right;	width: 800px; margin-left: 5px}
		#header-nav-big { height: 53px;	margin-bottom: 4px;}
		#header-nav-small { height: 51px;border: 1px solid #666699;	}

#main {	float:left; width:931px; margin-top: 5px;}
	#cover { width: 110px; float: left;}
	#content {
		width: 560px;
		min-height: 700px;
		float: left;
		background: white none repeat scroll 0%;
		border: 1px solid #666699;
		padding-top: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}	
	#sub-section { width: 235px; float: left; margin: 0px;}



#header, #cover, #content, #sub-section, #footer {
	overflow: hidden;
	display: block;
}

#footer {clear:both;
margin-left: 115px;
width: 560px;
}
/*--------------------------- Allgemeines ------------------------------------*/
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 20px;	
	background: #EEEEEE;
	background-image: url(/media/images/bg.gif);background-repeat: repeat-x;
}

ol {
	padding-left: 40px;
}
ol li {margin-bottom: 10px;
}

/*a[href $='.pdf'], a[href $='pdf/'] { 
   padding-right: 18px;
	background: transparent url(/media/images/icon_pdf.gif) no-repeat center right;
}*/
a.pdf {
padding-right: 18px;
/*display: inline-block;*/
background: transparent url(/media/images/icon_pdf.gif) no-repeat center right;

}

a:link, a:visited, a:active {
	color: #666666;;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.active {
	color: red;
	text-decoration: underline;
}
.clear         { clear:both;} 

h1 {
	font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: bold;
	font-size: 14px;
	margin: 0px 10px 10px 10px;
}

p {
	font-weight: normal; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
/*	line-height: 16px;*/
}

b,strong {
   color:#444444;   
  }
.small {font-size: 80%}

/*--------------------------- Header navigationhighlight-----------------*/
/* Headline Highlight */
body.abo li#abo a,
body.intension li#intension a,
body.aktuell li#aktuell a,
body.anzeigen li#anzeigen a,

body.about li#about a,
body.hilfe li#hilfe a{
	color: #3333AA;

	
}

body.buecher li#buecher a,
body.buecher li#subbuecher a,
body.veranstaltungen li#veranstaltungen a,
body.veranstaltungen li#subveranstaltungen a,
body.zeitschriften li#zeitschriften a{
	color: #3333AA;

}

body.bank-und-markt li#BUM a,
body.immobilien-und-finanzierung li#I_F a,
body.vermogen-und-steuern li#V_S a,
body.zeitschrift-fur-das-gesamte-kreditwesen li#ZKW a,
body.zeitschrift-fur-das-gesamte-kreditwesen-ausgabe-te li#TECHNIK a,
body.cards-karten-cartes li#KARTEN a{
	color:  #3333AA;

}

/*--------------------------- Header -----------------------------------------*/

#header-nav ul li {display: inline;}

#header-nav ul {
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal; font-style: normal; font-variant: normal;font-weight: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
}

#header-nav .ul-right {	float: right;}

#header-nav ul li a {
	color: #333355;
	font-weight: bold;
	text-decoration: none;
}
#header-nav ul li a:hover {
	text-decoration: underline;
	color:#6666FF;
}
#header-nav-small ul {
	font-size: 14px;
}
/*--------------------------- Content  Navigation----------------------------------------*/

#content-nav ul li {
	display: inline;
	color: #333333;
}
#content-nav a {
	color: #666699;
}

#content-nav ul {
	font-size: 14px;
	font-size-adjust: none;	font-stretch: normal;font-style: normal; font-variant: normal;font-weight: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px 5px 5px 10px;
}


/*--------------------------- Footer ------------------------------------*/

#footer ul li {
	display: inline;
	color: #333333;
}
#footer a {
	color: #666699;
}

#footer ul {
	font-size: 14px;
	font-size-adjust: none;	font-stretch: normal;font-style: normal; font-variant: normal;font-weight: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px 5px 5px 10px;
}


/*--------------------------- Content ----------------------------------------*/

#content .entry {
    margin: 0px 10px 20px 10px;
    float: left;
}

#content .entry h1 {
	font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: bold;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	line-height: 100%;
	color:#666666;
}

#content .entry h2 {
	font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: bold;
	font-size: 13px;
	margin: 0px 5px 5px 10px;
	line-height: 120%;
	color:#333333; 
	border-bottom: 1px solid #AAAAAA;
}



#content .entry h3,h4,h5 {
        font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: bold;
        font-size: 12px;
        margin: 0px 10px 0px 30px;
        color:#333333;
}


#content .rubric {
    color: #777777;
	text-align: left;
}

#content .entry p {
	font-weight: normal; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal;
	padding-left: 30px;
	padding-right: 100px;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 16px;
}

/* Bei Article ohne Bild geht der Text bis zum Rand */
#content .entry .article_without_image  {
	padding-right: 0px;	
	width: 480px;
	
}


/*
h2+p {
	margin-top: 5px;
}*/
.entry ul li {
	display: inline;
	text-align: left;
}
.entry ul {
	font-size: 12px;
	padding-right: 130px;
	padding-left: 30px;
	font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal;
	line-height: normal;
	list-style-image: none; list-style-position: outside; list-style-type: none;
	text-align: center;
}


.left {
	float: left
}
.right {
	float: right
}
.cover_image {
	float: right;
	width: 108px;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;

}



/*--------------------------- Content Static ------------------------------------------*/
#content .static {
    padding: 0px 10px 10px 0px;
    float: left;
}

* html #content .static {
    height: 740px;/* Fuer IE 6. min-height nicht vorhanden*/
}  
#content .static h1 {
        padding: 0px 10px 10px 10px;
        color:#666666;
}

#content .static h2 {
        font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: bold;
        font-size: 13px;
        margin: 5px 20px 10px 30px;
        line-height: 120%;
        color:#333333;
	clear: both;
	border-bottom: 1px solid #333333;
}


.static ul {

	font-size: 12px;
	padding-left: 70px;
	font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal;
	line-height: normal;
}  

.hrspacer {
width:80px;
border: 1px solid #777777;
height:2px;

}
.spacer {
width:90px;
margin-left:230px;
padding-top:10px;
padding-bottom:10px;
clear:both;
}

.twocols {
margin-left: 0px;
padding-left: 0px;

}
.twocols .col1 {
float:left;
width:260px;
}

.twocols .col2 {
float:right;
width:260px;
}

/*--------------------------- Cover ------------------------------------------*/

#cover img {
	border: 1px solid #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#sub-section .planenundbauen {
    border: 0px solid #000000;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 5px 0px;
}
/*--------------------------- Sidebox ----------------------------------------*/


hr {
	width: 210px;
	border: 1px dotted #333333;
	margin: 0px 10px 5px 10px;
}

#sub-section .buecher, .veranstaltungenbox, .info, .themen {
	/*width: 235px;
	padding: 0px 5px 5px 5px;*/
	margin-bottom: 5px;
	background: white none repeat scroll 0%;
	border: 1px solid #666699;
}
#sub-section h2 {
	padding: 10px 10px 10px 10px;
	font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: bold;
	font-size: 14px;
	color:#666666;
	
}
#sub-section h3 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	border-bottom:1px solid #666666;
}
#sub-section p {
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 4px;
}

.weiter {
	margin: 0px 10px 10px 0px;
	text-align: right;	
}
#sub-section img {
	float: left;
	margin: 5px 5px 5px 5px;
}




/* --------------------------- paginator --------------------------- */
.paginator { font-size: 12px;padding: .25em .25em .6em .25em; text-align: center;}
.paginate-pages { padding: 2px 3px; cursor: pointer; text-decoration: underline; }
.paginate-first, .paginate-last { padding: 2px 6px;   }
.paginate-previous, .paginate-next { padding: 2px 3px; }
.paginate-link { padding: 2px 4px; }
.paginate-current { padding: 2px 4px;  font-weight: bold; color:#7f7f7f; }

