/* 	
 * Kammerer Druck & Medien
 * 09/2009
 * Copyright (c) 2010 Daniel Bidmon
 * hello@go-shape.com
 * www.go-shape.com
*/

/* CONTAINER */

body {
 color: white;
 text-align: center; /* Ie6 fix fŸr mittige Ausrichtung */
}

#container {
 background: white;
 text-align: left; /* Ie6 fix fŸr mittige Ausrichtung */
 width: 940px;
 margin-left: auto;
 margin-right: auto;
}

/* LOGO */

#logo { 
 background: white; 
 height: 30px;
}

#logo img {
 position: absolute;
 margin-left:678px;
 margin-top: 10px;
}

/* HEADER */

#header img {
 z-index:-1;
}


/* HAUPTNAVIGATION */

#hauptnavigation {
 position: relative;
 width: 940px;
 height:20px;
 border-bottom: 1px solid #00305d;
 overflow:hidden;
 margin-top: -8px;
 height:22px;
 z-index:2;
}

#hauptnavigation .lupe {
 background:none;
 border:none;
 position: absolute;
 margin-left:-160px;
 margin-top: -5px;
 background: url(../img/lupe.png) no-repeat;
 height:20px;
 width: 20px;
 z-index:3;
 cursor: pointer;
}

#hauptnavigation #suchfeld {
 position: absolute;
 border:none;
 z-index:9999999;
 padding-top:2px;
 padding-left:4px;
 padding-right:4px;
 width: 132px;
 margin-left: -132px;
 height: 20px;
 font-size: 11px;
 border: 1px solid #dadadc;
 color: #00305d;
}

#hauptnavigation ul, .menu-level1{
 height:20px;
 margin-top:1px;
 list-style:none;
 margin-left:195px;
 font-size:11px;
 letter-spacing: 0.7px;
 margin-bottom:4px;
 float:left;
 display: inline; /* IE 6 double margin bug fix */
}

#hauptnavigation ul li{
 float:left;
 line-height:17px;
 _line-height:12px;
 width: 100px;
 text-align: center;
}

#hauptnavigation a {
 text-decoration: none;
 color: #969696;
}

#hauptnavigation a:hover, #hauptnavigation a.level1-act{
 color: #00305d;
 font-weight: bold;
}

#suche {
 float:right;
 height:20px;
 line-height:17px;
}
/* MAIN CONTAINER */

#container_main {
 background: url(../img/bg_main.jpg) repeat-y;
 border-top: 1px solid #fecc00;
 margin-top:3px;
 width: 940px;
 overflow:hidden;
 clear:both;
}

#main a {
 color: #00305d;
 text-decoration: none;
 font-weight: bold;
}

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

#main .csc-textpic-left {
 float:left;
}



/* INNER */


#navigation {
 border-top: white solid 3px;
 width:190px;
 float:left;
 font-size: 11px;
 letter-spacing: 0.5px;
}

#navigation ul {
 width:190px;
 list-style:none;
 margin-bottom:50px;
}

#navigation ul a {
 text-decoration: none;
 color: #05294d;
 line-height:25px;
 padding-left:15px;
 display:block;
 height:25px;
}

#navigation .aktiv {
 color: #05294d;
 background: #fecc00;
 line-height:25px;
 padding-left:15px;
 display:block;
 height:25px;
 font-weight: bold;
}

#navigation li.aktiv2 {
 color: #05294d;
 background:#7e7e7e;
 line-height:25px;
 padding-left:15px;
 display:block;
 height:25px;
 font-weight: bold;
 padding-left: 40px
}

#navigation ul a:hover, #navigation ul .level2-active {
 background: #fecc00;
 font-weight: bold;
}

#navigation .level2-active {
 padding-left: 0px;
}

#navigation ul li {
 border-bottom: 1px solid #05294d; 
 margin-left:13px;
}

.level2-active {
 border-bottom: 1px solid #05294d; 
}

#navigation ul.level3 {
 margin-bottom: 0px;
 width: 177px;
 margin-left:13px;
 _margin-left:-15px;
}

#navigation ul.level3 li {
 margin-left:0px;
 background: white;
}

#navigation ul.level3 li a{
 padding-left:40px;
  font-weight: normal;

}

#navigation ul.level3 li a:hover{
 background:none;
 font-weight: bold;
}

#main {
 border-top: white solid 3px;
 width: 414px;
 padding: 40px;
 padding-top:30px;
 padding-right:105px;
 float:left;
 font-size:11px;
 line-height:18px;
 color: #848484;
 min-height: 400px;
 height:auto !important; /* IE 6 Min-Height hack */
 height:360px;
 letter-spacing: 0.5px;
}

#main h1 {
 color: #002961;
 font-size:22px;
 margin-bottom: 25px;
 line-height: 24px;
}

#main p {
 margin-bottom:15px;
}

#main strong, #main b {
 color: #002961;
 font-weight: bold;
 margin-top: 50px;

}

#main ul {
 margin-left:30px;
 list-style: disc;
 color: #555;
 font-weight: bold;
}

#main h2 {
 color: #002961;
 font-weight: bold;
 margin-bottom:10px;
}

#right {
 border-top: white solid 3px;
 width:190px;
 float:left;
 font-size: 11px;
 letter-spacing: 0.5px;
}

#right img {
 position: relative;
 margin-top: 50px; 		/* entfernen wenn shop btn aktiv is */
 margin-left: -50px;
 margin-bottom: 50px;
}

#right ul {
 float:right;
 width:130px;
 list-style:none;
 margin-bottom:50px;
 background: url(../img/shop_btn.png) no-repeat top;

 /*background:#05294d;
 -moz-border-radius-bottomleft: 15px;
 -webkit-border-bottom-left-radius: 15px;*/
}

*html #right ul{
 margin-left: 205px;
}

#right ul a {
 text-decoration: none;
 color: white;
 line-height:25px;
 padding-left:50px;
 font-size: 14px;
 display:block;
 height:25px;
 text-shadow: black 1px 1px 0px;
 font-family:arial;
}

#right ul a:hover {
 background: url(../img/shop_btn.png) no-repeat bottom;
 color: #05294d;
 text-shadow: none;
 font-weight: bold;
 font-family:arial;
 letter-spacing: 0px;

 /*-moz-border-radius-bottomleft: 15px;
 -webkit-border-bottom-left-radius: 15px;*/
}

/*
#right ul li {
 border-bottom: 1px solid #05294d; 
}
*/

/* FOOTER */


#footer {
 background-color: white;
 border-top: 1px solid #00305d;
 margin-top:0px;
 padding-top:5px;
 width:940px;
 height: 20px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom: 40px;
 text-align: left;
}

#footer ul {
 margin-left:230px;
 float:left;
  display:inline; /* fix f?r IE 6 double margin float bug */
}

#footer li {
 list-style:none;
 margin-right:30px;
 float:left;
}

#footer li a{
 font-size:11px;
 list-style:none;
 float:left;
 text-decoration:none;
 color: #05294d;
  letter-spacing: 0.5px;
}

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

#footer span {
 font-size:11px;
 float:right;
 margin-right: 10px;
 color: #848484;
 letter-spacing: 0.5px;
}

#anfahrt {
 position:absolute;
 margin-top:-115px;
 width:160px;
 _width:180px;
 padding-left:25px;
 color: #00306d;
 font-size: 10px;
 line-height: 13px;
 _margin-top:-115px;  /* IE 6 underline hack fix */
 _margin-left:-595px;
}

#anfahrt h2 {
font-weight: bold;
 font-size: 10px;
 margin-bottom: 5px;
 letter-spacing: 1px;
}

#anfahrt p {
 letter-spacing: 0.5px;
}

#anfahrt a {
 text-decoration:none;
 color: #00306d;
}

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

.list, .item {
 font-size: 15px;
 list-style: none;
 padding-bottom:7px;
}

.list a:hover, .item a:hover {
 text-decoration: underline;
}

#main .deep1 a{
 list-style: none;
 padding-left:20px;
 font-size:11px;
 font-weight: bold;
}

#main .deep2 a{
 list-style: none;
 padding-left:40px;
 font-size:11px;
 color: #969696;
 font-weight: normal;
}





/*----------------------------------------------------------------------------------------------------*/

/* ZUSATZ */
/*----------------------------------------------------------------------------------------------------*/



/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color:#000000;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}





/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #dcddde url(test.jpg) no-repeat top center;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.csc-mailform-submit {
	cursor: pointer;
}

/*******************************************
* Styles f?r Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox in.tx-indexedsearch-searchbox-button { width:50px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

/* SUCHERGEBNISSE */

legend {
 color: #002961;
 font-size:22px;
 margin-bottom: 25px;
 font-weight: bold;
}

.tx-indexedsearch-sw, .tx-indexedsearch-redMarkup, .csc-sword {
 color: #002961;
 font-weight: bold;
 background:none;
 border:none;
 font-family:arial;
}
.tx-indexedsearch-info info info-tmpl-css {
 visibility: hidden;
}

.tx-indexedsearch a{
 color: #002961;
 text-decoration: none;
}

.tx-indexedsearch a:hover{
 text-decoration: underline;
}

.browsebox li {
 float:left;
 margin-right:10px;
 list-style: none;
 margin-bottom:30px;
}

.browsebox li_last-child {
 clear:both;
}

.tx-indexedsearch h3 {
 clear:left;
 border-bottom: 1px solid #002961;
}

#tx-indexedsearch-searchbox-sword {
 width: 100%;
}



/* Formular */
fieldset.csc-mailform {
border:0;
}


.csc-mailform-label {font-size:13px; margin-bottom:20px; font-weight:bold; color:#11264a;}



.stern				{font-size:15px; font-weight:bold; color:#11264a;}

fieldset.csc-mailform label {
width: 400px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}


fieldset.csc-mailform input,
fieldset.csc-mailform textarea {
margin-bottom: 10px;
font-size:10px;
font-family: Verdana, Helvetica, sans-serif;
border:1px solid #ccc;
padding:2px;
width: 400px;
}

.csc-mailform input {
height: 30px;
}

.csc-mailform textarea {
height: 200px;
}

#mailformformtype_mail {
	width: 100px;
}

#mailformformtype_mail:hover {
	background: #DADADC;
	color: #333;
}

fieldset.csc-mailform fieldset input {
float:none;
display:inline;
width:50px;
text-align:left;
border:0px

}

fieldset.csc-mailform fieldset label{
display:inline;
float:none;
text-align:left;
width:300px;
margin:10px 0;

}
fieldset.csc-mailform fieldset {
border:0;

}

fieldset.csc-mailform fieldset legend {
 display:none;
}

fieldset.csc-mailform select {
 width:220px;
 margin:2px 0;
}
fieldset.csc-mailform option {
padding:0 5px;
}

/* Bildunterschrift */
.csc-textpic dt {
 padding-bottom:30px;
}

#right .csc-textpic-caption {
 position:relative;
 margin-top: -40px;
}

#right b, #right strong {
 color: #002961;
 font-weight: bold;
}

.currentTextHolder {
 color:white;
}

.pp_description {
 color:white;
}

