/* @override http://www.berufsberater.at/docs/37/layout/user.css */
html {
	background: url(body.gif);
}

body {
	text-align: center;
  	color: #333; 
  	font: normal 13px/18px Arial, Helvetica, Verdana, sans-serif;
  	background: url(body_top.gif) repeat-x;
  	padding: 0 0 60px 0;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
	padding: 0;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width:992px;
	text-align: left;
	background: #FFFFFF;
	border-right: 2px solid #7E858C;
	border-bottom: 2px solid #7E858C;
}
#header {
	height: 138px;
	position: relative;
	background: url(header.jpg) no-repeat;
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 30px;
	left: 18px;
	width: 500px;
	height: 60px;
	text-indent: 501px;
	white-space: nowrap;
	overflow: hidden;
}
#content_wrapper {
}

/* @group Navi */
#navi {
	position: absolute;
	z-index: 2;
	left: 32px;
	top: 105px;
}

#navi ul {
	margin: 0;
}

#navi li {
	list-style-type: none;
	float: left;
	position: relative;
	padding: 0 15px;
}
#navi a {
	color: #333;
	font: bold 13px/32px Helvetica, Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}
#navi a:hover,
#navi li.active a {
	color: #e97101;
}
#navi ul ul {
	display: none;
	position: absolute;
	left: 0;
	background: #f2f2f2;
	padding: 5px 0 10px 0;
	border-right: 1px solid #b6bbbf;
	border-bottom: 1px solid #b6bbbf;
	border-left: 1px solid #b6bbbf;
}
#navi li:hover ul,
#navi li.sfhover ul {
	display: block;
}
#navi li li {
	background: none;
	float: none;
}
#navi li li a,
#navi li.active li a,
#navi li.sfhover li a {
	color: #333;
	font-weight: normal;
	line-height: 20px;
	zoom: 1;
	display: inline;
}
#navi li:hover li a:hover,
#navi li.sfhover li a:hover,
#navi li.active li.active a {
	color: #e97101;
}
/* @end */

#main {
	z-index: 1;
	margin: 22px 42px;
	min-height: 230px;
	height: auto !important;
	height: 230px; /*For IE*/
}

.content {
	clear: both;
	position: relative;
}
.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 p, #sidebar p {
	margin: 0;
	padding: 0;
}
.post ul {
	margin: 0.3em 1.5em;
}
a, a:visited { color: #e97101; }
a:hover { color: #333333; }
	
h1, h2 {
	color: #e97101;
	margin: 0 0 0.2em 0;
	font: bold 18px/23px Arial, Helvetica, Verdana, sans-serif;
}
h2 {
	font-size: 15px;
}
hr {
	border: 1px solid #ccc;
}
#footer {
	height: 44px;
	clear: both;
	font-size: 11px;
	line-height: 44px;
	text-align: center;
	font-family: verdana;
	background: url(footer.jpg) repeat-x;
}
#footer p {
	margin: 0;
}
#media24 {
	position: absolute;
	bottom: -40px;
	width: 468px;
	margin-left: -234px;
	left: 50%;
}
#tinymce #media24 {
	display: none;
}
#sidebar {
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
#login_link {
	display: none;
}
.markiert {
	color: #000;
	background-color: #ffe57f;
	padding: 0 2px;
}
.button {
	float: right;
	margin: 5px -11px 12px 0;
	*margin-bottom: 0;
	*margin-right: -15px;
}
/* @group gallery */
.gallery ul {
	margin: 0;
}
.gallery li {
	float: left;
	list-style: none;
	margin: 0 25px 20px 0;
}
.gallery img {
	border: 0;
}
/* @end */


/* @group Form */
.user_form .text_field,
.user_form .text_area {
	font-size: 14px;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 5px;
	background-color: #fcfcfc;
	width: 300px;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #ff934b;
	color: #e97101;
	background-color: #fff5ef;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 80px;
	width: 500px;
}

#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 3px 5px;
}
/* @end */

/* @group Box */
.Box, .Box_links, .Box_rechts {
	background: url(box_top.png) no-repeat;
	margin: 15px 5px;
	float: left;
	width: 898px;
	_display: inline;
}
.Box h1, 
.Box h2,
.Box_links h1,
.Box_links h2,
.Box_rechts h1,
.Box_rechts h2 {
	font-size: 14px;
	color: #fff !important;
	line-height: 19px;
	position: relative;
	left: 19px;
}
.Box .post {
	background: url(box_bottom.gif) no-repeat left bottom;
}
.Box .body, 
.Box_links .body, 
.Box_rechts .body {
	margin: 18px 25px 10px 18px;
}
.Box_links, 
.Box_rechts {
	width: 428px;
	background: url(box_klein_top.png);
	clear: none;
}
.Box_links .post, 
.Box_rechts .post {
	background: url(box_klein_bottom.gif) no-repeat left bottom;
}
.Box_links {
	float: left;
}
.Box_rechts {
	float: right;
}
/* @end */


