body {
	font: 12px Arial, sans-serif;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 15px 20px;
}

# {
	float: left;
}

a {
	text-decoration: none;
	color: #0e6e94;
}

a:hover {
	color: #222;
}


#box {
	background: #fff;
	border-top: #bfbfbf 1px solid;
	width: 960px;
	margin: 0 auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'Tinos', serif;
}


/* -------------- FONT -------------- */

#navi ul#nav1 li a,
.headline  {
	font-family: 'Tinos', serif;
}




/* -------------- HEADER -------------- */

#header {
	width: 960px;
	height: 87px;
}

#header a.logo {
	width: 63px;
	height: 51px;
	background: url(img/logo.png) no-repeat;
	float: left;
	margin: 15px 0 0 12px;
}

#header .suche {
	float: right;
	margin: 14px 10px 0 0;
}

#header .suche input {
	width: 130px;
	height: 10px;
	font-size: 11px;
	color: #b4b4b4;
	padding: 5px;
	background: #fff url(img/icons/search.png) no-repeat 125px center;
	border: 1px inset #ddd;
}


#header .suche input:focus,
#header .suche input:hover {
	color: #444;
	border: 1px inset #ccc;
}



/* -------------- NAVI -------------- */

#navi {
	list-style: none;
	
    display: block;
    float: right;
    width: 850px;
                
	margin: 11px 10px 0 0;
    z-index: 6;
    position: relative;
}

#navi #nav1 li a {
	margin-left: 10px;
	padding: 10px 5px;
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	
	display: inline;
	
  -webkit-transition: background-color 200ms; 
     -moz-transition: background-color 200ms; 
      -ms-transition: background-color 200ms; 
       -o-transition: background-color 200ms; 
          transition: background-color 200ms;   
}

#navi #nav1 li a:hover {
    color: #222;
    background: #eee;
}

#navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
#druck {
	padding-bottom: 10px;
}
#kopf {
	width: 550px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}



#navi li {
    float: left;
    position: relative;
}


#navi li:hover > a,
#navi ul:hover > a,
#navi li.rex-current a {
    background: #eee;
    color: #222;
    
  -webkit-transition: background-color 200ms; 
     -moz-transition: background-color 200ms; 
      -ms-transition: background-color 200ms; 
       -o-transition: background-color 200ms; 
          transition: background-color 200ms;           
}

#navi li:hover > #nav2 {
    display: block;
}

#navi #nav2 {
    display: none;
    position: absolute;
    float: right;
    z-index: 99999;
}

#navi #nav2 {
    top: 40px;
    left: 0;
}

#navi #nav2 li a {
    background: #eee url(img/icons/subnav-arrow.png) 10px center no-repeat;
    line-height: 14px;
    padding: 10px 14px 10px 20px;
    width: 160px;
    height: auto;
    font: 12px Arial, sans-serif !important;   
	text-transform: none;
	color: #666;
}

#navi #nav2 li a:hover,
#navi #nav2 li.rex-current a {
    background: #eee url(img/icons/subnav-arrow.png) 10px center no-repeat;
	color: #222;
}





/* -------------- TEASER -------------- */

#teaser {
	width: 960px;
	height: 289px;
	border-bottom: #0e6e94 5px solid;
}

#teaser .overlay {
	width: 960px;
	height: 289px;
	position: absolute;
}

#teaser .overlay.home {background: url(img/teaser-home.png) no-repeat;}
#teaser .overlay.sub {background: url(img/teaser-sub.png) no-repeat;}

#teaser .tease {
	text-transform: uppercase;
	width: 400px;
	height: 50px;
	position: absolute;
	margin: 227px 0 0 10px;
	color: #666;
	z-index: 2;
	font-size: 16px;
}

#teaser .tease .name {
	color: #222;
	font-size: 22px;
	margin: 0 0 0 21px;
	float: left;
}

#teaser .news {
	width: 190px;
	height: 240px;
	position: absolute;
	margin: 30px 0 0 750px;
	z-index: 3;
	color: #fff;
	z-index: 2;
}

#teaser .news a {
	color: #fff;
}


#teaser .news .headline {
	font-size: 16px;
	margin-bottom: 20px;
	float: left;
}

#teaser .news .aktuelles {
	text-transform: uppercase;
	margin: 4px 0 0 38px;
	float: left;
}

#teaser .news ul {
	float: left;
	list-style: none;
	padding: 0;
}

#teaser .news ul li {
    background: url(img/icons/news-arrow.png) left 3px no-repeat;
    padding-left: 18px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 16px;
}



/* -------------- CONTENT -------------- */

#content {
	margin: 30px 0 30px 10px;
	width: 700px;
	float: left;
}

#content h1 {
	color: #0e6e94;
	font-size: 22px;
	margin: 0 0 5px 0; padding: 0;
}

#content h2 {
	color: #666;
	font-size: 16px;
	margin: 0; padding: 0;
}

#content .headline {
	margin-bottom: 25px;
}

#content p {
	color: #666;
	line-height: 18px;
}

#content .leftcol {
	float: left;
	width: 330px;
}

#content .rightcol {
	float: right;
	width: 330px;
	margin-right: 10px;
}

#content .text p:first-child {
	margin-top: 0;
}

#content .text a {
    text-decoration: underline;
}

#content .bereiche {
	border-top: 1px solid #ddd;
	float: left;
	margin: 20px 0;
	padding-top: 20px;
}

#content .bereiche h3 {
	color: #666;
	font-size: 16px;
}

#content .bereiche .bereich {
	width: 210px;
	margin-right: 30px;
	float: left;
}

#content .bereiche .bereich.three {
	margin-right: 0;
}

#content .bereiche a {
    background: #fff url(img/icons/arrow.png) left center no-repeat;
    padding-left: 15px;
    text-decoration: underline;
}

#content ul li {
    background: #fff url(img/icons/arrow.png) left 3px no-repeat;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #666;
}



/* -------------- SIDEBAR -------------- */

#sidebar {
	margin-top: 30px;
	width: 230px;
	float: right;
}

#sidebar .box {
	border-top: 5px solid #0e6e94;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 230px;
	float: left;
}

#sidebar h4 {
	background: #86b6c9;
	padding: 5px 20px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

#sidebar .box.contact h4 {
	width: 75px;
}

#sidebar .box .inner {
	margin: 20px;
}

#sidebar .box p {
	color: #666;
	line-height: 20px;
}

#sidebar .box .bold {
	font-weight: bold;
}

#sidebar .box .icon {
	float: left;
	width: 17px;
	height: 17px;
}

#sidebar .box .icon.tel {
	background: url(img/icons/tel.png) no-repeat left center;
	margin-right: 10px;
}
#sidebar .box .icon.mail {
	background: url(img/icons/mail.png) no-repeat left center;
	margin-right: 10px;
}
#sidebar .box .icon.fax {
	background: url(img/icons/fax.png) no-repeat left center;
	margin-right: 10px;
}




/* -------------- FOOTER -------------- */

#footer {
	height: 20px;
	border-top: 5px solid #ccc;
	padding: 15px 10px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}

#footer ul.footlinks.left {float: left;}
#footer ul.footlinks.right {float: right;}

#footer ul.footlinks li {
	display: inline;
}

#footer ul.footlinks li a {
	padding-left: 20px;
	margin-right: 30px;
	color: #999;
}

#footer ul.footlinks li a:hover {
	color: #333;
}

#footer ul.footlinks li.back a {background: url(img/icons/back.png) no-repeat left center;}
#footer ul.footlinks li.up a {background: url(img/icons/up.png) no-repeat left center;}
#footer ul.footlinks li.print a {background: url(img/icons/print.png) no-repeat left center;}
#footer ul.footlinks li.contact a {background: url(img/icons/contact.png) no-repeat left center;}
#footer ul.footlinks li.drive a {background: url(img/icons/drive.png) no-repeat left center;}

#footer ul.footlinks li.imprint a {
	background: url(img/icons/imprint.png) no-repeat left center;
	margin-right: 0;
}

#footer .copy {
	float: left;
	margin-left: 20px;
}





/* -------------- SONSTIGES -------------- */

.clear {
	float: none;
	clear: both;
}
.ns_newsEntry
{
}

.ns_newsHeadline
{
}

.ns_HeadlineLeft
{
}

.ns_HeadlineRight
{
}

.ns_body
{
}

.ns_MoreLink
{
}
