@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- All browsers */

body {
	font: normal 11px/1.45em arial, sans-serif;
	color: #333;
}

.wrapper {
	width: 1004px;
	margin: 0 auto;
}

#header {
	height: 71px;
	padding-top: 49px;
	border-bottom: 8px solid #3a51c3;
	margin-bottom: 4px;
	background: url(img/silhouette.png) 100% 49px no-repeat;
}

#header h1 {
	float: left;
}

#header span {
	float: right;
}

#navibar {
	clear: both;
	float: left;
	width: 180px;
	background: #dedede;
	position: relative;
	z-index: 2;
}

#content {
	position: relative;
	z-index: 1;
	border-left: 180px solid #dedede;
	padding-left: 10px;
	float: left;
	margin-left: -180px;
	width: 560px;
	/* overflow: scroll; */
}

#sidebar {
	float: right;
	width: 220px;
}


/* ----------------------------------------------------- Navigation */

#navi-main {
	margin: -4px 0 4px 0;
	background: #dedede;
	overflow: hidden;
}

#navi-main li {
	float: left;
	text-transform: uppercase;
	border-right: #fff solid 1px;
}

#navi-main a {
	float: left;
	padding: 1px 8px 0 8px;
}

#navi-main a:link,
#navi-main a:visited {
	color: #333;
	text-decoration: none;
}

#navi-main a:focus,
#navi-main a:hover,
#navi-main a:active {
	color: #fff;
	background: #3A51C3;
	text-decoration: none;
}

#navi-main li.active a {
	background: #fff;
	color: #000;
}

#navi-sub li {
	border-bottom: 1px solid #fff;
}

#navi-sub a {
	padding: 1px 5px 0 5px;
	display: block;
}

#navi-sub a:link,
#navi-sub a:visited {
	color: #333;
	text-decoration: none;
}

#navi-sub a:focus,
#navi-sub a:hover,
#navi-sub a:active {
	color: #fff;
	text-decoration: none;
	background: #3A51C3;
}

#navi-sub li.active a {
	background: #fff;
	color: #000;s
}

#breadcrumb {
	overflow: hidden;
	margin-bottom: 4px;
}

#breadcrumb li {
	float: left;
	color: #888;
}

#breadcrumb a {
	margin-right: 0.5em;
	padding-right: 1em;
	background: url(img/arrow-right.png) 100% 50% no-repeat;
}

#breadcrumb a:link,
#breadcrumb a:visited {
	color: #000;
	text-decoration: none;
}

#breadcrumb a:focus,
#breadcrumb a:hover,
#breadcrumb a:active {
	color: #3A51C3;
	text-decoration: underline;
}


/* ----------------------------------------------------- Inhalte */

h2 {
	font-size: 24px;
	color: #888;
	margin: 0.3em 0 0.6em 0;
}

h3 {
	font-weight: bold;
	color: #000;
}

p {
	margin-bottom: 1em
}

.section {
	margin: 1em 0;
	border-top: 1px solid #aaa;
	color: #666;
	overflow: hidden;
}

.column,
.container,
.imageline {
	margin: 1em 0;
	overflow: hidden;
}

.imageright .imagebox,
.imageright img {
	float: right;
	margin: 0 0 10px 20px;
}

.imageleft .imagebox,
.imageleft img {
	float: left;
	margin: 0 20px 10px 0;
}

.column img,
.imageline img,
.container img {
	margin: 0;
}

.imageline img,
.column img,
.container img {
	float: none;
}

.imagebox {
	color: #888;
}

.width270 {
	width: 580px;
}

.width270 .imagebox {
	width: 270px;
}

.width120 {
	width: 584px;
}

.width170 {
	width: 585px;
}

.column {
	width: 560px;
}

.width120 .imagebox {
	width: 120px;
}

.imageline .imagebox {
	float: left;
	margin-right: 26px;
}

.width170 .imagebox {
	margin-right: 25px;
}

.width270 .imagebox {
	margin-right: 20px;
}

.imageleft .column {
	float: left;
	width: 120px;
	margin: 0 20px 10px 0;
}

.imageright .column {
	float: right;
	width: 120px;
	margin: 0 0 10px 20px;
}

/*------- von kreimer ----- */

.imageleft270 .column {
	float: left;
	width: 270px;
	margin: 0 20px 10px 0;
}

.imageright270 .column {
	float: right;
	width: 270px;
	margin: 0 0 10px 20px;
	
}

.imageleft120 .column {
	float: left;
	width: 140px;
	margin: 0 20px 10px 0;
}

.imageright120 .column {
	float: right;
	width: 140px;
	margin: 0 0 10px 20px;
	
}

.efa_klein {
	font: normal 7px arial, sans-serif;
	
}

.efa_normal {
	font: normal 11px arial, sans-serif;
	
}

.efa_gross {
	font: normal 15px arial, sans-serif;
	
}
/* ---ende --*/

/* ----------------------------------------------------- Sidebox */

.box h2 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.box img {
	border: 1px solid #ccc;
}

.textbox {
	border-top: 1px solid #aaa;
}


/* ----------------------------------------------------- Startseite */

#startseite {
	width: 741px;
}

#startnavi {
	width: 745px;
	overflow: hidden;
	padding-bottom: 1em;
}

#startnavi li {
	float: left;
	width: 145px;
	margin: 0 4px 4px 0;
	text-transform: uppercase;
	line-height: 1.45em;
	position: relative;
}

#startnavi span {
	position: absolute;
	top: -1000px;
	left: 0;
	width: 145px;
	height: 145px;
	background: url(img/shade.png);
}

#startnavi li:hover span {
	top: 0;
}

#startnavi li a {
	display: block;
	padding-left: 7px;
	padding-top: 146px;
	background: url(img/startmotive.jpg) 0 0 no-repeat;
}

#startnavi li.item-01 a { background-position: 0 0; }
#startnavi li.item-02 a { background-position: -145px 0; }
#startnavi li.item-03 a { background-position: -290px 0; }
#startnavi li.item-04 a { background-position: -435px 0; }
#startnavi li.item-05 a { background-position: -580px 0; }
#startnavi li.item-06 a { background-position: -725px 0; }
#startnavi li.item-07 a { background-position: -870px 0; }
#startnavi li.item-08 a { background-position: -1015px 0; }
#startnavi li.item-09 a { background-position: -1160px 0; }
#startnavi li.item-10 a { background-position: -1305px 0; }

#startnavi a:link,
#startnavi a:visited {
	background-color: #dedede;
	color: #000;
	text-decoration: none;
}

#startnavi a:focus,
#startnavi a:hover,
#startnavi a:active {
	background-color: #3a51c3;
	color: #fff;
}

#startnavi li ul {
	padding-top: 2px;
	margin-bottom: 5px;
	height: 8em;
}

#startnavi li li {
	float: none;
	margin: 0;
	text-transform: none;
	background: #fff url(img/smallbullet.png) 0 5px no-repeat;
}

#startnavi li li a {
	padding-top: 0;
}

#startnavi li li a:link,
#startnavi li li a:visited {
	background: transparent;
	color: #888;
}

#startnavi li li a:focus,
#startnavi li li a:hover,
#startnavi li li a:active {
	background: transparent;
	color: #3a51c3;
	text-decoration: underline;
}


/* ----------------------------------------------------- Footer */

#footer {
	border-top: 1px solid #888;
	clear: both;
	padding-top: 3px;
}

#startseite #searchform {
	padding-top: 3px;
	float: left;
}

#searchform, 
#searchform * {
	display: inline;
}

#startseite #searchform,
#startseite #searchform {
	display: block;
	margin-top: -3px;
}


#searchinput {
	border: 1px solid #888;
	width: 100px;
}

#searchbutton {
	border: none;
	background: #fff;
	color: #555;
}

#footer ul {
	float: right;
	text-align: right;
}

#footer ul li {
	float: left;
	margin-left: 2em;
}

#footer a:link,
#footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #3a51c3;
	text-decoration: underline
}

#footer #naviforth {
	margin-left: 0;
} 

#footer #naviback a, 
#footer #naviforth a {
	display: block;
	text-align: left;
	overflow: hidden;
	width: 22px;
	text-indent: -999em;
	background: url(img/footernavi.png) 0 50% no-repeat;
}

#footer #naviforth a {
	background-position: 100% 50%;
}




/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

