/* Stylesheet (c)2007 LOGO-SYS AG, im Auftrag von www.otto-halter.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                                = */
/* ===================================================================== */
*{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 75%;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #FFFFFF;
	text-align: center;
}

/* Links Cyan */
a:link, a:active, a:visited {
	color: #00ace5;
	text-decoration: underline;
}
a:hover {
	color: #00ace5;
	text-decoration: none;
}

/* Absaetze */
p {
	line-height: 1.6em;
	margin: 1.6em 0;
}

html, body {
    height: 100%;
}

h2 {
	font-size: 120%;
	margin-bottom: -10px;
}

h4 {
	margin-bottom: -20px;
}

.hr_dgrau { 
   background-color: #666666; 
   border: none; 
   color: #666666; 
   height: 1px; 
}

.hr_hgrau { 
   background-color: #9ba1a8; 
   border: none; 
   color: #9ba1a8; 
   height: 1px; 
}

.hr_blau { 
   background-color: #00ace5; 
   border: none; 
   color: #00ace5; 
   height: 1px; 
}

ul {   
   list-style-position: inside;
}

/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */
#wrapper {
	position: relative;
	top: 0;
	width: 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	background-color: #FFFFFF;
	background-image: url(../bilder/wrapper_bg_leftcol_170.gif);
	background-repeat: repeat-y;
	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header {
	position: relative;
	width: 760px;
	height: 110px;
/*	background-color: #00ace5; */
	background-color: rgb(221, 221, 222);
	background-image: url(/fileadmin/otto-halter/bilder/Logo_otto_halter.gif);
	/* background-image: url(../bilder/header_logo_100x200.gif); */
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}

#stempel {
	width: 206px;
	height: 110px;
	float: left;
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}	

#leftcol {
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
}

#navigation {
	position: relative;
	top: 15px;
	left: 15px;
	width: 140px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
}

#rightcol {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#seiteninhalt {
	position: relative;
	top: 15px;
	left: 15px;
	width: 560px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	margin-bottom: 15px;
}

#stopper {
	clear: both;
}
