/*
Title:      	webdesign-albert Bettina ALBERT
Updated:    	06-11-2006
*/

  /** 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   */

  body { overflow-y:scroll; }

  /*------------------------------------------------------------------------------------------------------*/

/* basics */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #59686C;
}
body {
	background-color: #90A2A9;
	margin-top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	text-align:center;
	color: #E38345;
}
a:link {
	color: #E38344;
	text-decoration: none;
	color: #E38344;
}
a:visited {
	text-decoration: none;
	color: #90A2A9;
}
a:hover {
	text-decoration: none;
	color: #E38344;
	background-color: #DAE7E7;
}
a:active {
	text-decoration: none;
	color: #E38344;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #E38344;
	font-weight: bold;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

/* ------- LayoutContainer ---------- */
#container {
	width:750px;
/*	height:500px; */
	background-position: left top;
	text-align: left;
	margin: auto;
	position: relative;
}

/* --------- Header -------- */

#logo {
	position:relative;
	width:750px;
	height:40px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAE7E7;
	background-color: #90A2A9;
	background-image: url(../media/logo_hell_01_gif.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo .p1 {
	text-align:right;
	padding-top: 12px;
}

#logo a:link {
	color: #DAE7E7;
}

#logo a:hover {
	color: #E38344;
}

#logo a:visited {
	color: #DAE7E7;
}


/* ---------- Navigation -------------- */

#navigation {
	position:absolute;
	width:750px;
	height:30px;
	background-color: #DAE7E7;
	margin: 0px;
	left: 0px;
	top: 50px;
	z-index: 1000;
	visibility: inherit;
}
/* #nav ul {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DAE7E7;
}

#nav li {
	border-top-style: none;
	margin-top: 20px;

}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #E38344;
	background-color: #90A2A9;
	color: #DAE7E7;
	text-decoration: none;
}

#nav li li a:link, #nav li li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #E38344;
	background-color: #90A2A9;
	color: #666666;
	text-decoration: none;
}

#nav li a:hover, #nav li li a:hover {
	background-color: #E38344;
	color: #DAE7E7;
} */

/* ---------- Content ---------- */

#contentcontainer {
	width:750px;
	/*	height:400px; */
	background-color: #FFFFFF;
	/*	overflow: scroll; */
	position: absolute;
	left: 0;
	top: 85px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #59686C;
	z-index: 100;
	visibility: inherit;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	color: #59686C;
	margin-left: 15px;
	margin-top: 40px;
	margin-right: 10px;
}

#content .pcontent {
	text-align: left;
	padding-top: 5px;
}

#content img {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	border:0;
}

#content ul {
	list-style-image:url(../media/pt_1.gif);
}

#content li {
   	margin-top: 7px;
}

#content td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59686C;
}

#partner img {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border:0;
}

/* ------------- Siteinfo ------- */

#footer {
	width: 750px;
	height: 50px;
	position: absolute;
	left: 0px;
	/*	top: 450px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAE7E7;
	background-color: #90A2A9;
}
#footer .p2 {
	text-align: center;
	padding-top: 5px;
	color: #DAE7E7;
}
#footer a:link {
	color: #DAE7E7;
}

#footer a:hover {
	color: #E38344;
}

#footer a:visited {
	color: #DAE7E7;
}
		.verteckt {
	visibility: hidden;
}

