/* stylesheet Esther Arnold Unternehmenskommunikation */
/* stand 05.03.2008 */
/* ©2008 by schaufelberger + havlik (www.s2h.ch) */


body, table, tr, td, div { font-family: Arial, Helvetica, Verdana, sans-serif; }
a:link { color:#666666; text-decoration: none; }
a:hover { color:#666666; text-decoration: none; }
a:visited { color:#666666; text-decoration: none; }

/* Minimal CSS */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background-color: #EEEEEE;
}

/* IE Win only */
* html #wrap {
	height:100%;
}

/* DIV-Styling */
#wrap {
	width:800px;
	min-height:100%;
	background-color:white;
	color:black;
	margin:0 auto;
	text-align:left;
}

#header1 {
	height:140px;
	background-image: url(images/background_top_01.gif);
	background-repeat: no-repeat;
}

#header2 {
	height:140px;
	background-image: url(images/background_top_02.gif);
	background-repeat: no-repeat;
}

#header3 {
	height:140px;
	background-image: url(images/background_top_03.gif);
	background-repeat: no-repeat;
}

#header4 {
	height:140px;
	background-image: url(images/background_top_04.gif);
	background-repeat: no-repeat;
}

#header5 {
	height:140px;
	background-image: url(images/background_top_05.gif);
	background-repeat: no-repeat;
}

#content {
	padding:0px 0px 0px 0px; /* unteres padding in der Hoehe des footers vermeidet Ueberlappung */
}

#footer {
	height:140px;
	margin-top:-140px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#firmenname {
	position:relative;
	left:390px;
	top:50px;
	width: 397px;
}

/* Font-Styling */

.xsmall { 
	font-size:9px; 
	line-height:14px; 
}

.small { 
	font-size:10px; 
	line-height:16px; 
}

.regular {
	font-size:14px;
	line-height:22px;
}

.regular_bold_grau {
	color:#999999;
	font-weight:bold;
}

.regular_aufzaehlung {
	font-size:14px;
	line-height:22px;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(images/listenpunkt.gif);
}

.head {
	font-weight: bold;
	font-size:20px;
	line-height:26px;
	margin-left: 15px;
}

.subhead {
	font-weight: bold;
	font-size:18px;
	line-height:22px;
	color:#B30033;
	margin-bottom:10px;
}

.subhead_grau {
	font-weight: bold;
	font-size:18px;
	line-height:22px;
	color:#999999;
	margin-bottom:10px;
}

.lead {
	font-weight: bold;
	font-size:16px;
	line-height:22px;
}

.subnav {
	font-size:11px;
	color: #666666;
}

.subnav_active {
	font-size:11px;
	font-weight: bold;
	color: #B30033;
}

.nav_table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
}
