/* @override http://www.ipus.at/docs/21/layout/user.css */


html {
	background: #E6E6E6 url(background.jpg) repeat-x;
}

body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:  #222;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	max-width: 950px;
	width: auto !important;
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header {
	height: 108px;
	background: #ffffff url(header_fotos.jpg) no-repeat 188px 4px;
	overflow: hidden;
}
#title, #subtitle {
	display: block;
	position: absolute;
	background: url(logo.png);
	width: 160px;
	height: 54px;
	text-indent: 161px;
	white-space: nowrap;
	overflow: hidden;
	top: 30px;
	left: 15px;
}
#content_wrapper {
	background-color: #ffffff;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #e6e6e6;
}
#main {
	float: right;
	width: 710px;
	margin: 20px 20px 20px 0;
	display: inline; /*IE6: Double margin bug*/
	min-height: 500px;
	height: auto !important;
	height: 500px; /*For IE*/
}

/* @group Navi */



#navi {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 112px;
	width: 188px;
	float: left;
}

#navi ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi li {
	border-top: 1px solid #3d924a;
	margin: 0;
	list-style: none;
}
/* @group IE6 Hack (Border / Color) */
#navi li.active {
	_margin-bottom: -1px;
	_border-bottom: 1px solid #278635;
}
#navi ul ul li.active {
	_border-bottom: none;
}
/* @end */
#navi a {
	display: block;
	width: 168px;
	line-height: 18px;
	padding: 3px 0px 3px 20px;
	background-color: #278635;
	text-decoration: none;
	color: #FFFFFF;
	border-top: 1px solid #278635;
	border-bottom: 1px solid #278635;
	font-size: 11px;
	font-weight: bold;
}
#navi a:hover, #navi .active a {
	background: #529e5d url(arrow_white.png) no-repeat 0.9em 0.8em;
}


#navi ul ul {
	position: absolute;
	bottom: -202px !important;
	height: 200px;
}
#navi ul ul li {
	border-color: #9de1a0;
}
#navi ul ul li.active {
	/* -> IE 6 Hack #navi li.active*/
	margin-bottom: 0;
}
#navi ul .active ul a {
	background: #7cd780;
	border-color: #7cd780;
	color: #000000;
	font-weight: normal;
}
#navi ul .active ul a:hover,
#navi ul .active ul .active a {
	background: #73c776 url(arrow_black.png) no-repeat 0.9em 0.8em;
	border-color: #73c776;
}
/* @end */


.content {
	clear: both;
	position: relative;
	margin-bottom: 5px;
}
.post .pic_left {
	float: left;
	margin: 5px 15px 3px 0;
	display: inline;
}
.post .pic_right {
	float: right;
	margin: 5px 0 5px 15px;
	display: inline;
}
.post img, .gallery img {
	padding: 2px;
	border: 1px solid #d8d8d8;
}
.post p, #sidebar p {
	margin: 0;
	padding: 0;
}
.post ul {
	margin-right: 0;
}
a { padding: 0 1px; color: #264c92; }
a:visited { color: #264c92; }
a:hover { 
	color: #3c78e5;
	background-color: #e5eeff;
}
	
h1, h2, h3, h4 {
	color: #264c92;
	margin: 0 0 0.2em 0;
	font: normal 18px/23px Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
}
hr {
	border: 1px solid #e5e5e5;
}
#sidebar {
	display: none;
}

/* @group Footer */

#footer {
	clear: both;
	font-size: 10px;
	line-height: normal;
	font-family: verdana;
	padding: 10px 20px;
	background-color: #ffffff;
	margin-bottom: 25px;
}
#footer p {
	margin: 0;
}
#footer #footer_left {
	float: left;
}
#footer #footer_right {
	float: right;
}
#footer #footer_bottom {
	clear: both;
	margin-bottom: -12px;
	position: relative;
	top: 20px;
}
#footer #footer_bottom a {
	color: #333;
}
#footer .edit_highlight:hover {
	background-color: #cbcbcb;
}
#lang_select {
	position: absolute;
	left: 20px;
	bottom: 65px;
	*bottom: 88px;
}
#lang_select .de, 
#lang_select .en, 
#lang_select .fr, 
#lang_select .it {
	float: left;
	width: 16px;
	height: 11px;
	margin-right: 10px;
	overflow: hidden;
	text-indent: 43px;
	padding: 0;
}
#lang_select .de { background: url(de.gif); width: 42px;}
#lang_select .en { background: url(gb.gif); }
#lang_select .fr { background: url(fr.gif); }
#lang_select .it { background: url(it.gif); }
#search {
	position: absolute;
	bottom: 85px;
	*bottom: 110px;
	left: 20px;
}
#submit_search {
	background: url(search.png) no-repeat;
	width: 20px;
	height: 20px;
	*padding-top:20px;
	border: none;
	text-indent: 20px;
	overflow: hidden;
	cursor: pointer;
}
#search_text {
	border: 1px solid #529E5D;
	width: 141px;
}
body#tinymce #footer_left,
body#tinymce #footer_right,
body#tinymce #footer_bottom,
body#tinymce #lang_select {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
/* @end */

.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
.extern iframe {
	height: 380px;
}

/* @group Gallery */
.gallery {
	width: 600px;
	margin: 0 15px;
}
.gallery ul {
	margin: 0;
}
.gallery li {
	width: 110px;
	height: 110px;
}
/* @end */



/* @group Seitenhöhe */
#group631 #main,
#group634 #main,
#group635 #main {
	min-height: 570px;
	height: auto !important;
	height: 570px; /*For IE*/
}

/* @end */
