/* body */

body {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	color: #000;
	background-color: #839c5b;
}

* html body { background: #839c5b; }

* {
	margin : 0;
	padding : 0;
}

.fllft {
    float: left;
    margin-right: 0.8em;
}


/***********************************************/
/* Ueberschriften */
/***********************************************/

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	margin: 0.8em 0 0.5em;
	color: #0662a3;
	font-size: 1.3em;
}

h3 {
	margin: 0.8em 0 0.5em;
	color: #0662a3;
	font-size: 1.2em;
	line-height: 1.3em;
}

h4 { margin: 0.8em 0; }


/***********************************************/
/* Listenformatierungen */
/***********************************************/

ul, ul li { list-style-type: none; }

ul li {
	padding-left: 0.7em;
	margin-left: 0.6em;
}

* html ul li { background-position: 0 .7em; }

*+html ul li { background-position: 0 .7em; }

p { margin: 0.5em 0; }

img { border-style: none; }


/***********************************************/
/* Hyperlinks */
/***********************************************/

a {
	color: #727272;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

button.ir {
	border: 0 none;
	text-indent: -2000px;
	cursor: pointer;
}

*:focus { -moz-outline-style: none; }


/***********************************************/
/* Seitenaufbau, Grundgeruest */
/***********************************************/

#outer {
	position: relative;
	width: 60em; /* 980px */
	margin: 0 auto;
	text-align: left;
}

#masthead {
	margin-right: 50px;
	padding-left: .8em;
	background-image: url(../gfx/layout/bg_top_left.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#masthead-inner {
	margin-right: -50px;
	padding-right: 0.8em;
	background-image: url(../gfx/layout/bg_top_right.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#inner {
	margin-right: 50px;
	padding-left: .8em;
	background-image: url(../gfx/layout/bg_aussen.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#inner-inner {
	overflow: hidden;
	margin-right: -50px;
	padding: 7px .5em 0 0;
	background-image: url(../gfx/layout/bg_inner.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

* html #masthead, * html #masthead-inner, * html #inner, * html #inner-inner {
	width: 100%;
	margin-right: 0;
}

#sidebar, #content, #userbar, #banner {
	float: left;
	margin-right: 0.4em;	

}


/***********************************************/
/* Contentbereich */
/***********************************************/

/*
#content {
	margin-right: .4em;
	}
*/

#content {
	width: 33.8em;
	margin-top: -10px;
}

#content div.inner {
	font-size: 0.8em;
}

#content h4, #content dl, #content ul, #content ol, #content table {
	font-size: 1em;
	line-height: 1.5em;
}

#content label, #content input, #content textarea {
	font-size: 1em;
	line-height: 1.3em;
}


/***********************************************/
/* Blocks */
/***********************************************/

div.block {
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
}

* html div.block { width: 100%; /* hasLayout */ }

div.block.em { background: #FFF; padding-top: 66px; }

/* more */

#content p { margin: 1em 0; }


/***********************************************/
/* Listenformatierungen im Contentbereich */
/***********************************************/

#content ul, #content dl {
	margin: 1em 0;
	list-style-type: none;
}

#content ol { margin: 1em 0 1em 20px; }

#content ul.link { margin-bottom: 2em; }

#content li { margin-bottom: 0.5em; }

#content ul li { background-position: 0 0.5em; }

* html #content ul li { background-position: 0 .6em; }

*+html #content ul li { background-position: 0 .6em; }

#content ul.link li { background-image: url(../gfx/layout/ico_linklist.gif); }

#content li ul, #content li ol { margin-top: 0.5em; }

#content dt {
	margin-top: 1em;
	font-weight: bold;
}

#content dd { margin: 0.2em 0; }

#userbar { 
	width: 11.5em;
	margin-right: 0.4em;
}

#banner {
	width: 7.5em;
	margin-right: 0;
}


/***********************************************/
/* Skip Menue */
/***********************************************/

#skip {
	display: block;
	position: absolute;
	left: -2000px;
	width: 100%;
	z-index: 100;
	padding: 2px 0;
	color: #FFF;
	background-color: #8F9590;
	font-size: 1.1em;
	text-align: center;
}

#skip:focus, #skip:hover, #skip:active { left: 0; }


/***********************************************/
/* Horizontale (Hauptnavigation) und Masthaed */
/***********************************************/

ul#nav-meta {
	overflow: hidden !important; /* Fix fuer den Banner */
	margin: 0 0 0 0;
	padding: 5px 2em 5px 15px;
	font-size: 0.8em;
	background-color: #597b24;	
}

* html ul#nav-meta { width: 100%; }

ul#nav-meta li {
	float: left;
	margin-left: 0.66em;
	padding-left: 0.66em;
	background: none;
}

ul#nav-meta a:link, ul#nav-meta a:visited {
	color: #fff;
	font-size: 0.85em;
	text-decoration: underline;
}


/***********************************************/
/* Logo, Flash */
/***********************************************/

div#wrapper-flashlogo {
	overflow: hidden;
	height: 250px;
	width: 100%;
	background-color: #597b24;
	margin-top: 5px;
}

div#logo {
	float: left;
	height: 250px;
	width: 196px;
	background-color: #597b24;
	background-image: url(../gfx/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-right: solid 7px #fff;
}

div#flash {
	background-color: #597b24;
	overflow: hidden;
}


/***********************************************/
/* Navigation Wrapper */
/***********************************************/

div#wrapper-nav {
	overflow: hidden;
	border-top: 6px solid #fff;
	font-size: 0.6em;
	background-color: #fff;
}

* html div#wrapper-nav { width: 30%; /* hasLayout */ }

ul#nav { /* float: left;
	width: 60em; /* 697px */ /* background: url(../gfx/layout/sep_nav.gif) repeat-y 0 0; */
	list-style-type: none; 
}

ul#nav li {
	float: left;
	padding-left: 1px;
	font-size: 1.4em;
	line-height: 2.0em;
	font-weight: bold;
	background-image: url(../gfx/layout/sep_nav.gif);
	background-repeat: repeat-y;
	background-position: -10px 0;	
}

ul#nav a {
	display: block;
	padding: 0 1.5em 0 1.5em;
	color: #FFF;
	text-decoration: none;
}

#agenturr #nav-agentur a, #referenzen #nav-referenzen a, #leistungen #nav-leistungen a, #shop #nav-shop a { 
	background-color: #4074A6;
}


/***********************************************/
/* Subnavigation */
/***********************************************/

ul#nav-sec { margin: 1em .5em 3em .5em; }

ul#nav-sec li li ul { margin: 1em 0 1.2em 0; }

ul#nav-sec li {
	margin: 1em 0;
	padding: 0;
	color: #FFF;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

ul#nav-sec li li {
	margin: 0.5em 0;
	padding-left: .8em;
	background: url(../gfx/layout/bul_nav_ter.gif) no-repeat 2px .35em;
	font-size: 1em;
	font-weight: normal;
}

ul#nav-sec li li li {
	padding-left: .7em;
	background: url(../gfx/layout/bul_nav_qua.gif) no-repeat 2px .4em;
	font-size: 0.9em;
	font-weight: normal;
}

ul#nav-sec li.act li a:hover { text-decoration: underline; }

ul#nav-sec li.act a, ul#nav-sec li li li.act a {
	color: #C1DAF7;
	font-weight: bold;
	text-decoration: underline;
}

ul#nav-sec li.act li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}


/***********************************************/
/* Suche */
/***********************************************/

div#search-box {
	float: right;
	width: 19.5em;
	height: 2.5em;
	margin-top: -2px;
	margin-right: 1px;
	font-size: 0.7em;
	background-color: #597b24;	
}

* html div#search-box { width: 20em; }

*+html div#search-box { width: 20em; }

form#search {
	margin-left: 1px;
	background-color: #597b24;	
}

form#search input {
	margin: 1px 1em 1px 1px;
	border-color: #D3E1F0;
	color: #000;
	display: none;
}

.searchinput {
	margin-top: 3px;
	height: 16px;
}

.searchbutton {
	height: 20px;
	float: right;
	margin-right: 1.3em;
	margin-top: -1.55em;
}

* html form#search input { margin-top: 1px; background-color:#FF0000; display: none; }



#content dl.result dt, #content dl.result dd { padding-left: 0.7em; }

#content dl.result dt {
	font-size: 1.3em;
	background-image: url(../gfx/layout/ico_linklist.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

#content dl.result img { margin-left: 10px; }


/***********************************************/
/* Jump Menue */
/***********************************************/

div#jumpMenu-box {
	float: right;
	width: auto;
	margin-top: 1.2em;
	margin-right: 1px;
	margin-left: 3em;
	font-size: 0.7em;
}


/***********************************************/
/* Images */
/***********************************************/

p.img img { border: 1px solid #DEDEDE; }

p.img span {
	display: block;
	font-style: italic;
}

p.left {
	float: left;
	padding: 0 1em 1em 0;
}

p.right {
	float: right;
	padding: 0 0 1em 1em;
}

p.left img, p.right img { margin: 0.4em 0 0; }

/* links */

#content a:link, #content a:visited {
	color: #4074A6;
	text-decoration: underline;
}

#content a:hover { color: #727272; }



/***********************************************/
/* Teaser */
/***********************************************/

#content div.index dt {
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
}

#content div.index dd { margin: 0.4em 0 1.8em 0; }

#content div.index dd.img { margin-left: 100px; }

#content div.index dl img {
	float:left;
	margin: 0 10px 15px 0;
	border: 1px solid #DEDEDE;
}

#content div.index dd p, #content div.index dd ul, #content div.index dd li {
	margin: 0.4em 0;
	font-size: 1em;
}


div.cols {
	overflow: hidden;
	width: 100%;
}

div.cols div.left {
	float: left;
	width: 48%;
}

div.cols div.right {
	float: right;
	width: 48%;
}

#content div.item h3, #content div.item h4 { margin: 0.1em 0; }

#content div.item h3 { font-size: 1.1em; }

#content div.item h3 a, #content div.item h4 a, #content div.item h3 a:visited, #content div.item h4 a:visited {
	color: #707070;
	text-decoration: none;
}

#content div.item h3 a:hover, #content div.item h4 a:hover {
	color: #0662a3;
	text-decoration: underline;
}

#content div.item p { margin: 0.5em 0 2em; }

#content p.date {
	padding: 0 10px;
	color: #4074A6;
}

#content div.item p.date {
	margin: 1.2em 0 0;
	padding: 0;
}

#sidebar div.teaser ul { margin: -20px 5px 0 5px; }

#sidebar div.teaser ul li {
	color: #FFF;
	background: url(../gfx/layout/ico_list_w.gif) no-repeat 0 0.4em;
	margin-left: -5px;
}

#sidebar div.teaser img {
	display: block;
	width: 15em;/* height: auto; */
	margin-left: 1.5em;
}

#sidebar div.teaser p.link {
	margin: 1.5em 1em 1em 0;
	text-align: right;
}

#sidebar div.teaser p.link img {
	display: inline;
	width: 7.6em;
	height: 1.8em;
}

#banner span {
	display: block;
	margin-bottom: .5em;
	font-size: 0.6em;
	text-transform: uppercase;
}

#banner a {
	display: block;
	margin-bottom: 10px;
}

#banner img { width: 7.5em;/* height: auto; */ }


.fllft {
	float: left;
	margin-right: 10px;
}

.picture_logo {
	float: left;
	margin-right: 1em;
}


/***********************************************/
/* Glossar */
/***********************************************/

ul#glossar { height: 1%; }

#content #glossar li {
	float: left;
	margin: 0 7px 7px 0;
	padding: 0;
	background: #4372A8;
}

#content #glossar li.sel { background: #E69706; }

#content #glossar li a {
	display: block;
	width: 2em;
	height: 2em;
	color: #FFF;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}


/***********************************************/
/* Sidebar */
/***********************************************/

#sidebar { 
	width: 12.2em;
	min-height: 30em;
	height: 500em;
	margin-bottom: -430em;
	color: #fff; 
	background-color: #597b24;
	margin-top: -0.5em;
	overflow: hidden;
}

#sidebar div {
	padding-bottom: 0.5em;
	background-color: #597b24;	
}

#sidebar h2 {
	margin: 10px 5px 0 5px;
	color: #F8FBFC;
}

#sidebar p {
	font-size: 0.8em;
	padding: 0.5em 0.5em 0.5em 1em;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover { text-decoration: underline; }

#sidebar_logo {
	width: auto;
	bottom: 2em;
	padding-bottom: 3em;
	position: absolute;
}


/***********************************************/
/* Footer */
/***********************************************/

#foot {
	clear: both;
	margin-right: 50px;
	padding-left: .8em;
	background-image: url(../gfx/layout/bg_bottom_left.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#foot-inner {
	height: 30px;
	margin-right: -50px;
	padding-right: .8em;
	background-image: url(../gfx/layout/bg_bottom_right.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

div#footer p {
	margin: 0;
	padding: 1em 0 20px;
	text-align: center;
}

#content div#footer a {
	color: #727272;
	text-decoration: none;
}

#content div#footer a:hover { text-decoration: underline; }


/***********************************************/
/* Copyright */
/***********************************************/

#copyright {
	width: 60em;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-left: .8em;
	padding-bottom: 1em;
	padding-top: 0.3em;
	text-align: right;
}

#copyright p {
	color: #fff;
	font-size: 0.75em;
	margin-right: 2em;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}


#userbar div.inner {
	font-size: 90%;
	background-color: #eddfb9;
	margin-top: -16px;
	padding: 1em -3px 1em 0px;
	height: 600em;
	margin-bottom: -590em;
	overflow: hidden;
}

#userbar .inner div, #userbar .inner form {
	padding: 0 8px 0.8em;
}

#userbar .inner form { margin-left: -7px; }

#userbar h2 { margin-top: 0.6em; color: #fff; }

#userbar h3 {
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0 1px 3px;
	font-size: 98%;
}

* html #userbar h2 { font-size: 1.2em; /* IE fix */ }

#userbar .inner form { padding-bottom: 1.2em; }

#userbar label {
	display: block;
	margin: 0.6em 0 0.3em;
}

#userbar input { width: 12em; }

#userbar button {
	margin: 0.6em 0 0;
	border: 0;
	cursor: pointer;
	text-indent: -2000px;
}

* html #userbar button {
	text-indent: 0;
	padding-top: 30px;
}

*+html #userbar button {
	text-indent: 0;
	padding-top: 30px;
}

#userbar button#anmelden-ub {
	width: 69px;
	height: 18px;
	background-image: url(..gfx/layout/but_login.jpg);
}

#userbar ul, #userbar dl { margin: 1em 0 0; }

* html dl { width: 100%; /* hasLayout */ }

#userbar dt {
	position: relative;
	margin: 0.8em 0 0;
	border-top: 1px solid #EAEAEC;
	padding-top: 0.5em;
}

#userbar dd {
	margin-top: -1.1em;
	margin-top: -1em;
	color: #5983B2;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}

#userbar form p { margin-top: 1em; }

#userbar p span {
	display: block;
	color: #4074A6;
	font-weight: bold;
}


#userbar div.equalizer {
	padding: 0;
	background: none;
}


/***********************************************/
/* Intros */
/***********************************************/

#intro {
	min-height: 210px;
	border-bottom: 1px solid #DEDEDE;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#intro h1 {
	margin: 6px 160px 0.5em -10px;
	padding: 3px 5px 3px 10px;
	color: #fff;
	font-size: 1.75em;
	font-weight: normal;
	background-color: #C11413;
}

#intro h2, #intro p, #intro ul { margin-right: 260px; }

#intro p { margin-bottom: 0; }

#intro ul {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}


/***********************************************/
/* Intro Images */
/***********************************************/

/* Startseite */
#home #intro { background-image: url(); }