/* 
	Drewermann Mauritz und Partner
	---------------------------------------------------------------------------
	(c) 2006 das Netzbüro | Internet Services
	http://www.netzbuero.de
	
	v1 - 06/01/07
 */



/*	Common Tags ................................................................................................................
 */
 
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bodyBackground.gif) repeat-x #ffffff;
}

body, div, p, ul, td, h1, h2, h3, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, ul, blockquote, td, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}

img {
	border: none;
}

















/*	Layout elements	............................................................................................................
 */


/* Logo
 */
 .lyLogo {
 	position: absolute; top: 18px; left: 594px;
 }
 
/* Bar
 */
 .lyBar {
 	position: absolute; top: 96px; left: 0px;
 }
 
 
 .lyClaim {
	 position: absolute; top: 106px; left: 0px;
 }
 
 
 
 
 

/* Coloured Bar under left Picture
 */
 .lyBarULP {
 	position: absolute; top: 246px; left: 0px;
	border-right: 1px solid #609acb;
	width: 167px; height: 12px;
	background-color: #609acb;
 }
 
 .lyBarULPCnt {
  	position: absolute; top: 246px; left: 168px;
	border-right: 1px solid #fff;
	width: 424px; height: 12px;
	background-color: #609acb;
 }
 
 
 
/* Content Box
 */
 .lyContent {
 	position: absolute; top: 258px; left: 0px;
	width: 820px;
 }

/* Indicator
 */ 
 .lyIndicator {
 	position: absolute; top: 284px; left: 0px;
 }

/* Right Picture 226 x 410 Pixel
 */
 .lyPicRgt {
 	float: right;
	width: 226px;
	border-right: 1px solid #fff;
	padding-bottom: 20px;
 }

/*	Inner wrap for Content
 */ 
 .cntInner {
	margin-top: 35px; margin-left: 180px; 
	width: 360px;
 }
 
 .cntInner P, ul {
	font-size: 10px;
	line-height: 18px;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /*	News Box ...................................................................................................................
 */

 .newsBoxText {
 	position: absolute; top: 310px; left: 821px;
	width: 185px;
 }
 
 .newsBox	{
 	position: absolute; top: 258px; left: 821px;
	width: 185px;
 }
 
 .newsBoxElement {
 	padding-left: 10px;
	margin-bottom: 20px;
 }
 
 .newsBoxText h1 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
 }
 
 .newsBoxText p {
 	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;	
 }
 
 .newsBoxText .clr {
 	clear: both;
 }
 
 .newsBoxText .arrow {
 	float: left;
	margin-top: 3px;
 }
 
 .newsBoxText .indent {
 	margin-left: 12px;
	width: 150px;
 }
 
 .newsBoxText A {
 	font-weight: bold;
	color: #0099c9;
	text-decoration: none;
 }
 
 .newsBoxText A:hover {
 	text-decoration: underline;
 }
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*	Meta Box ...................................................................................................................
 */
 .metaBox	{
 	position: absolute; top: 96px; left: 593px;
	width: 226px; height: 149px;
	background: url(../images/metaBoxBackground.gif) no-repeat; 
 }
 
 .metaBox .links {
 	margin-top: 2px;
	margin-left: 10px;
 }
 
 
/*	Search Box .................................................................................................................
 */
 .searchBox {
 	position: absolute; 
	top: 110px; left: 720px; 
 }
 
 .searchBox form {
 	display: inline;
 }
 
 .searchBox .txtField {
 	font-size: 11px;
	width: 90px;
	border: 1px solid #d8e9f3;
	background-color: #ffffff;
	color: #0099c9;
 }

 .searchBox .btnField {
 	font-size: 11px;
	width: 20px;
	background-color: #0099c9;
	color: #ffffff;
	border: 0px;
	font-weight: bold;
 }
 
/*	Quicknav Box ...............................................................................................................
 */
 .quickBox {
	 position: absolute; top: 212px; left: 608px;
 }
 
 .quickBox form {
 	display: inline;
 }
 
 .quickBox .selBox{
 	font-size: 11px;
	width: 180px;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*	Main Navigation ...........................................................................................................
 */
 
 .navMain {
 	position: absolute; top: 60px; left: 0px;
	width: 585px;
	text-align: right;
 }

 .navMain A {
 	margin: 0px; padding: 0px;
	margin-right: 15px;
	font-size: 12px; font-weight: bold;
	color: #003c5e;
	text-decoration: none;
 }
 
 .navMain A:hover {
 	color: #0099c9;
 }
 
 .navMain img { margin-right: 5px; }
 
 


