/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* GENERAL STYLES */
img {
    border:0;   
}

a, a:link, a:visited {
    color:#2c5a93;
    text-decoration:none;   
}
a:hover, a:active, a:focus{
    text-decoration:underline;
}

.hide {
    display:none;
}

.fehler {
    color:#CC0000;
    font-weight:bold;
}

.fett {
    font-weight:bold;
}

.uppercase {
    text-transform: uppercase;
}

.block {
    display:block;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* CONTENTBOX within content (blue border) */
.contentbox {
    clear:both;
    border:1px solid #BBD3EF;
    margin:0 0 10px 0;
    padding:0px;
}
.contentbox .padding, .teaserbox .padding {
    padding:10px 10px 10px 10px;
}
.contentbox p {
    margin:0 0 10px 0;
}
.contentbox h3 {
    border-bottom:1px solid #BBD3EF;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
.contentbox .bluebox_wide {
    background:#eef3fb;
    padding:10px;
    /*margin:-10px -10px 0 -10px;*/
}
.contentbox .bluebox {
    background:#eef3fb;
    padding:10px;
    margin: 0px;
}

.contentbox .whitebox {
    background:#ffffff;
    padding:10px;
    border:1px solid #BBD3EF;
    margin:0px;
}
.contentbox img.margined {
    float:left;
    margin:0 10px 10px 0;
}
.contentbox a img {
    margin:0;
    float:none; 
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* MARGINALBOX (within content) */
#content .col_marginal .marginalbox p {
    margin:0 0 10px 0;
    padding:0 8px;  
}
#content .col_marginal .marginalbox a {
    font-weight:normal;
}
#content .col_marginal .marginalbox strong a {
    font-weight:bold;
}
#content .col_marginal .image {
    font-size:0em;  
}
.col_marginal .image {
    text-align: center;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* TEASERBOX within navigation and content (blue border bottom) */
.teaserbox {
    clear:left;
    border-bottom:1px solid #BBD3EF;
    margin:0 0 10px 0;  
}
.teaserbox p {
    margin:0 0 10px 0;
}
.teaserbox img {
    margin:0 8px 8px 0;
    float:none;
}
.marginalbox img {
    margin:0 0px 0px 0;
    float:none;
}
.teaserbox a img {
    margin:0;
    float:none; 
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* ALPHABET */
ul.alphabet {
    display:inline;
    margin:0;
    padding:0;
    list-style-type:none;
}
ul.alphabet li {
    display:inline;
    margin:0 0 0 0px;
    padding:0 0 0 2px;
    border-left:1px solid #3f3f3f;
}
ul.alphabet li.first {
    border:none;
    margin:0;
    padding:0;
}
ul.alphabet li a {
    color:#3f3f3f;
    padding:0 2px;
}
ul.alphabet li.act a {
    font-weight:bold;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* LISTING  */
ul.listing {
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0;  
}
ul.listing li {
    margin:0 0 1px 4px;
    padding:0;  
}

ul.listing li a {
}

ul.listing li div {
    margin-bottom: 5px;
    padding-left: 20px;
}

ul.listing2col {
    list-style-type:none;
    margin:0;   
    padding:0 0 10px 0; /* padding instead of margin due to ie6 float and margin bug */
    width:100%;
}
ul.listing2col li {
    margin:0 1%;
    padding:0;
    min-width:48%;
    display:inline; /* avoid ie6 double margin bug */
    float:left;
}

ol.hierarchy {
    list-style-image: url(../images/bg_link_int.gif);
    list-style-position: outside;
    margin: 0px;
}

a.bullet, 
ul.listing li a.bullet, ul.listing li.bullet,
ul.listing2col li a.bullet, ul.listing2col li.bullet {
    background:url(../images/bg_link_listing.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.ext, 
ul.listing li a.ext, ul.listing li.ext,
ul.listing2col li a.ext, ul.listing2col li.ext {
    background:url(../images/bg_link_ext.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.int, 
ul.listing li a.int, ul.listing li.int,
ul.listing2col li a.int, ul.listing2col li.int {
    background:url(../images/bg_link_int.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.dlr, 
ul.listing li a.dlr, ul.listing li.dlr,
ul.listing2col li a.dlr, ul.listing2col li.dlr {
    background:url(../images/bg_link_dlr.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.nodlr, 
ul.listing li a.nodlr, ul.listing li.nodlr,
ul.listing2col li a.nodlr, ul.listing2col li.nodlr {
    /* use normal listing bullet point for non-dlr's */
    background:url(../images/bg_link_nodlr.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.online, 
ul.listing li a.online, ul.listing li.online,
ul.listing2col li a.online, ul.listing2col li.online {
    background:url(../images/bg_link_online.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.online_loc, 
ul.listing li a.online_loc, ul.listing li.online_loc,
ul.listing2col li a.online_loc, ul.listing2col li.online_loc {
    background:url(../images/bg_link_online_loc.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.offline, 
ul.listing li a.offline, ul.listing li.offline,
ul.listing2col li a.offline, ul.listing2col li.offline {
    background:url(../images/bg_link_offline.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.offline_loc, 
ul.listing li a.offline_loc, ul.listing li.offline_loc,
ul.listing2col li a.offline_loc, ul.listing2col li.offline_loc {
    background:url(../images/bg_link_offline_loc.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.euro, 
ul.listing li a.euro, ul.listing li.euro,
ul.listing2col li a.euro, ul.listing2col li.euro {
    background:url(../images/bg_link_euro.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.euro_loc, 
ul.listing li a.euro_loc, ul.listing li.euro_loc,
ul.listing2col li a.euro_loc, ul.listing2col li.euro_loc {
    background:url(../images/bg_link_euro_loc.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.recht, 
ul.listing li a.recht, ul.listing li.recht,
ul.listing2col li a.recht, ul.listing2col li.recht {
    background:url(../images/bg_link_recht.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
a.recht_loc, 
ul.listing li a.recht_loc, ul.listing li.recht_loc,
ul.listing2col li a.recht_loc, ul.listing2col li.recht_loc {
    background:url(../images/bg_link_recht_loc.gif) no-repeat 0px 0.1666em;
    padding-left:20px;
}
/*
ul.listing li p {
    padding-left:20px;
    margin:0;
}
*/
ul.listing li.bullet p, ul.listing li.offline p, ul.listing li.offline_loc p, ul.listing li.online p, ul.listing li.online_loc p, 
ul.listing li.recht p, ul.listing li.recth_loc p, ul.listing li.euro p, ul.listing li.euro_loc p, 
ul.listing li.dlr p, ul.listing li.nodlr p,ul.listing li.int p, ul.listing li.ext p {
    padding-left:0px;
    margin:0;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* IMPRESSUM  */
div.impressumbox {
    padding: 10px 0px;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* CLEARFIX 
*  used to clear a wrapping div with floating content
*  see http://www.quirksmode.org/css/clearing.html
*/
.clearfix {
	overflow: hidden;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* HEADERLINES */
h2 { 
 	/* laut styleguide 1. grad */
	border-bottom:1px solid #bbd3ef;
	border-top:1px solid #bbd3ef;
	font-size:1.5em; /* 18 px */
	margin:0 0 10px 0;
	padding:5px 0;
	font-weight:bold;
	clear:both;
}
h3 {
 	/* laut styleguide 2. grad */
	font-size:1.333em; /* 16px */
	font-weight:bold;
	margin:0 0 10px 0;
	clear:both;
}
h3.info {
 	background:url(../images/bg_information.gif) top left no-repeat;
 	padding:0 0 0 16px;
}
p.info {
    background:url(../images/bg_information.gif) top left no-repeat;
    padding:0 0 0 16px;
    font-size:1.1em;
}
p.error {
	font-weight: bold;
	color: #FF0000;
}
h4 {
 	/* laut styleguide 3. grad */
	font-size:1em;
	font-weight:bold;
	margin:5px 0 0 0;
	clear:both;
}
h5 {
 	/* laut styleguide 4. grad */
	font-size:1em;
	font-weight:bold;
	margin:0 0 10px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	clear:both;	
}
cite {
	font-style:italic;
}

