/* CSS Document */

html{
	height: 101%;
}

.clearBoth{
	clear: both;
}

body{
	background-color: #cccccc;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

#base{
	background-image: url(../images/base_background.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 700px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

	#easyWhiteboard{
		position: absolute;
		margin: 0 0 0 735px;
	}

 	#flagButton{
 		position:absolute;
		margin-left: 575px;
		margin-top: 55px;
	}
	
	#slogan{
	 	position:absolute;
		margin-left: 225px;
		margin-top: 115px;
		width: 710px;
		text-align: right;
	}
	
		#slogan h1{
			color: #B2B8B4;
			color: #0F4B7C;
			font-size: 1.4em;
			padding: 0px;
			margin: 0px;
		}

	a:link, a:visited, a:active{
		color: #0F4B7C; 
		text-decoration: underline;
	}
	
	a:hover{
		color: #0F4B7C;
		text-decoration: none;
	}
	
	#left{
		float: left;
		width: 170px;		
		padding: 95px 0px 0px 14px;
	}
		
		#left h3{
			color: #0F4B7C;
			font-size: 1.1em;
			margin: 0px;
			padding: 0px;
		}
	
	#right{
		float: right;
		width: 760px;
		padding: 20px 0px 0px 0px;
	}
				
		#contentBox{
			margin: 0px;
			padding: 20px 0px 0px 0px;
		}
			#contentHead{
				background-image:url(../images/content_background_head.png);
				background-repeat: no-repeat;
				height: 24px;
			}
			
			#contentBody{
				background-image:url(../images/content_background_body.png);
				background-repeat:repeat-y;
				padding: 0px 23px 0px 23px;
			}
			
				#contentBodyHeadline{
					height: 52px;
				}
	
				#contentBody h1{
					font-size: 1.3em;
					color: #0F4B7C;
					margin: 0px;
					padding: 0px 0px 20px 0px;
				}			
				

				#contentBody h2{
					font-size: 1.2em;
					color: #0F4B7C;
					margin: 0px;
					padding: 0px 0px 5px 0px;
				}
                
                #contentBody p{
                    padding: 5px 0 5px 0;
                    margin: 0;
                }
				
				#contentBody h3{
					font-size: 1.1em;
					color: #0F4B7C;
					margin: 0px;
					padding: 0px 0px 35px 0px;
				}				
			
				#news{
					position: absolute;
					margin-left: 430px;
					margin-top: 17px;
				}	
		
				#content{
					border: solid 1px #c9c9c9;
					background-color: #ffffff;					
					padding: 20px 10px 10px 10px;
					font-size: 0.9em;
					min-height: 250px;
					height: auto !important;
					height: 250px;					
				}
				
				#contentNews{
					border: solid 1px #c9c9c9;
					background-color: #ffffff;
					padding: 20px 180px 10px 10px;
					font-size: 0.9em;
					min-height: 350px;
					height: auto !important;
					height: 350px;					
				}				

				#content h3, #contentNews h3{
					 padding: 7px 0px 7px 0px;
					 margin: 0px;
					 color: #0F4B7C;
					 font-size: 1.2em;
				}	
				
				#content li, #contentNews li{
					list-style-image: url(../images/li.gif);
				}
			
			#contentBottom{
				background-image:url(../images/content_background_bottom.png);
				background-repeat:no-repeat;
				height: 22px;
			}
			
#newsPages{
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

	#newsPages a:link, #newsPages a:visited, #newsPages a:active{
		color: #0F4B7C;
		border: 1px #0F4B7C solid;
		padding: 2px;
		margin-right: 3px;
		text-decoration: none;
	}
	
	#newsPages a:hover,
	#newsPages a:link.a, #newsPages a:visited.a, #newsPages a:active.a{
		color: #ffffff;
		border: 1px #0F4B7C solid;
		padding: 2px;
		margin-right: 3px;		
		background-color: #0F4B7C;
		text-decoration: none;
	}
							
#subMenu{
	position: absolute;
	margin: 29px 0px 0px 10px;	
	height: 24px;	
}		

ul.subMenu{
	padding: 0px;
	margin: 0px;
	height: 20px;
}			

	ul.subMenu li{
		float: left;
		list-style: none;		
		min-width: 35px;
		width: auto !important;
		width: 35px;			
	}
		ul.subMenu li.d a:link, ul.subMenu li.d a:visited, ul.subMenu li.d a:active{
			display: block;
			background-image: url(../images/submenu.gif);
			background-repeat: no-repeat;
			padding: 2px 9px 2px 21px;
			margin: 0px 5px 0px 0px;
			color: #0f4b7c;
			font-weight: bold;
			height: 20px;
			text-decoration: none;
		}
			
		ul.subMenu li.dA a:link, ul.subMenu li.dA a:visited, ul.subMenu li.dA a:active{
			display: block;
			background-image: url(../images/submenu_a.gif);		
			background-repeat: no-repeat;
			padding: 2px 9px 0px 20px;
			margin: 0px 4px 0px 0px;
			background-color: #FFFFFF;
			border: solid 1px #c9c9c9;
			border-bottom-color: #FFFFFF;
			color: #0f4b7c;
			font-weight: bold;
			height: 20px;
			text-decoration: none;
		}
		
		ul.subMenu li.d a:hover, ul.subMenu li.dA a:hover, ul.subMenu li.o a{
			display: block;
			background-image: url(../images/submenu_o.gif);		
			background-repeat: no-repeat;		
			padding: 2px 9px 2px 21px;
			margin: 0px 5px 0px 0px;
			border-width: 0px;
			background-color: #0f4b7c;
			color: #ffffff;
			font-weight: bold;
			height: 20px;
			text-decoration: none;
		}			
		
	#subMenu ul.dropdown{
		position: absolute;
		display: none;
		margin: 0px;
		padding: 5px;
		background-color: #0f4b7c;
		margin: 23px 0px 0px 0px;
	}
	
	#subMenu ul.dropdown li{
		float: none;
		margin: 0px;
		padding: 0px;
	}
	
	#subMenu ul.dropdown li a{
		display: block;
		background-image: url(../images/submenu.gif);		
		background-repeat: no-repeat;		
		background-color: #fff;		
		margin: 0px;
		padding: 3px 0px 0px 20px;
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #9fb7cb;
		width: 200px;
		color: #0f4b7c;
	}
	
		#subMenu ul.dropdown li a:hover{
			background-image: url(../images/submenu_o.gif);		
			background-repeat: no-repeat;
			background-color: #9fb7cb;
			color: #fff;
		}		
		
		#subMenu ul.dropdown li.a a{
			background-image: url(../images/submenu_a.gif);		
			background-repeat: no-repeat;
			background-color: #9fb7cb;
			color: #0f4b7c;
		}
		
			
	#footer{
		text-align: right;
		font-size: 0.8em;
		height: 15px;		
		padding-right: 24px;
	}
		
		ul.footerMenu{
			padding: 0px;
			margin: 0px;
			float: right;
		}	
		
			ul.footerMenu li{
				float: left;
				list-style-type: none;
				margin-right: 10px;
			}
			
input, textarea{
	background-color: #e5e5e5;
	border: solid 1px #e5e5e5;
	width: 210px;
	color: #0f4b7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
}		

input.d, textarea.d{
	background-color: #e5e5e5;
	border-top: solid 1px #C9C9C9;
	border-left: solid 1px #C9C9C9;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;			
	width: 210px;
	color: #0f4b7c;
	font-size: 9pt;	
	padding: 2px;	
}	

input.o, textarea.o{
	background-color: #F5F5F5;
	border: solid 1px #e5e5e5;
	color: #0f4b7c;	
	font-size: 9pt;	
	padding: 2px;	
}

input.e, textarea.e{
	background-color: #F5F5F5;
	border: solid 1px #e5e5e5;
	border-bottom: solid 1px #e60000;
	color: #0f4b7c;	
	font-size: 9pt;	
	padding: 2px;	
}

input.button{
	background-color: #0f4b7c;
	border: solid 1px #0f4b7c;
	width: 100px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
}

.newsTeaser{
	background-color: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/news_background.png);
	background-repeat: repeat-x;
	border: 1px solid #eeeeee;
}

.newsTeaser:hover{
	background-color: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/news_background.png);
	background-repeat: repeat-x;
	border: 1px solid #c9c9c9;
}
	.newsTeaser h3, .newsTeaser:hover h3{
		 padding: 0px 0px 7px 0px;
		 margin: 0px;
		 color: #0F4B7C;
		 font-size: 1.2em;
	}

		.newsTeaser h3 a:link, .newsTeaser h3 a:visited, .newsTeaser h3 a:active, 
			.newsTeaser:hover h3 a:link, .newsTeaser:hover h3 a:visited, .newsTeaser:hover h3 a:active{
			color: #0F4B7C; 
			text-decoration: none;
		}
		
		.newsTeaser h3 a:hover, .newsTeaser:hover h3 a:hover{
			color: #0F4B7C;
			text-decoration: none;
		}

		.newsDescription a:link, .newsDescription a:visited, .newsDescription  a:active{
			color: #000000; 
			text-decoration: none;
		}
		
		.newsDescription a:hover{
			color: #000000;
			text-decoration: none;
		}
	
	
	.newsSpace{
		background-image: url(../images/news_space.gif);
		background-repeat: repeat-x;
	}
	
	.newsDatum{
		float: left;
		width: 200px;
		color: #999999;
		font-size: 0.9em;
	}
	
	.newsLink{
		float: right;
		text-align: right;
		width: 200px;
	}
	
#newsBox{
	position: absolute;
	width: 164px;
	margin-left: 595px;
	margin-top: 40px;
}	

	#newsBoxHead{
 		background-image: url(../images/news_box_head.png);
		background-repeat: no-repeat;
		width: 164px;
		height: 19px;
		padding: 10px 0px 0px 10px;
		color: #fff;
		font-weight: bold;
	}
	
	#newsBoxCenter{
		background-image: url(../images/news_box_center.png);
		background-repeat: repeat-x;
		width: 164px;
		background-color: #404040;
	}
	
	#newsBoxBottom{
		background-image: url(../images/news_box_bottom.png);
		background-repeat: no-repeat;
		width: 164px;
		height: 13px;
	}

#newsBoxContent{
	margin: 0px 10px;
	padding: 8px;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000;
	border: solid 1px #505050;
	min-height: 220px;
	height: auto !important;
	height: 220px;
}

	#newsBoxContent h2{
		color: #e46c0a;
		padding: 0px 0px 3px 0px;
		margin: 0px;
		font-size: 1.2em;
	}
	
		#newsBoxContent h2 a:link, #newsBoxContent h2 a:visited, #newsBoxContent h2 a:active{
			color: #e46c0a; 
			text-decoration: none;
		}
		
		#newsBoxContent h2 a:hover{
			color: #e46c0a;
			text-decoration: none;
		}	
		
	#newsBoxContent a:link, #newsBoxContent a:visited, #newsBoxContent	 a:active{
		color: #ffffff; 
		text-decoration: underline;
	}
	
	#newsBoxContent a:hover{
		color: #ffffff;
		text-decoration: none;
	}		
	
	#newsBoxContent .newsBoxShort a:link, #newsBoxContent .newsBoxShort a:visited, #newsBoxContent .newsBoxShort a:active{
		color: #ffffff; 
		text-decoration: none;
	}
	
	#newsBoxContent .newsBoxShort a:hover{
		color: #ffffff;
		text-decoration: none;
	}			
	
	.newsBoxSpace{
		background-image: url(../images/news_box_space.gif);
		background-repeat: repeat-x;
	}
	
/* Newsletter */

#nltb{
	
}

	#nltb h3, #nltbs h3{
		margin: 0;
		padding: 0 0 10px 0;
		color: #fff;
	}
	
.boxGreen a{
	color: #fff;
	text-decoration: underline;
}



.newsletterboxTop{
	background-image: url(../images/newsletterbox_top.gif);
	width: 260px;
	height: 10px;
}

#nltbs .newsletterboxTop{
	background-image: url(../images/newsletterbox_180_top.gif);	
	width: 180px;	
}

.newsletterboxContent{
	background-color: #0f4b7c;
	background-image:url(../images/newsletterbox_background.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
	width: 240px;
	min-height: 160px;
	height: auto !important;
	height: 160px;	
	color: #fff;
}

.newsletterboxContent p{
	padding: 0px 0px 20px 0px;
	margin: 0px;	
}

#nltbs .newsletterboxContent{
	background-image:url(../images/newsletterbox_180_background.gif);	
	width: 160px;	
}

.newsletterboxBottom{
	background-image: url(../images/newsletterbox_bottom.gif);
	width: 260px;
	height: 10px;
}

#nltbs .newsletterboxBottom{
	background-image: url(../images/newsletterbox_180_bottom.gif);	
	width: 180px;
}

#nltb form, #nltbs form{
	padding: 0px;
	margin: 0px;
}

#nltb input, #nltb select, #nltbs input, #nltbs select{
	background-color: #5781a4;
	border: solid 1px #0f4b7c;
	height: 18px;
	width: 150px;	
	padding: 4px 2px 0 2px;	
	margin: 2px 0;
	color: #fff;	
}

#nltb input.d, #nltbs input.d{
	background-color: #fff;
	color: #0f4b7c;
}

#nltb input.o, #nltbs input.o{
	border-color: #8aa7bf;
}

#nltb input.error, #nltb select.error, #nltbs input.error, #nltbs select.error{
	background-color: #e80000;
	border-color: #e80000;
	height: 18px;
	width: 150px;	
	padding: 4px 2px 0 2px;	
	margin: 2px 0;
	font-weight: normal;
	color: #fff;
}

#nltb select, #nltb select.error, #nltbs select, #nltbs select.error{
	height: 24px;	
	width: 156px;	
}

#nltb label, #nltbs label{
	width: 75px;
	height: 16px;
	margin: 2px 0;	
	display: block;
	float: left;
	padding: 4px 0;
	color: #fff;
	font-weight: bold;
}

#nltbs label{
 display: inline;
 float: none;
}

#nltb input.button, #nltbs input.button{
	background-color: #e46c0a;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border: 0px;
	width: 100px;
	height: auto;
}

#nltbAbmelden{
	padding: 5px 0px 0px 10px;
	margin: 0;
}

	#nltbAbmelden a{
		color: #4D4D4D;
	}
	
.newsletterClose{
	margin-top: 10px;	
	cursor: pointer;
}

#imgButtonNl{
	cursor: pointer;	
}

/* Preistabelle */
table.verlauf, table.shop{
	background-image: url(../images/table_background.gif);
	background-repeat: repeat-x;
}
	table.verlauf input{
		border: 0;
	}

tr.subh {
	background-color: #0F4B7C;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.contact td{
	padding: 0 0 0 3px;
}

table.verlauf tr.formTR:hover,
	table.contact tr.h:hover,
	table.contact td.h:hover{		
	background-color: #c6d4e0;
}

th{
	color: #0F4B7C;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px;
}

td.tableSpace{
	height: 8px;
}

table.verlauf td{
	padding: 5px 5px 5px 10px;
	border: 1px solid #787878;
	border-width: 0 0 1px 0;	
}

table.verlauf td.fstCol{
	border: 1px solid #787878;
	border-width: 0 1px 1px 0;
}

table.verlauf td.sndCol{
	border: 1px solid #787878;
	border-width: 0 1px 1px 0;
}

td.tableInput{
	width: 220px;
}

td.tableInput input{
	width: 220px;
}

td.tableInputCplRow{
	padding: 0px;
}

td.tableInputCplRow input{
	width: 596px;
	margin: 0px;
}

.verlaufTableF{
	border: 0px;
	background-color: #fff;
	
	width: 220px;
	height: 17px;
	margin: 0px;
}

input.verlaufTableFe{
	border: 0px;
	background-color: #e80000;
	color: #fff;
	
	width: 220px;
	height: 17px;
	margin: 0px;
}

td.e{
	border: #e80000 1px solid;
	border-width: 0 0 1px 0;
}

td.error{
	color: #e80000;
}

span.error{
	color: #e80000;
	font-weight: bold;
}

table.vDefault th{
	text-align: left;
	background-color: #0F4B7C;
	color: #fff;
	padding: 5px 10px;
}

table.vDefault tr:hover{
	background-color: #c6d4e0;
}