/* CSS reset ------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -------------------------*/
/*  bg-grau:      #e5e5e5   */
/*  font-color:   #4c4c4c   */
/*  grün:         #64c10e   */
/*  hellgrün:     #99ea43   */
/*  hellblau:     #08bac9   */
/* ------------------------ */

html, body {
	height: 100%;
}
body {
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 100.01%;
	line-height: 1.375em;
	background-color:#e5e5e5;
	color: #4c4c4c;
	text-align:center;
	padding-bottom:1px;
}
a {
	text-decoration:none;
	color: #4c4c4c;
}
a:hover {
	color: #08bac9;
}
strong {
	font-weight:bold;
}
h1 {
	text-indent:-999em;
}
#container {
	font-size:0.9375em;
	width: 990px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	background: url(../img/bg-container.png) repeat-y #fff;
	margin:0 auto 0 auto;
	text-align:left;
}
#head {
	background: url(../img/bg-head.png) no-repeat;
	padding:56px 0 0 66px;
	height:244px;
}
#head #logo, #head #claim {
	float:left;
}
#head #claim {
	margin:25px 0 0 140px;
	background:url(../img/grey-slash.gif) no-repeat;
	font-size:2.4em;
	line-height:1.2em;
	padding: 8px 0 0 0;
	width:495px;
	color:#e5e5e5;
}
#p1 #head #claim {
	background:url(../img/green-slash.gif) no-repeat;
	color:#4c4c4c;
}
#content {
	margin: 0 0 0 385px;
	padding-bottom:25px;
	width: 485px;
}
#content .teaser, #content div.entry {
	background:url(../img/green-slash.gif) no-repeat;
	padding: 11px 0 0 0;
	margin-bottom:35px;
}
#content div.entry h2 {
	font-size:1.2em;
	margin:0 4px 1em 0;
}
#content div.entry h3 {
	display:inline;
	float:left;
	margin-right:5px;
	font-weight:bold;
}
#content div.entry h3.presse {
	display:block!important;
	float: none;
	margin-bottom:0px;
	font-weight:bold;
}
#content div.entry p {
	margin-bottom:1em;
}
#content .teaser h2 {
	font-size:1.2em;
	margin-bottom:22px;
}
/*  NAVIGATION  */

#nav {
	width:180px;
	position:absolute;
	top:300px;
	margin-left:145px;
	background:url(../img/nav-line.gif) bottom right no-repeat;
}
#nav ul.rex-navi1 {
	background:url(../img/nav-line.gif) top right no-repeat;
	text-align:right;
	padding:15px 2px 0 0;
}
#nav ul li {
	margin:0 0 1.2em 0;
	line-height:1.29em;
}
#nav ul li a, #nav ul li span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.93333em;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
	line-height:1.29em;
}
#nav ul li a img {
	margin:0 14px 0 0;
}
#nav ul li ul {
	padding:1px 0 0 0;
}
#nav ul li ul li {
	padding:13px 0 0 0!important;
	margin:0;
	line-height:1.2em;
}
#nav ul li ul li a {
	font-size:0.80em;
	text-transform: none;
	font-weight:normal;
	line-height:1.2em;
}
#nav ul li a:hover {
	color: #08bac9;
}
#nav ul li a.rex-current, #nav ul li a.rex-active {
	color: #64c10e;
}
#nav ul li a.rex-current, #nav ul li a.rex-active {
	background:url(../img/arrow-big.gif) no-repeat 0 1px;
}
#nav ul ul li a.rex-current, #nav ul ul li a.rex-active {
	background:none;
}
/*  METANAVIGATION  */
ul#meta {
	position:absolute;
	top:0px;
	width:950px;
	margin-left:25px;
	font-family: Verdana, Geneva, sans-serif;
}
ul#meta li {
	float:right;
	margin-right:7px;
	font-size:0.66666em;
	margin-top:3px;
	color: #ccc;
}
ul#meta li a {
	text-transform: none;
	font-weight:normal;
	color: #ccc;
}
ul#meta li a:hover {
	color: #08bac9;
}
ul#meta li a.active, ul#meta li a.active:hover {
	color: #64c10e;
}
ul#meta li.de a, ul#meta li.en a {
	display:block;
	margin-top:2px;
	width:18px;
	height:18px;
	line-height:18px;
	background:url(../img/de-butt.gif) no-repeat;
	text-indent:-999em;
}
ul#meta li.en a {
	background:url(../img/en-butt.gif) no-repeat;
}
ul#meta li.en a:hover, ul#meta li.de a:hover {
	background-position: 0 -20px;
}
ul#meta li.akt a {
	background-position: 0 -40px;
}
ul#meta li.akt a:hover {
	background-position: 0 -40px;
	cursor: default;
}
.clr {
	clear:both
}
a.more {
	margin: 6px 0 0 0;
	display:block;
	width:40px;
	height:15px;
	background:url(../img/more-butt.gif) no-repeat left -15px;
	padding:0 0 0 20px;
	line-height:15px;
	float:right;
}
a.more:hover {
	background-position:left 3px;
}
a.extern {
	height:18px;
	background:url(../img/more-butt.gif) no-repeat left -13px;
	padding:0 0 0 20px;
	line-height:18px;
}
a.extern:hover {
	background-position:left 5px;
	color: #08bac9;
}

p.gapsmallfont {
	padding:3em 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6666em;
}
.surfnedit {
	position:absolute;
	top:0;
	margin-left:60px;
	font-size:11px;
}
.surfnedit, .surfnedit a {
	color:#ccc;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif
}
.surfnedit a:hover {
	color: #08bac9;
}
p.gestaltung  {
	padding:3em 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6666em;
	line-height:14px
}
.gestaltung a.extern{ background:none; padding:0;} 
