* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
  overflow-y:scroll;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-color: #4A4949;
  font-size: 12px;
  color: white;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
  width:981px;
  margin: auto;
  background-image: url(images/bg_karte.gif);
  background-repeat: no-repeat;
  background-position: 0px 181px;
  min-height: 666px;
  height: auto !important;
  height: 666px;
}

#navigation {
	position:relative;
	top:30px;
	height:94px;
	margin-left:33px;
}

#language {
	position:absolute;
	top:13px;
	left:790px;
}

#subnav {
	position:relative;
	top:0px;
	height:87px;
	background-image: url(images/subnav_bg.gif);
   background-repeat: no-repeat;
	background-position:center bottom;
}

.subnavpoints {
	position:absolute;
	top:20px;
	left:60px;
	width:598px;
	height:50px;
	line-height:25px;
}

.ab_subnav {
	color:#333333;
	padding-left:15px;
	padding-right:15px;
}

.slogan {
	position:absolute;
	top:28px;
	left:60px;
	width:270px;
	height:30px;
}

#logo {
	position:absolute;
	top:0px;
	left:750px;
	height:99px;
	width:180px;
	background-image: url(images/logo_bg.jpg);
   background-repeat: no-repeat;
	z-index:3;
}

#container {
	position:relative;
	margin-top:25px;
}

#content_start {
	min-height: 354px;
   height: auto !important;
   height: 354px;
}

#topheadline {
	position: absolute;
	top:0px;
	left:0px;
}

#flash {
	position: absolute;
	top:0px;
	left:34px;
}

#startflash {
  width: 572px;
  height: 339px;
  background-image: url(images/noflash.jpg);
}

#starttext {
	position: absolute;
	top:127px;
	left:635px;
	height:210px;
	width:290px;
	background-image: url(images/start_1.gif);
   background-repeat: no-repeat;
	padding-left:50px;
}

#img_con_left {
	position:absolute;
	top:0px;
	left:0px;
	width:342px;
	height:20px;
}

.img_left {
	position:relative;
	left:34px;
	width:306px;
	height: 322px;
	border:1px solid #C6C6C6;
	background-color:#4A4A4A;
}

.img_left img {
	margin:2px;
}

#subheadline {
	position:relative;
	text-align:right;
}

.content {
	position:relative;
	left:365px;
	width:574px;
	border:1px solid #C6C6C6;
	min-height: 312px;
   height: auto !important;
   height: 312px;
	background-color:#2E2D2D;
	padding:20px;
}

.bg_karte_con {
	background-image: url(images/bg_karte_con.gif);
   background-repeat: no-repeat;
}


#footer {
  position: relative;
  width: 981px;
  height: 70px;
  text-align:center;
  margin-top:20px;
}

#footer_left {
	position:absolute;
	top:0px;
	left:0px;
}

#footer_right {
	position:absolute;
	top:0px;
	left:140px;
	width:840px;
	color:#808080;
	text-align:right;
	line-height:18px;
	background-image: url(images/line_footer.gif);
   background-repeat: y-repeat;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:14px;
  color:#FFEA00;
  margin-top:0px;
  margin-bottom:0px;
}

h2 {
  font-weight: bold;
  font-size:14px;
  color:#2B3D4E;
  padding:0px;
  margin:0px;
}

/* links */
a,a:link,a:visited,a:active {
  font-style: normal;
  color: #808080;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-style: normal;
  color: #808080;
  text-decoration: none;
  font-weight:normal;
}

a.subnav:link,a.subnav:visited,a.subnav:active {
  text-decoration:none;
  color:#333333;
  text-decoration: none;
  font-weight:normal;
}

a.subnav:hover {
  text-decoration:none;
  color:#01588F;
  text-decoration: underline;
  font-weight:normal;
}

a.subnavactive:link,a.subnavactive:visited,a.subnavactive:active,a.subnavactive:hover {
  text-decoration:none;
  color:#01588F;
  text-decoration: underline;
  font-weight:normal;
}


a.blacklink2:link,a.blacklink2:visited,a.blacklink2:active {
  text-decoration:none;
  color:#808080;
  text-decoration: underline;
  font-weight : normal;
}


a.blacklink2:hover {
  text-decoration:none;
  color:#808080;
  text-decoration: none;
  font-weight : normal;
}

a.blacklink3:link,a.blacklink3:visited,a.blacklink3:active {
  text-decoration:none;
  color:#FFEA00;
  text-decoration: underline;
  font-weight : normal;
}


a.blacklink3:hover {
  text-decoration:none;
  color:#FFEA00;
  text-decoration: none;
  font-weight : normal;
}

input,textarea,select{
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}

ul {
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 8px;
}

li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:square;
}

.ref_abst {
	padding-top:8px;
	padding-bottom:8px;
}

hr {
	border:0px;
	background-color:#C6C6C6;
	height:1px;
}


