﻿@charset "utf-8";
body{
	font-family: "Century Gothic", Verdana, arial;
	font-size: 14px;
	color: #FFF;
	background-attachment: fixed;
	background-color: #8D9CA9;
	background-image: url(images/bg_streifen.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0px;
	margin: 0px;
}
#frame{
	position:absolute;
	top: 50%;
	height: 800px;
	margin-top: -400px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	overflow:hidden;
	}
#nav{
	position: absolute;
	height: 790px;
	top: 0px;
	width: 200px;
	border: 5px solid #FFF;
	background-image: url(images/bg_content.png),linear-gradient(#072137 0%, #33536f 100%);
}
#content{
	position: absolute;
	top: 50px;
	width: 640px;
	left: 220px;
	bottom: 0px;
	border: 5px solid #FFF;
	background-image: url(images/bg_content.png),linear-gradient(#072137 0%, #33536f 100%);
	padding: 10px;
	overflow-y: auto;
	background-repeat: repeat;
}
#content_start{
	position: absolute;
	top: 0px;
	width: 640px;
	left: 220px;
	bottom: 0px;
	border: 5px solid #FFF;
	background-image: url(images/bg_content.png),linear-gradient(#072137 0%, #33536f 100%);
	padding: 10px;
	overflow: hidden;
}
#top_pic{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 660px;
	height: 51px;
	z-index: 999;
	border: 5px solid #FFF;
	border-bottom: none !important;
	
}
	
#div_pdf_frame {
	position: absolute;
	left: 225px;
	right: 15px;
	top: 5px;
	bottom: 5px;
	visibility: hidden;
	z-index: 1000;
	overflow:hidden;
}
#humanpic{
	border: 1px #8D9CA9 solid;	
	border-radius: 5px;
	}
	
/* linker Navs-frame */
#menu{
	position: absolute;
	top: 50%;
	margin-top: -90px;
	height: 181px
	width: 100%;
	background: linear-gradient(#1a3b57 0%, #63819a 100%);
	color: #3D6176;
	}
a.menu{
	padding-top: 9px;
	padding-right: 60px;
	margin: 0px;
	width: 140px;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	}
a.menu:hover{
	cursor: pointer;
	color: #D0E3FF;
	background-position: 10px;
	}
.mini{
	text-decoration: none;
	font-size: 8px;
}
/* start */
#pic_start{
	position: absolute;
	top: 50%;
	margin-top: -91px;
	margin-left: -10px;
}
#head_start{
	position: absolute;
	margin-top: 30px;
	left: 30px;
	right: 30px;
	border: 0px solid #F00;
	}
#pos_start{
	position: absolute;
	top: 50%;
	margin-top: 120px;
	left: 30px;
	right: 30px;
	}
	
/* IDs */
#impressum{
	position: absolute;
	bottom: 5px;
	width: 95%;
	}
iframe{
	overflow:hidden;
	border-top:5px solid #FFF;
}
#menu_down_table{
	position: absolute; 
	width: 100%; 
	bottom:10px; 
	padding-left:10px; 
	padding-right:10px
}
/* Tags */
input, textarea{
	box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
	border-radius: 5px;
	border: none;
	width: 95%;
	padding: 5px;
	background:none;
	background-image: url(../images/transparent40proz.png);
	color: #FFF;
	}
	
a:link, a:visited, a:active, a:focus{
	color: #FFFFFF;
	}
a:hover{
	color: #D0E3FF;
	}
h1{
	font-size: 22px;
	}
h2{
	font-size: 18px;
	}
h3{
	font-size: 14px;
	font-weight: bold;	
	}
