/*
   http://www.j-sites.de - Ihr professioneller Internetauftritt
   Telefon: 0211 6182547
	  
*/

* { padding: 0; margin: 0; }

body {
font : 90%  "times new roman", verdana, arial; 
color: #00496e;
}
#box { 
 margin: 20px auto;
 width: 800px;
 height: 530px;
 border: 1px solid #0087c1;
}
#kopf {
 width: 800px;
 float: left;
 height: 130px;
 background: url('../images/kopf4.jpg') no-repeat;
}

#teaser{
position: absolute;
width: 30px;
height: 18px;
margin-left:170px;
margin-top:90px;
}
#teaser img,a{
border: none;
}
#navigation{
width: 556px;
margin-top: 110px;
height: 20px;
float: right;
}
#linkeseite { 
 float: left;
 width: 240px;
 height: 380px;
}
#rechteseite { 
 float: right;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 540px;
 height: 380px;
 text-align: left;
 overflow: auto;
}
#bildleiste{
float: right;
width: 150px;
border: 1px solid #93cde5;
margin-top: 20px;
margin-right: 5px;
}
h1 {
font : bold 100%  "times new roman", verdana, arial, sans-serif; 
color: #00496e;
margin: 32px 20px 8px 25px;
text-align: left;
font-size: 1.3em;
}
h2 {
font : bold 100%  "times new roman", verdana, arial, sans-serif; 
color: #00496e;
margin: 0 20px 10px 25px;
text-align: left;
}
p{
color: #00496e;
margin: 0 20px 10px 25px;
font : 100%  "times new roman", verdana, arial, sans-serif; 
 text-align: left;
}

.internetauftritt, a{
text-align: center;
text-decoration: none;
color: #00496e;;
font-size: 10px;
}
.innerlink{
text-decoration: none;
font-size: 100%
}
/* ================================================================ 
Menü-Stylesheet von:
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family:  "times new roman", verdana, arial, sans-serif; width:560px; position:relative; font-size:12px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width: 90px; height:20px; text-align:center; color:#00496e; border: 1px solid #fff; line-height:20px; font-size:12px; overflow:hidden;}

.menu ul li a#curent {color:#0087c1;}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#0087c1; font-size: 11px}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#0087c1; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#0087c1; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#0087c1;}
.menu ul li:hover ul li a:hover {background:#0087c1; color:#fff;}
.menu ul li:hover ul li a#current {background:#0087c1; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
