/* ------- www.dr-bolz.com ------- */

/* ------- basis ------- */

body { 
margin:0; 
padding:0; 
background:#ffffff; 
text-align:center;
font-size:100.01%;
font-family : verdana, arial, helvetica, univers, swiss, sunsans-normal, sans-serif; 
color:#263482;
}

#bg { 
width:1000px;
background:#ffffff; 
margin:0 auto;
text-align:left;
font-size:0.8em; 
background:url(../images/bolz_bg1000.jpg) repeat-y;
}

#container {
/* min-height modifications */
min-height:650px;
height:auto !important;
height:650px;
/* ende min-height modifications */
width:900px;
margin-left:50px;
margin-right:50px;
background:url(../images/bolz_bg.jpg) no-repeat;
position:relative;
}

#header { 
width:900px;
height:150px; 
background:#ffffff; 
}

#footer { 
width:1000px;
height:100px; 
background:#ffffff; 
margin:0 auto;
background:url(../images/bolz_footer.jpg) no-repeat;
}

#left{
/* height:500px; Hoehenangabe optional */
width:280px;
float:left;
}

#content {
width:470px;
padding-top:40px;
margin-left:330px;
}

*+html #content img { margin-bottom:-3px; }
* html #content img { margin-bottom:-3px; }

.cntimage { padding-top:30px; padding-bottom:35px; }
* html .cntimage { margin-top:30px; padding-top:0; margin-bottom:35px; padding-bottom:0; }


/* ------- navigation ------- */

#navigation {
float:right;
width:130px;
margin-top:40px;
border-top:#c9cce0 1px solid;
}

#navigation a {
display:block;
height:10px;
line-height:11px;
padding:4px 0px 5px 0px;
font-size:12px;
text-decoration:none;
padding-left:25px;
border-bottom:#c9cce0 1px solid;
}

#navigation a:link,
#navigation a:visited, 
#navigation a:active {
text-decoration:none;
}

.gap {
margin-top:19px;
border-top:#c9cce0 1px solid;
}

.nav  {
color:#263482;
}

.nav-current  {
font-weight:bold;
color:#263482;
background: url(../images/arrow.gif) top left no-repeat;
}

.nav:hover {
text-decoration:none;
background: url(../images/arrow.gif) top left no-repeat;
}

.sub  {
color:#9299c0;
}

.sub-current {
font-weight:bold;
color:#9299c0;
background: url(../images/arrow_sub.gif) top left no-repeat;
}

a.sub:hover {
color:#9299c0;
text-decoration:none;
background: url(../images/arrow_sub.gif) top left no-repeat;
}


/* ------- typografie ------- */

h1 { 
font-size:1.7em;
font-weight:normal;
margin:0;
}

.bold {
font-weight:bold;
}

p {
font-size:1em;
margin: 0;
}

a.link:link.
a.link:visited,
a.link:active {
font-size:1em;
color:#263482;
text-decoration:none;
}

a.link:hover {
color:#9299c0;
text-decoration:underline;
}

a.textlink:link,
a.textlink:visited,
a.textlink:active {
font-size:1em;
color:#263482;
text-decoration:underline;
}

a.textlink:hover {
color:#9299c0;
text-decoration:underline;
}

ul.list {
list-style-position: outside;
padding-left:0px;
margin-left:17px;
margin-top:0px;
margin-bottom:0px;
}








