@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../graphics/layout/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left;
	left: 0px;
}
#logo-strip {
	background-image: url(../graphics/layout/logo-strip.jpg);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 100;
	margin-top: 25px;
}
.margin_logo {
	margin-left: 30px;
}
.fachverband {
	position: relative;
	margin-top: 20px;
	float: right;
	margin-right: -120px;
}

* html .fachverband {
	position: relative;
	margin-top: 20px;
	float: right;
	right: -20px;
}


#header {
	background-color: #0083D7;
	width: 100%;
	margin-top: 25px;
}

#content-wrapper {
	position: relative;
	width: 780px;
	min-width: 780px;
	float: left;
}

#page {
	position: absolute;
	margin-left: 160px;
	background-color: #E8E8E8;
	width: 440px;
	padding: 10px 25px 50px 25px;
	margin-top: 0px;
	text-align: left;
	min-height: 600px;
	border-right-width: 129px;
	border-right-style: solid;
	border-right-color: #ABABAB;
}
#navigation {
	position: absolute;
	background-color: #FFFFFF;
	float: left;
	width: 160px;
	text-indent: 25px;
	line-height: 25px;
	margin-left: 0px;
}
#navigation ul {
	margin-left: -40px;
	list-style-type: none;
	margin-top: 0px;
}
/* hack für den IE6 */
* html #navigation {
	margin-left: 0px !important;
}

* html #navigation ul {
	margin-left: 0px !important;
}
/* hack für den IE6 ende*/

/* hack für den IE7 */
*+html #navigation {
	margin-left: 0px !important;
}

*+html #navigation ul {
	margin-left: 0px !important;
}

/* hack für den IE7 ende*/


#navigation a {
	height: 25px;
	font-size: 12px;
	color: #0083D7;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	height: 25px;
	font-size: 12px;
	color: #FFFFFF !important;
	text-decoration: none;
	display: block;
	background-color: #ABABAB;
}

#navigation .active {
	height: 25px;
	font-size: 12px;
	color: #FFFFFF !important;
	text-decoration: none;
	display: block;
	background-color: #0083D7;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 30px;
	background-color: #FF5A00;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 50px;
	padding-top: 10px;
	z-index: 999;
	margin-bottom: 0px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.clearer {
	clear: both;
}

h1 {
	color: #0083D7;
	font-style: italic;
	font-size: 18px;
}
h2 {
	color: #0083D7;
	font-size: 12px;
}

.liste {
	list-style-image: url(../graphics/layout/list_icon.gif);
	line-height: 20px;
	margin-left: -20px;
}
/* IE hinbiegen*/
*+html .liste {
	margin-left: 20px !important;
}

* html .liste {
	margin-left: 20px !important;
}

a:link {
	color: #0083D7;
	text-decoration: none;
}
a:visited {
	color: #0083D7;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	color: #0083D7 !important;
}

/*Formatierungen für das KONTAKTFORMULAR*/
input[type=text].error_input {
	border: 1px solid #F76212;
	background-color: #FFF1D4;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], option, select, textarea {
	color: #000;
	background-color: #FEFEF8;
	border: 1px solid #F76212;
	font-size: 12px;
	text-decoration: none;
}
input[type=radio] {
	height: auto;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	color: #000;
	background-color: #FFF;
	border: 1px solid #F76212;
	font-size: 12px;
	text-decoration: none;
}
.cell_highlight {
	background-color: #ECECEC;
}
.error_markup {
	font-style: oblique;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.error_input {
	border: 1px solid #FF6013;
	background-color: #ECECEC;
}
#formular {
	line-height: 20px;
}

/*-------------- Overlay mit Lupe ------------------------------*/
.image {
	border: 2px solid #0083D7;
}

.image:hover {
	border: 2px solid #FFF;
}

.imageholder {
	position:relative;
	display: table;
	height: 110px;
	width: 110px;
	vertical-align: middle; 
	text-align: center;
	border: 1px solid #0083D7;
	background: #FFF;
	float: left;
	margin: 0 10px 10px 0;
}
.inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}


/*-------- IE Hack 6 ------------*/
* html .imageholder {
	overflow:hidden;
}
* html .imageholder, * html.inner {
	display:block;
}
* html .inner {
	top:50%;
	left:0;
}
* html .inner img {
	top:-50%;
	position:relative;
}
/*-------- IE 6 Hack ------------*/

/*-------- IE 7 Hack ------------*/
*+html .imageholder {
	overflow: hidden;
}
*+html .imageholder, *+html .inner {
	display:block;
}
*+html .inner {
	top:50%;
	left:0;
}
*+html .inner img {
	top:-50%;
	position:relative;
}
/*-------- IE 7 Hack ------------*/





/*-------------- Clearfix für den Background ------------------------------*/


.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/*-------------- referenzen ------------------------------*/
.floating-box {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #0083D7;
}
