/*///////////////////////////////////////////////////////////////////
// 2008-11   | www.madebymeyer.de                                  //
// Project   | RaiserLopesDesigners                                //
// Author    | Karsten Meyer                                       //
// modified  | 25.11.2008 by Karsten Meyer                         //                                                   
// Package   | master                                              //
///////////////////////////////////////////////////////////////////*/

@charset "utf-8";

/* # general ########## */
HTML {
	margin:0;
	padding:0;
	height:100%;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	height:100%;
	margin:0;
	padding:0;
}

A:link,
A:visited,
A:hover,
A:active{
	color: #000;
	text-decoration:none;
}
A:hover{
	color: #777;
}

IMG {
	border:0;
}
A IMG {
	border:0;
}

P {
 line-height:1.2em;
 margin:0;
 padding:0 0 1.2em 0;
}

H1, H2, H3, H4, H5, H6 {
 margin:0;
 padding:0;
 font-size:100%;
 font-weight:400;
 color:#000;
}

H1 {
 font-weight:700;
 padding:0 0 15px 0;
}

H2 {
 padding-bottom:15px;
}

P {
 padding-bottom:15px;
}

UL {
  margin:0 0 15px 0;
  padding:0;
}

TABLE {
	border-collapse:collapse;
	padding:0;
	border:0;
	margin:5px 0 15px 0;
}
TABLE, TR, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size: 10px;
	padding:0 0 4px 0;
}

FORM {
  margin:0;
  padding:0;
}

.clearer {
  clear: both;
  line-height: 0px;
  font-size:0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
 /* Clearing mit overflow */
.floatbox { overflow: hidden; }

/* # page settings ########## */
#container {
 margin: 0 0 0 40px;
	padding:0;
	text-align: center;
	width:822px;
	background-color: #fff;
}

#header {
  position:relative;
	text-align: left;
	width: 822px;
	height: 171px;
  background: url(../img_layout/bg_dotted_h.gif) left bottom repeat-x;
}

#mainnavi {
  position:absolute;
  left:344px;
  top:0;
	width: 477px;
	height: 170px;
	overflow:auto;
}

#flashnavi {
  position:absolute;
  left:344px;
  top:0;
	width: 477px;
	height: 170px;
	/* background-color:#fff; */
}

#logo {
  position:absolute;
  left:0;
  bottom:1px;
	width: 105px;
	height: 26px;
}

#breadcrumb {
  position:relative;
	height: 41px;
	text-align: left;
	padding:6px 0 0 3px;
	font-size: 10px;
}


#main {
 float:left;
 width:822px;
 text-align: left;
}

#colLeft {
 float:left;
 width:266px;
}

#colRight {
 float:right;
 width:478px;
}

#main.news {
 background: url(../img_layout/bg_dotted_v.gif) 631px 0 repeat-y;
}

.news #colLeft {
 float:left;
 width:623px;
}

.news #colRight {
 float:right;
 width:184px;
}

#main.site {}


/* ### navigation ########*/


/* ### content ########*/
P.news{
  padding-bottom:15px;
}
P.news IMG{
  padding-top:5px;
}

/* ### footer ########*/
#footer {
	text-align: left;
	width: 822px;
	padding-top:80px;
}

#footer A:link,
#footer A:visited,
#footer A:hover,
#footer A:active {
	color: #000;
  font-size:10px;
	font-weight:400;
	text-decoration:none;
} 
#footer A:hover{
	color: #777;
}
