/***********************************************/
/* Farbdefinitionen                            */
/* Hintergrund #FFFFFF                         */
/* etc.                                        */
/***********************************************/ 


/* <![CDATA[ */ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #000033;
	margin: 0;
	padding: 0;
	background: #E7E7E7;
	text-align: center;
}


/* Reihenfolge der Linkstyles so belassen fr IE, auch leeres a:link */
a {
	color: #00679D;
	text-decoration: none;
}

a:link {
}

a:visited{
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
}

h1 {
	color: #000033;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0.5em 0;
}

h2 {
	color: #999;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 0 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 3px 0;
}

h5 {
	color: #999;
	font-size: 0.95em;
	font-weight: bold;
	margin: 9px 0 0 0;
	text-transform: uppercase;
}

h6 {
	font-size: 0.98em;
	font-weight: normal;
	margin: 7px 0;
}

img {
	border: 0;
}

table {
	border: 0;
	margin-top: 10px;
}

/* Anfang Layout*/


#posLayout {
	width: 926px;
	border: 0;
	margin: auto;
	text-align: left;
	background: url(../grafik/layout/bg.gif) repeat-y;
}

#posLayoutHome {
	width: 924px;
	border: 0;
	margin: auto;
	text-align: left;
	background: #fff;
}

#bgWhite {
	border: 0;
	margin: auto;
	text-align: left;
	background:#fff;
	padding: 0.3em;
}

#header {
	width: 926px;
	background-image: url(../grafik/layout/head.jpg);
	background-repeat: no-repeat;
	height: 232px;
}

/* Flashbanner über Headergrafik*/
#flashbanner {
	clear:both;
	width: 926px;
	height:auto;
}


/* Anfang Navigation */
#sekNav {
	text-align: right;
	margin: 0 3px 3px 0;
	float: left;
	height:40px; /* eingefügt für Flash-Banner*/
}

#sekNav ul {
	margin: 0;
	padding: 0;
}

#sekNav li {
	display: inline; /* damit liegen die Menuelemente nebeneinander */
	list-style-type: none;
}

#sekNav a {
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #000033;
	text-transform: uppercase;
}

#sekNav a:link {
}

#sekNav a:hover, #line a:active, #line a.selected {
	text-decoration: underline;
}


#logo {
	margin: 5px 20px 0 0;
	float: right;
}

#slogan {
	padding: 40px 0 0 300px;
	height: 30px;
	clear: right;
	color: #FFF;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}
/* Anfang dynamisches Men*/

#nav {
	width: 925px; 
	background: #fff url(../grafik/layout/menuBG.jpg) no-repeat;
	height: 37px;
} 

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
}


* html #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav a {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 0 10px;
	text-transform: uppercase;
	height: 24px;
	line-height: 1.5em;
}

#nav a:link {
}

#nav a:hover, #nav a:active, #nav a.selected {
	background: url(../grafik/layout/menuAktiv.jpg) repeat-x;
	display: block;
}


#nav li { /* all list items */
	float: left;
	/*width: 100%;  width needed or else Opera goes nuts */
}


*html #nav li { /* all list items */
	width:1%;
	white-space:nowrap;
}

#nav li ul {
	position: absolute;
	text-transform: uppercase;
	left: -999em;
	font-size: 0.88em;
	background: #00679D;
	width: 14em;
	margin-left: 15px;
}

#nav li ul li{
	display: block;
	border-bottom: 1px solid #FFF;
	width: 14em;
	line-height: normal;
}

#nav li ul a {
	text-decoration: none;
	padding: 1px 5px 2px 3px;
	height: 16px;
}

#nav li ul a:hover, #navDynMenue li ul a:active {
	color: #FFF;
	background: #ff9933;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* Ende Navigation */

/*Anfang Spalten */
#left {
	width: 190px;
	float: left;
	padding: 0 0 0 5px;
	margin: 0 20px 0 5px;
	font-size: 0.84em;
}


#left img {
	padding-top: 5px;
	float: left;
}

#left br {
	clear: left;
}

#left span {
	padding-left: 5px;
	line-height: 2em;
}

#left ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;	
}

#left li {
	padding: 1px 0 2px 14px;
	background: url(../grafik/layout/list.gif) no-repeat 1px 7px;
}

#left li a {
	text-transform: uppercase;
	font-size: 0.9em;
}

#left a {
	text-decoration: none;
}

#left a:link {
}

#left a:hover, #left a:active {
	text-decoration: underline;
}

#left a.selected {
	font-weight: bold;
}

#left div {
	padding-top: 5px;
}

#content {
	width: 460px;
	float: left;
	margin: 0 10px 0 20px;
}

#contentHome {
	width: 870px;
	margin: 0 10px 0 20px;
	border: solid 1px #000
}

#content ul {
	list-style: none;
	margin: 0.3em 0 1em 0;
	padding-left: 0;
}

#content ul h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 !important;
}

#content ul p {
	margin: 0 !important;
	padding: 0 0 1em 0 !important;
}

#content ul li {
	padding: 3px 0 10px 16px;
	background: url(../grafik/layout/list.gif) no-repeat 3px 9px;
}

#content ul ul {
	list-style: none;
	margin: 3px 0 7px 3px;
	padding-left: 0;
}

#content ul ul li {
	padding: 3px 0 5px 16px;
	background: url(../grafik/layout/list02.gif) no-repeat 3px 9px !important;
}

#content ul ul ul {
	list-style: none;
	margin: 3px 0 7px 3px;
	padding-left: 0;
}

#content ul ul ul li {
	padding: 3px 0 5px 16px;
}

#content ol {
	margin: 12px 0;
	padding-left: 1.8em;
}

#content ol li {
	padding: 5px 0 10px 6px;
}

#content ol h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 0 3px 0 !important;
}

#content p {
	padding: 0.1em 0 1em 0;
	margin: 0;
}

#pfad {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#pfad a {
	text-decoration: none;
	color: #000033;
}

#pfad a:link {
}

#pfad a:hover, #pfad a:active {
	text-decoration: underline;
}

#toolbar {
	font-size: 0.8em;
	margin-top: 2.5em;
	width: 460px;
	padding-top: 7px;
	border-top: 1px solid #E7E7E7;
	clear: both;
}

#toolbar a {
	padding-left: 10px;
}

#toolbar a:link {
}

#toolbar a:hover, #toolbar a:active {
}

#function {
	float: left;
}

#top {
	float: right;
}

#right {
	width: 190px;
	float: left;
	margin-left: 15px;
	font-size: 0.85em;
	line-height: normal;
}

#right div {
	background: url(../grafik/layout/bgRight.gif) no-repeat right bottom;
	border-bottom: 1px solid #009FAA;
	padding: 5px 0px 20px;
}

#right a {
	text-decoration: none;
	color: #00679D;
}

#right a:link {
}

#right a:hover, #right a:active {
	text-decoration: underline;
}

#right div img{
	float: left;
	padding: 10px 14px 0 0;
}

/*Ende Spalten */


#footer {
	clear: left;
	width: 920px;
	background: #E7E7E7 url(../grafik/layout/bgFooter.gif) no-repeat;
	text-align: right;
	font-size: 0.76em;
	color: #666;
	padding: 32px 60px 20px 0;
}

#footer a {
	text-decoration: none;
	color: #666;
	padding: 0 7px;
}

#footer a:link {
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* Ende Layout*/

/***********************************************/
/* Anfang Kontaktformular                      */
/***********************************************/ 

#content form {
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 0.9em;
	background: #E8F0F4;
	border-bottom: 1px solid #00679D;
	line-height: 1.2em;
}

#content form label {
	width: 100px;
	display: block;
	float: left;
}

.labelOrt {
	width: 30px !important;
	display: block;
	float: left;
	padding-left: 12px;
}

.labelCheckbox{
	width: 195px !important;
}

.labelSonstiges{
	width: 90px !important;
	font-weight: normal !important;
}

#content form p {
	clear: both;
	margin: 0 !important;
	padding: 4px 0 !important;
}

#content input {
	margin: 0 5px 5px 0;
	padding: 0 0 0 2px;
	width: 320px;
	height: 16px;
	float: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #ccc;
}

.inputPLZ {
	margin: 0 30px 5px 0;
	padding: 0 0 0 2px;
	width: 70px !important;
	height: 16px;
	border: 1px solid #999;
	float: left;
}

.inputORT {
	margin: 0 30px 5px 0;
	padding: 0 0 0 2px;
	width: 199px !important;
	height: 16px;
	border: 1px solid #999;
	float: left;
}

.inputCheckbox{
	margin: 0 5px 5px 0;
	padding: 0 0 0 2px;
	width: 16px !important;
	height: 16px;
	float: left;
	border: 0 !important;
}

#content textarea {
	margin: 0 0 5px 0;
	padding: 0 0 0 2px;
	width: 320px;
	height: 50px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #ccc;
}

.button {
	height: 20px !important;
	width: 90px !important;
	float: right !important;
	margin: 5px 70px 0 0 !important;
	background: #E1E1E1!important;
	border: 1px solid #666 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em !important;
}

#content form fieldset {
	border: 1px solid #00679D;
	margin: 0 0 10px 0;
	padding: 0 0 5px 5px;
	background: #fff;
}

#content form legend {
	padding: 0 4px 3px 4px;
	font-size: 1.05em;
	font-weight: bold;
	text-transform: uppercase;
	color: #00679D;
	margin-top: 5px;
}

/***********************************************/
/* Ende Kontaktformular                        */
/***********************************************/ 

/***********************************************/
/* Anfang Suche                                */
/***********************************************/ 

.feldSuche {
	padding: 0 0 0 2px;
	width: 160px !important;
	height: 18px !important;
	border: 1px solid #999 !important;
	margin-bottom: 18px;
}

.selectSuche {
	width: 160px !important;
	margin-bottom: 18px;
}

.buttonSuche {
	height: 20px !important;
	width: 60px !important;
	margin: 18px 0 !important;
	background: #E1E1E1!important;
	border: 1px solid #666 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em !important;
}

.SucheBG {
	background-color: #fff !important;
	border: 0 !important;
	padding:0 !important;
	font-size: 1em !important;
}

.SucheBG label {
	font-size: 0.8em;
	float: none !important;
	padding: 3px  0 3px 2px !important;
	font-weight: bold;
}

.suchErgebnis {
	text-indent: 1.4em;
}

/***********************************************/
/* Ende Suche                                  */
/***********************************************/ 



/***********************************************/
/* Anfang Sitemap                      */
/***********************************************/ 

#sitemap {
	float: left;
}

#sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
}

#sitemap li {
	margin: 0 0 1.2em 0;
}

#sitemap a {
	padding: 0 0.4em 0 0.2em;
}

/***********************************************/
/* Ende Sitemap                      */
/***********************************************/ 


/***********************************************/
/* Anfang Amazon                      */
/***********************************************/ 

#amazon {
}

#amazon input {
	width: 110px;
	height: 16px;
	float: left;
	padding-left: 2px;
	margin: 4px 7px 7px 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #ccc;
}

#amazon img {
	clear: left;
}

.los {
	width: 25px !important;
	height: 18px !important;
	border: 0 !important;
}

/***********************************************/
/* Ende Sitemap                      */
/***********************************************/ 


/***********************************************/
/* Anfang Referenzen                      */
/***********************************************/ 

.grey {
	background: #E7E7E7;
}

.grey td {
	background: #E7E7E7;
	border-bottom: 1px solid #FFFFFF;
}

.webCase {
	width: 100px;
}


/***********************************************/
/* Ende Referenzen                      */
/***********************************************/ 


/***********************************************/
/* Anfang Anfahrt                     */
/***********************************************/ 

.right {
	float: right;
	margin-left: 10px;
	padding-left: 2px;
	width: 180px;
	border: 1px solid #CCCCCC;
	background: #E7E7E7;
	font-size: 0.85em;
}

.rightAnfahrt {
	float: right;
	margin: 20px 0 5px 15px;
	padding-left: 2px;
	width: 220px;
	font-size: 0.85em;
}

.rightAnfahrt p {
	text-align:center;
}

.rightAnfahrtPicture {
	float: right;
	margin: 0 0 7px 5px;
	padding-left: 2px;
	width: 100px;
}

.inputRoutenplaner {
	width: 150px !important;
	clear: both !important;
}

.formRoutenplaner {
	width: 200px !important;
	border: 0 !important;
	background: #fff !important;
}

.buttonRoutenplaner {
	width: 49px !important;
	height: 23px !important;
	border: 0 !important;
}

#navAnfahrt {
	width: 519px;
	font-size: 0.85em;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 15px;
}

#navAnfahrt img {
	border-right: 5px solid #E7E7E7;
}

#navAnfahrt ul {
	margin: 0;
	padding: 0;
}

#navAnfahrt li {
	display: inline; /* damit liegen die Menuelemente nebeneinander */
	list-style-type: none;
	padding: 0 40px;
	border-right: 1px solid #999;
}

/***********************************************/
/* Ende Anfahrt                     */
/***********************************************/ 

/***********************************************/
/* Sonderstile                               */
/***********************************************/ 

.stern {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6600;
	padding: 0;
	margin: 0;
}

.aktuellDate {
	padding-right: 1em;
}

.aktuellAutor {
	font-size: 0.85em;
}

.aktuellKurztext {
	padding-bottom: 15px;
}

.klein {
	font-size: 0.9em;
}

.back {
	font-size: 0.9em;
	background: url(../grafik/layout/back.gif) no-repeat 0 7px;
	text-indent: 1.5em;
	padding-top: 0.5em;
}

.vor {
	background: url(../grafik/layout/vor.gif) no-repeat 0 7px;
	text-indent: 1.5em;
	margin: 0.2em 0 0.4em 0!important;
}

.space {
	padding: 15px 0 20px 20px;
}

.imgFloatLeft {
	float: left;
	padding: 5px 7px 5px 0;
	font-size: 0.8em;
}

.imgFloatRight {
	float: right;
	padding: 5px 20px 5px 0;
	font-size: 0.8em;
}

.pdf {
	padding: 7px 0 0 0;
	text-indent: 2em;
	background: url(../grafik/layout/pdf.gif) no-repeat 2px 5px;
	margin-bottom: 15px;
	display: block;
}

.attention {
	padding: 7px 0;
	text-indent: 1.6em;
	background: url(../grafik/layout/attention.gif) no-repeat 2px 5px;
}

.attentionBG {
	border: 1px dashed #999;
	background-image: url(../grafik/layout/list.gif) no-repeat 3px 9px;
	background-color: #E7E7E7 !important;
	padding-bottom: 0 !important;
	margin: 0.5em 0 !important;
}

.video {
	padding: 7px 0;
	text-indent: 1.6em;
	background: url(../grafik/layout/television.gif) no-repeat 2px 5px;
}

.list {
	padding: 7px 0 7px 16px;
	background: url(../grafik/layout/list.gif) no-repeat 2px 13px;
	border-bottom: 1px solid #FFFFFF;
}

.block {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #00679D;
	padding-bottom: 25px;
}

.divLeft {
	float: left;
	margin-right: 15px;
}

#honeyMail{
	display: none;
}

/***********************************************/
/* Newsletter                                  */
/***********************************************/ 
#subscribeForm .nl_cb_rb, #unsubscribeForm .nl_cb_rb{
	width: 1em;
	border: none;
	margin-right: 0.6em;
}

#subscribeForm .labeltext, #unsubscribeForm .labeltext {
	display:inline !important;
	width: 90%;
}


#subscribeForm .button, #unsubscribeForm .button {
	height: 20px !important;
	width: 90px !important;
	float: right !important;
	margin: 0 2em 0 0 !important;
	background: #E1E1E1!important;
	border: 1px solid #666 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em !important;
}

/***********************************************/
/* Navigation blockieren                       */
/***********************************************/ 
#blockNavi {
	position:absolute;
	width:916px;
	margin-left:-463px;
	height:auto;
	top:230px;
	left:50%;
	background-color:#FFFFFF;
	text-align:left;
	border: 5px solid #AADD00;
	color:#072C50;
}

#blockNavi p {
	font-size:120%;
	padding:10px;
	height:100%;
}

#blockNavi a {
	font-weight:bold;
	color:#072C50;	
	padding:0;
	margin:0;
}

