body
{
	font-family: 'Raleway', sans-serif, Arial, Helvetica, Verdana, Garamond;
	font-weight: 200;
	color: #ddd;
	font-size: 18px	;
}

A:link       { text-decoration: none;color: #fff;}
A:visited    { text-decoration: none;color: #fff;}
A:active     { text-decoration: none;color: #fff;}
A:hover   	 { text-decoration: none;color: #fff;}

.div_nav A:link       { text-decoration: none;color: #fff;}
.div_nav A:visited    { text-decoration: none;color: #fff;}
.div_nav A:active     { text-decoration: none;color: #fff;}
.div_nav A:hover   	  { text-decoration: none;color: #fff;}

.div_header A:link       { text-decoration: none;color: #fff;}
.div_header A:visited    { text-decoration: none;color: #fff;}
.div_header A:active     { text-decoration: none;color: #fff;}
.div_header A:hover   	  { text-decoration: none;color: #fff;}

.div_footer A:link       { text-decoration: none;color: #fff;}
.div_footer A:visited    { text-decoration: none;color: #fff;}
.div_footer A:active     { text-decoration: none;color: #fff;}
.div_footer A:hover   	 { text-decoration: none;color: #fff;}

.div_content A:link       { text-decoration: none;color: #209CAD;}
.div_content A:visited    { text-decoration: none;color: #209CAD;}
.div_content A:active     { text-decoration: none;color: #209CAD;}
.div_content A:hover   	  { text-decoration: none;color: #209CAD;}

.div_footer_trawenski A:link       { text-decoration: none;color: #209CAD;}
.div_footer_trawenski A:visited    { text-decoration: none;color: #209CAD;}
.div_footer_trawenski A:active     { text-decoration: none;color: #209CAD;}
.div_footer_trawenski A:hover   	  { text-decoration: none;color: #209CAD;}

.div_content img[border="1"] {
   margin: 0px;
   padding: 6px;
   border: 1px solid #888;
   background-color: none;
}

table {
	border-collapse:collapse;
	empty-cells:show;
}

td, input, textarea, select {
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif, Arial, Helvetica, Verdana, Garamond;
	font-weight: 200;
}

ul {
	margin-top: 0px;
}

li {
	margin-top: 5px;
}

fieldset {
	font-size: 18px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

fieldset legend {
	font-size: 18px;
	font-weight: 300;
	padding-left: 4px;
	padding-right: 4px;
}

hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #ccc;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 200;
}

h1 {
	font-size: 2.3em;
	text-transform: uppercase;
	color: #209CAD;
}

h2 {
	font-size: 1.4em;
	color: #F5683C;
	/* text-transform: uppercase; */
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.bg_main_noframe {
	background: #fff url('../media/basic/bg_main.jpg') repeat top left;
	text-align:center;
	margin:0px;
	padding: 0px;
}

.div_aussen {
	/* height: 200px; */
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background: none;
}

.div_center {
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

.div_header {
	height: 558px;
  margin: 0px;
  padding: 0px;
  background: url("../media/basic/bg_header.jpg") no-repeat left top;

}

.header_logo {
	position: relative;
	left: 14px;
	top: 11px;
	float: left;
}

.div_nav {
	position: relative;
	left: 205px;
	top: 60px;
	width: 400px;
	height: 300px;
	float: left;
}

.nav {
	padding: 8px 15px;
	text-align: right;
	float: right;
	clear: both;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  */
}

.nav:hover {
	/*
	filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity: 1;
  */
  color: #000;
}

.nav1 {
	background: #188082;
}

.nav2 {
	background: #209CAD;
}

.nav3 {
	background: #A1D1BA;
}

.nav4 {
	background: #F5683C;
}

.nav5 {
	background: #8C2C35;
}

.nav6	 {
	background: #276D6C;
}


.box_first, .box {
 width: 215px;
 float: left;
 padding: 10px;
 color: #333;

}

.box_first h3, .box h3 {
	font-weight: 600;
}

.box {
  margin-left: 20px;
}

.boxlink {
	text-align: center;
	color: #333 !important;
}

.boxlink A:link       { text-decoration: none;color: #333; font-weight: 400; font-style: italic	}
.boxlink A:visited    { text-decoration: none;color: #333;}
.boxlink A:active     { text-decoration: none;color: #333;}
.boxlink A:hover   	  { text-decoration: none;color: #333;}

.div_slogan {
	position: relative;
	left: 0px;
	top: 218px;
	width: 1000px;
	height: 20px;
	background: black;
	float: left;
	font-weight: 400;
	font-size: 19px;
	color: #209CAD;
	text-align: center;
	padding: 10px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.div_content {
  margin: 0px;
  padding: 20px 0px	;
  text-align: left;
}


.div_footer {
	height: 260px;
  margin: 0px;
  padding: 0px;
  color: white;
  background: url("../media/basic/bg_footer.jpg") no-repeat left top;

}

.div_footer_oben {
	width: 420px;
	height: 190px;
	position:relative;
	left: 570px;
	top: 45px;
	background: none;
	padding: 0px;
}

.footer1 {
	font-weight: 600;
	font-size: 22px;
}

.footer2 {
	font-family:  Arial, Helvetica, Verdana, Garamond;
	font-weight: 800;
	font-size: 51px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;

}

.footer3 {
	font-weight: 600;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
}

.div_footer_unten {
	font-weight: 200;
	font-size: 19px;
	color: #ccc;
	text-align: center;
	margin-top: 38px;
}

.div_footer_trawenski {
	font-weight: 200;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	margin-top: 10px;
	height: 21px;
}

.aponeo-link {
	position: relative;
	left: 10px;
	bottom: 63px;
}

.aponeo-image {
	width: 65px;
}
