/* @override http://gillot.media24.at/docs/27/layout/user.css */
html {
	background: #8adcf1 url(bg.jpg) repeat-x;
}

body {
	text-align: center;
  	color: #204C5F; 
  	font: normal 13px/18px Helvetica, Arial, Verdana, sans-serif;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width:835px;
	text-align: left;
	background: url(content.gif) repeat-y;
}
#header {
	height: 167px;
	position: relative;
	background: url(header.jpg) no-repeat;
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 47px;
	left: 135px;
	width: 410px;
	height: 50px;
	text-indent: 411px;
	white-space: nowrap;
	overflow: hidden;
	background: none;
}
#content_wrapper {
	background: url(header.jpg) no-repeat 0 -167px;
}

/* @group Navi */



#navi {
	position: absolute;
	z-index: 2;
	left: 45px;
	top: 138px;
}
#navi ul {
	margin: 0;
}
#navi li {
	float: left;
	list-style-type: none;
}
#navi a {
	color: #FFF;
	margin-right: 30px;
	font-weight: bold;
	text-decoration: none;
	display: inline; /*IE6*/
	float: left;
	background: none;
	white-space: nowrap;
}

#navi li.active a,
#navi a:hover {
	text-decoration: underline;
}

#navi ul ul {
	position: absolute;
	top: 41px;
	left: -10px;
	width: auto;
}
#navi li li {
	float: none;
}
#navi li li a,
#navi li.active li a {
	color: #025178;
	float: none;
	text-decoration: none;
}
#navi li.active li a:hover,
#navi li.active li.active a {
	text-decoration: underline;
}
/*Dienstleistungen*/
#navi li#mi803 a {
	display: none;
}
#navi li#mi803 li a {
	display: inline;
}
/* @end */

#main {
	float: right;
	width: 580px;
	margin: 7px 25px 0 0;
	display: inline; /*IE6: Double margin bug*/
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
}
#mainindex {
	float: right;
	width: 580px;
	margin: 7px 25px 0 0;
	display: inline; /*IE6: Double margin bug*/
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
	background-image:url(../../../images/index/index.jpg)
}
#mainbranch {
	float: right;
	width: 580px;
	margin: 7px 25px 0 0;
	display: inline; /*IE6: Double margin bug*/
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
	background-image:url(../../../images/branchen/branch.jpg)
}

.content {
	clear: both;
	position: relative;
	padding: 0 12px 8px 0;
}

.post .pic_left {
	float: left;
	margin: 5px 10px 3px 0;
	display: inline;
}
.post .pic_right {
	float: right;
	margin: 5px 0 5px 15px;
	display: inline;
}
.post p, #sidebar p {
	margin: 0;
	padding: 0;
}
a { color: #0180B7; }
a:visited { color: #0180B7; }
a:hover { color: #00a8ff; }
	
h1, h2 {
	color: #0180B7;
	margin: 0 0 0.3em 0;
	font: bold 17px/23px Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	font-size: 15px;
}
hr {
	border: 1px solid #c8f2fe;
}
#sidebar {
	display: none;
}

#footer {
	height: 35px;
	padding-top: 50px;
	clear: both;
	font-size: 10px;
	text-align: center;
	font-family: verdana;
	background: url(footer.png);
}
#footer p {
	margin: 0;
}
#address {
	position: absolute;
	top: 105px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#tinymce #address {
	position: relative;
	top: 0;
	color: #333;
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}

/* @group Sprachen */
#de, #en, #fr {
	display: block;
	width: 16px;
	height: 11px;
	text-indent: 17px;
	overflow: hidden;
	position: absolute;
	bottom: 70px;
	left: 34px;
}
#en {
	left: 60px;
}
#fr {
	left: 86px;
}
/* @end */


/* @group gallery */
.gallery ul {
	margin: 0;
}
.gallery li {
	float: left;
	list-style: none;
	margin: 5px 7px;
}
.gallery img {
	padding: 2px;
	border: 1px solid #d0d0d0;
}
/* @end */


/* @group Form */
.user_form .text_field,
.user_form .text_area {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: #0180B7;
	border: 1px solid #b5dbe5;
	padding: 2px 2px 2px 5px;
	background-color: #f0fafd;
	width: 300px;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #fbd47f;
	background-color: #fffbd8;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 50px;
	width: 375px;
}
#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 3px 5px;
}
/* @end */
