/**
 * Style for lhilbert.de
 *
 * font: Verdana
 * base size: 11pt
 * headers: 14pt, 12pt, 11pt
 * colors:
 *   - #036361  dark green
 *   - #A7C520  olive
 *   - #F4F6D4  beige
 *   - #767676  grey
 */

/* overall body area */
body {
	background-color: #e9e9e9;
	margin: 0px auto 0px auto;
	padding: 0px;
	padding-bottom:110px;
	background: #e9e9e9;
	font-size: 10pt;
	background : #e9e9e9 url(../images/dust_top.gif) no-repeat;
}

#menu {
	position: relative;
	width: 150px;
	top: 100px;
	left: 80px;
	padding: 10px;
	float: left;
	border: 1px #799079 solid;
	background-color: #f1f1f1;
	opacity: .72;
	filter: alpha(opacity=50);
	z-index: 1;
}

a {
	color: #2b573e;
}

a.hover {
	color: #A7C520;
}


#menu a {
	background-image:url(../images/menulink.gif);
	width:150px; 
	height:17px;
	line-height: 1.4em;
	padding-left: 23px;
	font-size: 11pt;
	text-decoration: none;
}

#menu a:hover { 
	background-image:url(../images/menulink_hover.gif); 
	color: #A7C520;
}

#menu a.active {
	color: #A7C520;
}

#content {
	position: relative;
	width: 55%;
	top: 100px;
	left: 140px;
	margin-bottom:110px;
	padding: 10px 20px 10px 20px;
	float: left;
	border: 1px #799079 solid;
	background-color: #edeeed;
	z-index: 1;
}

#content_start {
	background-image:url(../fotos/lukas.hilbert.jpg); 
	position: relative;
	width: 630px;
	height: 419px;
	top: 100px;
	left: 140px;
	margin-bottom:110px;
	float: left;
	border: 1px #799079 solid;
	background-color: #edeeed;
	z-index: 4;
}

#footer_container {
	position:fixed;
	bottom:30px; left:312px; right:0;
	margin:0;
	height:2em;
	z-index:3;
}

* html, * html body {
	overflow:hidden;
	bottom:0;
	height:100%;
}

* html #footer_container {
	position:absolute;
	bottom:4px; left:312px; right:0;
	width:100%;
	padding-right:16px;
}
		
#meta {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	z-index:3;
}

#meta p {
	font-size: 9pt;
	line-height: 2em;
}

* html #meta
		{
			height:100%;
			position:static;
		}

/* font family, color and size */
body, td, th, p, a, h1, h2, h3, li, input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 14pt;
	color: #2b573e;
	margin-top: -1px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;	
	color: #2b573e;
}

h3 {
	font-size: 10pt;
	font-weight: bold;	
	color: #2b573e;
}

#content img {
	border: #2b573e 1px solid;
	margin-bottom: 4px;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: dashed 1px #2b573e;
	border-bottom: solid 1px #edeeed; /* Für IE (Seiten-Hintergrundfarbe!) */
}

#sibi_names {
	float: left; 
	width: 300px;
}

#sibi_mails {
	float: left; 
}

#content p {
	margin-bottom: 10px;
}

#topLink {
	text-align: center;
}

#topLink a img {
	width: 17px;
	height: 11px;
	border: none;
}