* {
	margin: 0;
	padding: 0;
}

body {
	background: #333 url("/html/img/back.gif") repeat;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 40px;
	padding-bottom: 40px;
}

a, a:link, a:visited {
	color: #c00;
	text-decoration: none;
}

a :active , a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 580px;
	background: #fff;	
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;	/*clip huge-padding of sidebar*/
}

#header {
	width: 580px;
	height: 210px;
	background: #000 url("/html/img/athmos/athmo1.png") no-repeat;
	background-position: center right;
}

#container #content,
#container #sidebar {
	/*hack to size sidebar 100% of height - needs a wrapper with overflow:hidden */
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}

#sidebar {
	width: 134px;
	background-color: #daff7a;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
	clear: both;
}

#sidebar_addon_message {
	height: 25px;
}

#sidebar_bottom {
	width: 134px;
	margin: auto;
	text-align: left;
	position: relative;
	top: -108px;
	left: -215px;
}

#footer {
	
}


#content {
	width: 418px;
	padding: 9px 0px 0px 10px;
}

#referenzen  {
	position: relative;
	top: -90px;
	margin: auto;
}

#nav {
	list-style: none;
	z-index: 2;
	border-right: 1px solid #fff;
	height: 210px;
	width: 150px;
}

#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #000;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
}

#nav li a:hover {
	background-color: #333;
}

.current a {
	background-image: url("/html/img/p2.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
}

p.Einzug {
	margin-left: 73px;
}

.leftblock {
	width: 140px;
	height: 30px;
	background-color: #008C44;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}

h1 {
	width: 419px;
	height: 30px;
	background-color: #008C44;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

h3 {
	font-size: 1.3em;
	margin-top: 0.3em;
}

img {
	border: none;
}

a img.border {
	border: 1px solid #333;
}

a:hover img {
	border-color: #f00;
}

.gallery_picbox {
	float: left;
	width: 78px; 
	height: 58px;
	margin: 0px 5px 4px 0px;
	border: none;
	background: url("/html/img/logo_small_red2.gif") no-repeat;
	background-position: center;
}


.teaser {
	font-size: 1.1em;
	font-weight: bold;
}

.inputarea {
    width: 380px;
	height: 180px;
}

/* Kontaktformular */
.hint {
	color: #ff0000;
}