/* CSS Document */

* {
	font-family:Arial;

	font-size:13px;
	color:#000000;
}

a:link {
	color:#003366;
	text-decoration: none;
}

a:visited {
	color:#003366;
	text-decoration: none;
}

a:hover {
	color:#CC0000;
	text-decoration: none;
}


td, body {
	text-align: left;
}

br.clear {
	clear: both;
}

p {
	text-align: left;
	margin: 0 0 15px 0;
}


img {
	border: 0;
	padding: 0;
	margin: 0;
}

.titel {
 font-family:Arial;
 font-size:13px;
 color: #000000;
}

/* seiten struktur */
#site {
	width:720px;
}

#header {
	height: 125px;
	padding: 0;
	margin: 0;
}

#wrapper {
	float: left;
	background-color: #cccccc;
	background-image:url('img/logo_grau.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}

#content-container {
	float:left;
	width: 542px;
	padding: 15px 10px 10px 10px;
	background-color: white;
	min-height: 340px;	
}

#subnavi-container {
	float:left;
	width: 158px;
	text-align: left;
	background-color: #cccccc;
}



#navi-container {
	float:left;
	height: 20px;
	width: 562px;
	padding: 0 0 0 158px;
	background-color: #cccccc;
}

#navi-container a {
	font-size: 9pt;
	color: black;
}

#navi-container a:link {
	color: black;
}

#navi-container a:visited {
	color:black;
}

#navi-container a:hover {
	color:#E1222B;
}


#footer-container {
	float: left;
	text-align: left;
	padding-left: 158px;
	background-color: #cccccc;
}

#navi-container ul {
	font-family:Arial;
	font-size:12px;
}

#navi-container ul li {
	float: left;
    text-align: center;
    list-style: none;
    padding: 4px 10px 2px 10px;
    background: none;
}

#navi-container ul li.selected {
    background-color: white;
}


/* Team section */
.team-member {
	text-align: left;
}

.team-member .image {
	float: left;
}

.team-member .data {
	float: left;
	margin-left: 20px;
}

.team-member p.assignment {
	font-style:italic;
}

.team-member .data p {
	padding: 0;
	margin: 0;
	text-align: left;
}

.team-member .data p.name {
	font-weight: bold;
	font-size: 13px;
}

.team-member p.name-headline {
	color: #003366;
	font-weight: bold;
}

.team-member .data .label {
	float: left;
	width: 70px;
}


.headline-page,
.headline {
	font-size: 14px;
	font-weight:bold;
	color:#003366;
	font-style:normal;
	font-size-adjust:none;
	text-align:left;
	text-decoration:none;
}

.headline-section {
	font-weight: bold;
}


.texthead {
 font-weight: bold;
 color:#000000;
 font-style:normal;
 font-size-adjust:none;
 text-align:left;
 text-decoration:none;
 vertical-align:top;
}

.text {
 font-weight:normal;
 color:#000000;
 font-style:normal;
 font-size-adjust:none;
 text-align:left;
 text-decoration:none;
 vertical-align:top;
}

.small_text {
	font-size: 8pt;
 font-weight:normal;
 color:#000000;
 font-style:normal;
 font-size-adjust:none;
 text-align:left;
 text-decoration:none;
 vertical-align:top;
}

.textlink {
 font-weight:normal;
 color:#000000;
 font-style:normal;
 font-size-adjust:none;
 text-align:left;
 text-decoration:none;
 padding-left:10;
}

div.left {
	float:left;
	width: 50%;
	overflow: auto;
}

div.right {
	float:right;
	width: 50%;
	overflow: auto;
}

ul {p
	clear: both;
	padding: 0;
	margin: 0;
}

ul li {
	display: block;
    text-align: left;
    list-style: none;
    padding: 3px 10px 3px 30px;
    background: url(img/service/aufzaehlung1.gif) 8px 4px no-repeat;
}


ul.navi li {
	display: block;
    text-align: left;
    list-style: none;
    padding: 0 10px 0 34px;
    background: url(img/bullet.gif) 8px 2px no-repeat;
}

ul.sub li {
	display: block;
    text-align: left;
    list-style: none;
    padding: 5px 10px 5px 50px;
    background: none;
}

div.navi ul li:hover {
	background-color: white;
	text-decoration: none;
}

div.impressum-left {
	float: left;
	width: 35%;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}

div.impressum-right {
	float: right;
	width: 60%;
	text-align: left;
	padding: 5px;
}

/* info boxen */

p.info {
	border: 1px solid #23294C;
	background-color: #58648D;
	padding: 5px;
}
