@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #363636 url(gfx/bg.jpg) repeat-x fixed 0 0;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.linksumfliessend {
	float: left;
	margin: 0 25px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, h7 {
	line-height: normal !important;
	margin: 0;
	padding: 0;
}
h1 {
	background: #f3f3f3 url(gfx/bg_headline.png) no-repeat 0 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 64px !important;
	margin: 0;
	padding: 0 25px;
}
h2, h3, h4, h5, h6, h7 {
	font-size: 14px;
	margin: 1.67em 0 .2em 0;
}
p {
	margin: 1em 0;
	padding: 0;
}
#header p {
	margin: 0;
	padding: 0;
}
#content ul {
	margin: 1em 0 1em 15px;
	padding: 0;
}
#content ul li {
	margin: 0;
	list-style: disc;
	padding: 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: url(gfx/mond.jpg) no-repeat right 15px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: left;
	width: 980px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#navigation {
	background: url(gfx/bg_navtop.png) no-repeat 0 0;
	float: left;
	margin: 64px 0 0 0;
	padding: 14px 0 0 0;
	width: 186px;
}
#container {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#text {
	float: left;
	margin: 0;
	padding: 0;
	width: 710px;
}
#content {
	background: #e5e5e5;
	float: left;
	margin: 0;
	line-height: 1.5em;
	padding: 8px 25px 0;
	width: 660px;
	min-height: 400px;
	height: auto !important;  /*moderne Browser*/
	height: 400px;  /*IE*/
}
#footer {
	background: #e5e5e5 url(gfx/bg_footer.png) no-repeat left bottom;
	color: #777;
	float: left;
	font-size: 11px;
	height: 34px;
	margin: 0;
	line-height: 34px;
	padding: 0;
	text-align: right;
	width: 710px;
}
#footer p {
	margin: 0 25px 0 0;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	background: url(gfx/bg_nav.png) no-repeat left bottom;
	color: #f4f4f4;
	font-size: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0 0 14px 20px;
	width: 166px;
}
ul#menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	color: #f4f4f4;
	padding: 0;
	text-decoration: none;
	width
}
ul#menu li a:hover {
	color: #fff;
	text-decoration: none;
}
ul#menu li a.selected {
	color: #fff;
	font-weight: bold;
}

/* Formulare
----------------------------------------------- */
#kontaktform {
	float: left;
	margin: 20px 0;
	text-align: left;
}	
#kontaktform fieldset {
	border: 1px solid #999;
	margin: 0;
	padding: 15px 22px 15px 15px;
}
legend {
	border: none;
	color: #666;
	font-weight: bold;
	padding: 0 8px;
}
label {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 100px;
}
input.standard,
textarea.standard {
	border: 1px solid #999;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 260px;
}
textarea.standard {
	width: 390px;
}
input:hover.standard,
textarea:hover.standard {
	border: 1px solid #ccc;
}
.button {
	margin-left: 100px;
}
#kontaktform .xs {
	color: #999;
	font-size: 11px;
	margin-left: 100px;
}