@charset "utf-8";

/* allgemein */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 125%;
	text-decoration:none;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
}

body {
	font-size: 15px;
	background-color: #666;
	margin:0px;
	padding: 0px;
	height: 100%;
}

/* Layout */
#maincontent {
	position: relative;
	background-color: #FFF;
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: absolute;
	left: 16px;
	top: 20px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 163px;
	width: 980px;
}

#langnav {
	position: absolute;
	left: 100px;
	top: 144px;
	height: 20px;
	width: 880px;
	text-align:right;
}
#langnav div {float:right;}
#langnav ul { list-style: none;}
#langnav li {
	display: block;
	float: left;
}


#mainnav {
	position: absolute;
	left: 100px;
	top: 168px;
	height: 20px;
	width: 880px;
	text-align:right;
}
#mainnav div {float:right;}
#mainnav ul { list-style: none;}
#mainnav li {
	display: block;
	float: left;
}



#content {
	position: absolute;
	left: 465px;
	top: 215px;
	width: 490px;
}

#frontpage{
	position: absolute;
	left: 280px;
	top: 270px;
	width: 550px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #8cc63f;
}

#sidepic {
	position: absolute;
	left: 359px;
	top: 249px;
	width: 490px;
}

#spta {
	position: absolute;
	left: 752px;
	top: 510px;
	width: 120px;
}
#pic01 {
	position: absolute;
	left: 591px;
	top: 350px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic02 {
	position: absolute;
	left: 723px;
	top: 350px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic03 {
	position: absolute;
	left: 855px;
	top: 350px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic04 {
	position: absolute;
	left: 591px;
	top: 482px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic05 {
	position: absolute;
	left: 723px;
	top: 482px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic06 {
	position: absolute;
	left: 855px;
	top: 482px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic07 {
	position: absolute;
	left: 591px;
	top: 614px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic08 {
	position: absolute;
	left: 723px;
	top: 614px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#pic09 {
	position: absolute;
	left: 855px;
	top: 614px;
	width: 125px;
	height: 125px;
	background-color: #FFF;
}

#location01 {
	position: absolute;
	left: 299px;
	top: 482px;
	width: 540px;
	height: 257px;
	background-color: #FFF;
}


/* Links */
a, a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;}

a:hover {
	color:#AAA;
	text-decoration:underline;}

/* Titel */
h1 {
	color: #8cc63f;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 0px 25px;
	color: #000;
	font-size: 15px;
	font-weight: normal;
}


/* Absatz */
#content p {
	margin: 0px 0px 8px 25px;
}

#content p.nospace {
	margin: 0px 0px 0px 25px !important;
}

#content p.fb{
	display: block;
	font-size: 11px;
	height:48px;
	margin: 0px 0px 0px 0px !important;
	padding: 8px 0px 0px 25px !important;
	background-image: url(../images/fb_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}


/* Allgemein */
.small {
	font-size: 12px;
}

/* Tabellen */
#content  table {
	margin: 0px 0px 8px 25px;
}
td {
	vertical-align: top;
}

/* Listen */
ul, li {
	list-style-type: none;
}
.plus li{
	padding: 0px 0px 0px 25px;
	background-image: url(../images/bullet_plus.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}


/* Special */
.clear {
	clear: both;
}

/* Farben */
.green {color: #8cc63f;}
.lightgreen {color: #b3d67f;}

