/* 
* CSS Heidi Krings 
* by doppelpack.com
* Thomas Fersterer
*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#bg_site {
	background-image: url(../bilder/hg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#bg_left {
	background-image: url(../bilder/links.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bg_links_rechts {
	background-image: url(../bilder/links_rechts.jpg);
	background-repeat: no-repeat;
}

#bg_navi {
	background-image: url(../bilder/navi.jpg);
	background-repeat: no-repeat;
}

#bg_content {
	background-image: url(../bilder/content_hg.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 580px;
	height: 380px;
	overflow: auto;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.formfields{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#content, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #000;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	display:inline;
	color: #000;
}

.link_gelb, .link_gelb:link, .link_gelb:visited, .link_gelb:active  {
	color: #ef7e00;
	text-decoration: none;
}
.link_gelb:hover  {
	color: #ef7e00;
	text-decoration: underline;
}

.home_gal_pic {
	float: left;
	margin-right: 4px;
}
