/* Style sheet copthorne */
body{
	margin:0;
	background-color:#FFF;
	background-image: url(../_standards/mainBG.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004d74;
	line-height:20px;
	}


	


.ul_div{
	width:211px;
	margin-top:2px;
	padding-top:5px;
	border-top:1px dotted #bfbfbf;
	list-style-type:square;
	list-style-position:inside;
	text-indent:0px;
	}

.ul_sonst{
	margin-top:2px;
	padding-top:5px;
	list-style-type:square;
	list-style-position:inside;
	text-indent:0px;
	}

	.wrapper{
		width:920px;
		margin:0 auto;
		-moz-box-shadow: 0px 0px 3px 4px #001e34;
		-webkit-box-shadow: 0px 0px 3px 4px #001e34;
		box-shadow: 0px 0px 3px 4px #001e34;

		}

		.header{
			width:920px;
			height:150px;
			background-image:url(../_standards/header.png);
			background-repeat:no-repeat;
			background-color:#FFF;
			position:relative;
			overflow:hidden;
			float:left;
			margin:0 auto;
			
			}
			
			.overlay_pic{
				position:absolute;
				right:20px;
				top:100px;
				float:left;
				width:362px;
				height:309px;
				z-index:1000;
			}
			

				.content{
					width:920px;
					left:0px;
					position:relative;
					overflow:hidden;
					background-color:#fff;
					}
				
					.content h1{
						font-weight:bold;
						font-size:17px;
						}
					
					.content h2{
						font-weight:bold;
						font-size:15px;
						}
					.content h3{
						font-weight:bold;
						font-size:13px;
						}
					.content ul {
						list-style-image:url(../_standards/list_Pfeil.png);
						vertical-align: middle;
						
					}
					
						
					
				
				.content_right a,a:link, a:active{
					font-weight:bold;
					text-decoration:underline;
					color:#004d74;
					}
				
				.content_right a:hover{
					color:#a12a2c;
					}
				
				.content_topillu{
					left:0px;
					top:0px;
					position:relative;
					border:0px;
					}
				
				#content_left{
					width:482px;
					left:20px;
					top:15px;
					position:relative;
					overflow:hidden;
					float:left;
					margin-bottom:80px;
					min-height:315px;
					}
					
				#content_left a,a:link, a:active{
					font-weight:bold;
					text-decoration:underline;
					color:#004d74;
					font-size:12px;
					line-height:18px;
					
					}
				
				#content_left a:hover{
					color:#8297b1;
					}
					
				
				
				#content_right{
					width:360px;
					left:50px;
					top:20px;
					position:relative;
					overflow:hidden;
					padding-left:10px;
					/*border-right:0px solid #959595;
					border-left:1px solid #959595;
					min-height:250px;*/
					margin-bottom:35px;
					}
					
					#content_right a,a:link, a:active{
					font-weight:bold;
					text-decoration:underline;
					color:#004d74;
					font-size:12px;
					line-height:18px;
					
					}
				
				#content_right a:hover{
					color:#8297b1;
					}
				
				#content_right img {
					border:2px solid #004d74;
					border-radius: 6px;
				}
				
				#content_right .gglMap{
					border:2px solid #004d74;
					border-radius: 6px;
				}
				
				#content_right ul {
					list-style:square;
						
					}
					
				.hr {
					border-bottom: 0.02em solid #004d74;
				}
				
				
	.footer{
		width:920px;
		/*height:235px;*/
		height:150px;
		overflow:hidden;
		margin:0 auto;
		background-image: url(../_standards/footerBG.png);
		background-repeat: repeat-x;

		}

#cookie {
	padding: 1%;
	background: #0d2c42;
	color: #fff;
    outline: 0px solid #7b92a9; 
   text-align:left; 
   position:fixed;
	
   bottom:0px; 
   z-index:10000; 
   width:98%; 
   font-size:12px; 
   line-height:16px;
	
}
 
#cookieCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
	float: right;
   cursor:pointer;
   border-top:0px solid white; 
   border-left:0px solid white; 
   border-bottom:0px solid #7b92a9; 
   border-right:0px solid #7b92a9; 
   padding:4px;
   background: #ced6df;
}