/*DIV STUFF*/
.show {
 	display:block;
	visibility:visible;
	width: 297px;
}
.hide {
 	display:none;
	visibility:hidden;
	width: 0px;
}

/* HEADER */
#mainheader {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	border: 0px #999999 solid;
	background-image: url("/_classic/img/header_bg.jpg");
	background-repeat: repeat-x;}


/* CONTENT */
#content_floater {
	position: relative;
	width: 980px;
	margin: 0 0 0 20px;
	border: 0px #999999 solid;
}

#contact_popup {
	position: absolute;
/*	rwh 081118	top: 270px;
	left: 580px;
   width: 297px; */
	top: 262px;
	left: 570px;
	width: 256px;
	background-color: #FFFFFF;
	z-index:200;
}

#contact_popup_text {
	background-color: #FFFFFF;
	border: 1px #003399 solid;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px
}

#maincontent_wide {
	width: 960px;
	margin-top: 30px;
	border: 0px #999999 solid;
}
#maincontent, #maincontent_middle, #maincontent_gallery {
	float: left;
	padding: 16px 0 0 300px;
	border: 0px #999999 solid;
}
#maincontent {
	width: 375px;
}
#maincontent_middle {
	width: 680px;
}
#maincontent_gallery {
	width: 430px;
}
#maincontent_middle_footer {
	margin-top: 20px;
	width: 540px;
	float: left;
	border-top: 1px solid #999999
}

#contentpart_left {
	float: left;
	width: 370px;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: left;
}
#contentpart_right {
	float: left;
	width:220px;
	margin: 0;
	padding: 10px 0 0 10px;
	border-left: 1px solid #999999;
}
#listarea {
	text-align: left;
	width: 100%;
	margin-top: 20px;
}
#listarea h4 {
	margin: 0;
}

#tableElement {
/* rwh 090128	width: 380px; */
	width: 370px;
	margin: 5px 0 0 0;
	padding: 0;
	overflow:hidden;
	border: 0px #999999 solid;
}
#tableContentPart {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
	border: 0px #999999 solid;
}
#tableContentLeft180, #tableContentLeft320 {
	float:left;
	border: 0px #999999 solid;
}
#tableContentLeft180 {
	width:180px;
}
#tableContentLeft320 {
	width:320px;
}
#tableContentRight180, #tableContentRight60 {
	float:right;
	text-align: right;
	border: 0px #999999 solid;
}
#tableContentRight180 {
	width: 180px;
}
#tableContentRight60 {
/*	rwh 090128 width: 60px; */
	width: 45px;
}
#lineDivider {
	width:100%;
	float:left;
	border-top: 1px solid #999999;
	padding:5px 0 15px 0;
}
#sitemapParts {
	width:180px;
	float:left;
}
/* TEASER */
#teaser_home {
	color: #666666;
	margin-top: 35px;
}
#teaser_home h1 {
	color: #666666;
	font-size: 21px;
	margin-top: 35px;
}
#teaserarea_right_border {
	float: left;
	width: 230px;
	margin-left: 48px;
	border-left: 1px solid #999999;
}
#teaserarea_right {
	float: left;
	margin-top: -5px;
	text-align: left;
}

#teaser_type1 {
	float: left;
	width: 355px;
	text-align: left;
	margin: 0;
}
#teaser_type2 {
	float: left;
	width: 175px;
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
}
#teaser_type3 {
	float: left;
	width: 192px;
}
#teaser_type3_text {
	height: 192px;
	width: 162px;
	margin-top: 17px;
	padding-left: 8px;
	text-align: left;
	border-left: 1px solid #999999;
}
#teaser_type3_text h4 {
	margin: 0 0 3px 0;
}
#teaser_type3_text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 12px;
}
#teaser_type3_text li {
	margin-top: 4px;
}
#teaser_type3_text a {
	height: 16px;
}
span.headline {
	line-height: 20px;
}

#teaser_type4 {
	padding: 23px 7px 0px 8px;
	width: 240px;
	text-align: left;
	border: 0px solid;
}
#teaser_type4 p {
	margin-top: 3px;
	color: #999999;
}
#teaser_type4 img {
	margin-top: 3px;
	padding-top: 3px;
}
#teaser_type4 span.headline {
/* rwh081113	line-height: 20px; */
	line-height: 12px;
}


/* FOOTER */
#mainfooter {
	width: 100%;
	height: 25px;
	border-top: 1px #999999 solid;
}
#footer {
	padding-top: 5px;
	height: 25px;
	width: 980px;
	text-align: right;
}


/*PRINTER STUFF*/
@media print {
	#mainheader{display:none;}
	#mainnavi{display:none;}
	#mainfooter{display:none;}
	#maincontent{width:100%; float:none;}
	#headerpic{width:100%; float:none;}
}



/*DEFAULT STUFF*/
html, body, p, h1, h2, h3, h4, a, ul, ol, table, td, li, input, select, textarea {
	font-family: Arial;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	color:#000000;
	margin: 0px;
	padding: 0px;
}
table {
	margin-top: -40px;
	margin-left: 0px;
}
table.normal {
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 21px;
	margin-bottom: 10px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 11px 0 11px 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 11px;
}
h4 {
	font-size: 11.5px;
	font-weight: bold;
	margin-top: 11px;
}
p {
	margin-top: 11px;
}
ul {
	margin-top: -20px;
	padding-left: 15px;
}
.NoRepeat {
	background-repeat: no-repeat;
}
a {
	font-size: 11px;
	line-height: 12px;
	color: #4c4c4c;
	cursor:pointer;
	cursor:hand;
}
a:hover, a:active {
	color: #003399;
}
a img.arrow, a img.arrowLeft {
	width: 7px;
	height: 8px;
	background-repeat: no-repeat;
/* rwh 081031 	background-position: left top; */
	background-position: left bottom;
	margin-top: -1px;
}
a img.arrow {
	background-image: url(/_classic/img/arrow.gif);
}
a:hover img.arrow {
/* rwh 081031 needed because img.arrow is redefined in generic_seo.css */
	height: 8px;
/* rwh 081031 end */
	background-image: url(/_classic/img/arrow_blue.gif);
}
a img.arrowLeft {
	background-image: url(/_classic/img/arrow_left.gif);
}
a:hover img.arrowLeft {
	background-image: url(/_classic/img/arrow_left_blue.gif);
}
img {
	border: 0;
}
img.floatLeft {
	float:left;
	margin: 3px 10px 3px 0;
}
.button, .buttonSmall {
	width: 133px;
	height: 20px;
	background-color: #4C4C4C;
	color: #ffffff;
}
.buttonHover, .buttonSmallHover {
	background-color: #003399;
	color: #ffffff;
	cursor: pointer;
}
a.buttonText {
	color: #ffffff;
}
.buttonSmall {
	width: 25px;
}
input, textarea {
	width: 250px;
	height: 15px;
/* rwh 081110 	padding: 3px 0 0 5px; */
	padding: 2px 0 1px 5px;
	border-left: 1px solid #929292;
	border-top: 1px solid #929292;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	background-image: url(/_classic/img/bg_forms.gif)
}
input.Wide, select.Wide, textarea.Wide {
	width: 500px;
}
input.Ecard, select.Ecard, textarea.Ecard {
	width: 210px;
}
input.small {
	width: 150px;
}
input.Radio, input.Checkbox {
	width: 15px;
	border: none;
	background-image: none;
}
input.Radioerror, input.Checkboxerror {
	width: 15px;
	border: 1px #FF0000 solid;
	background-image: none;
}
input.Quarter, select.Quarter {
	width: 69px;
}
input.ThreeQuarter {
	width: 179px;
}
input.Search {
	width: 100px;
}
select {
/* rwh 081118 	height: 16px; */
	height: 20px;
	border: 1px solid #003399;
}
select.DropDown {
	width: 125px;
}
select.DropDownWide {
	width: 250px;
}
.error {
	color: #FF0000;
}
input.error, textarea.error {
	border: 1px #FF0000 solid;
}

/* FOOTER */
.footer {
	font-size: 9px;
}
ul#foot_right{
	margin: 0px;
	padding: 0px;
}
ul#foot_right li {
	float:right;
	padding-left: 30px;
	list-style: none;
}


/* NAVI */
ul#navi li {
	margin-top: 10px;
	padding-left: 16px;
	list-style: none;
}

/* SITEMAP*/
.sitemapLevel1 {
	margin:10px 0 0 0;
	font-weight: bold;
}
.sitemapLevel2 {
	margin:5px 0 0 10px;
}
.sitemapLevel3 {
	margin:3px 0 0 20px;
}

/* ADDONS */
.clearFloats {
	clear: both;
}
.show {
 	display:block;
	visibility:visible;
}
.hide {
 	display:none;
	visibility:hidden;
}

/* rwh 081111 */
.keyword {
/*	background: #ffff00; */
/*	color: #000088; */
	color: red;
/*	font-weight: bold; */

/*	padding-left: 3px;
	padding-right: 1px; */
}

/* rwh 081118 */
label.above {
	display: block;
	margin-bottom: 2px;
/*	margin-top: 5px; */
}

.red {
	color: red;
}

div.message {
	margin-top: 8px;
	margin-bottom: 4px;
	*margin-top: 3px;
	*margin-bottom: 1px;
}

table.expertise_preise {
	border: 1px solid black;
	border-collapse: collapse;
	width: 300px;
}

table.expertise_preise th, table.expertise_preise td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 2px 10px 2px 5px;
	text-align: left;
	font-weight: normal;
}

table.expertise_preise td.left {
	width: 5%;
}

table.expertise_preise th {
	font-weight: bold;
	white-space: nowrap;
}
/* rwh 081118 end */
