
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

body{
	height: 100%;
}
a img {
	border: 0;
}

.padding-left {
	padding: 0 0 0 20px;
}

.clear  {
	clear: both;
}

h2 .text-center {
	text-align: center;
}

h2 {
	padding: 0;
	font-weight: normal;
}

#logo {
	position: absolute;
	top: 77px;
	left: 33px;
	width: 154px;
	height: 37px;
}

#navigation  {
	list-style: none;
	position: absolute;
	top: 150px;
	left: 50px;
}
#navigation  li {
	padding: 3px 10px 3px 0;
	text-align: right;
	width: 150px;
}
#navigation  li.selected,
#navigation  li:hover {
	background: url(../img/navigation_arrow.gif) right 7px no-repeat;
}

#navigation  li a {
	color: #FFF;
	text-decoration: none;
	
}
#navigation  li.selected a {
	font-weight: bold;
}
#navigation li.selected ul {
	list-style: none;
}
#navigation li.selected ul li {
	padding: 1px 10px 1px 0;
}
#navigation li.selected ul li.selected,
#navigation li.selected ul li:hover{
	background: url(../img/navigation_arrow.gif) right 4px no-repeat;
	
}

#navigation li.selected ul li.selected a {
	font-weight: bold;
}

/* ********************************************* */
/* ****************** CONTENT ******************* */
/* ********************************************* */

#content {
	width: 600px;
	float: left;
	padding: 88px 0 0 50px;
}
#content p {
	line-height: 180%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #727272;
	font-size: 12px;
	margin-bottom: 14px;
}

table td {
	line-height: 180%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #727272;
	font-size: 12px;
}

#content ul {
	margin: 0 0 14px 20px;
}

#content ul  li{
	color: #727272;
	line-height: 180%;
	font-size: 12px;
}

#disclaimer {
	position: absolute;
	top: 0;
	left: 700px;
	width: 200px;
	clear: both;
	list-style: none;
}
#disclaimer li {
	float: left;
	padding: 0 5px;
}
#disclaimer li a{
	text-decoration: none;
	font-size: 10px;
}
h2 {
	font-weight: bold;
	padding: 10px 0;
}
h2.comment {
	padding-left: 200px;
}

h3 {
	font-size: 11px;
}

/* KONTAKT FORMULAR */

table {
	width: 500px;
}

table td.tdlabel {
	width: 150px;
	vertical-align: top;
}

table td.tdlabel label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #727272;
	font-size: 12px;
	cursor:pointer;
}
.long { 
	width: 304px;
}

input.text,
textarea {
    border: 1px solid #79909c;
    background: #ffffff url(../img/input_bg.gif) top left no-repeat;
    margin: 2px 0;
    font-size: 11px;
    color: #264a5a;
    padding: 3px;
}
textarea {
    width: 480px;
    height: 200px;
}
input.text:focus,
input.password:focus,
textarea:focus {
    border: 1px solid #009086;
}
select {
    font-size: 11px;
    color: #264a5a;
    padding: 2px;
    border: 1px solid #79909c;
    background: #FAFAFA;
}
select:focus {
    border: 1px solid #6CB5FF;
}
input.texterror,
input.passworderror,
textarea.textareaerror {
    background-image: url(../img/input_bg.gif) !important;
    border-color:#9c203f !important;
}
input.radioerror,
input.checkboxerror {
    background-color:#FCE0D3;
    width:13px;
    height:13px;
    border:1px solid #F26522;
    outline:1px solid #F26522;
    -moz-outline:1px solid #F26522;
}
select.selecterror {
    background:#FCE0D3;
    border-color:#9c203f;
}

input.submit {
    background: #9c203f;
    color: #FFF;
    width: 294px;
    padding: 5px 5px 7px 5px;
    font-size: 12px;
    text-transform: none;
    border: 0;
}

.silhouette {
	width: 140px;
	height: 250px;
	position: absolute;
	top: 200px;
	left: 20px;
}

#silh1,#silh25,#silh24 {
	background: url(../medien/silh_stylecouncil.gif) left top no-repeat;
}
#silh2,#silh14,#silh31,#silh55,#silh32,#silh33,#silh43,
#silh60,#silh59,#silh42,#silh44,#silh49,#silh47,#silh48,#silh46,#silh54,#silh45,#silh56,#silh57 {
	background: url(../medien/silh_firmenkundenberatung.gif) left top no-repeat;
}
#silh3,#silh35,#silh36,#silh58,#silh70 {
	background: url(../medien/silh_privatkundenberatung.gif) left top no-repeat;
}
#silh4,#silh39,#silh40,#silh41,#silh61 {
	background: url(../medien/silh_aktuelles.gif) left top no-repeat;
}
#silh8 {
	background: url(../medien/silh_kontakt.gif) left top no-repeat;
}



.clear {
	clear:both;
}
.float-left {
	float:left;
}

#uebersicht td.dark {
    background: #e6e6e6;
}

#uebersicht td.light {
    background: ededed;
}

#uebersicht td {
    text-align: left;
    vertical-align: top;
    padding: 3px;
}
#uebersicht {
    border: 1px solid #e1e1e1;
}
.download_link_pdf {
    display: block;
    height: 16px;
    padding:0px 0 2px 20px;
    background: url(../img/icon_download_pdf.gif) 0 0 no-repeat;
    cursor: pointer
}