#page {
	position: relative;
	width: 730px;
	margin-left:auto; 
	margin-right:auto; 
	background-color: #ffffff;
}

#pageFooter {
	position: relative;
	top: 45px;
	height: 13px;
	width: 310px;
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	color: #888888;
	margin-top: 10px;
	margin-bottom: 20px;
}
#pageFooter a:link,
#pageFooter a:visited,
#pageFooter a:active,
#pageFooter a:hover {
  color: #989898;
  text-decoration: none;
}
#pageFooter a:hover {
  color: #6bcae2;
}

#mainimg{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 727px;
	height: 301px;
	background:#fff url('../img/start_mainbg2.jpg') no-repeat left top;
	border-left: 1px solid #605f5d;
	border-right: 1px solid #605f5d;
}
#claim{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 727px;
	height: 101px;
	background-color: #ffffff;
	border-left: 1px solid #605f5d;
	border-right: 1px solid #605f5d;
}
#claim h1 {
	position:absolute; 
	font-family: Arial, Verdana, sans-serif; 
	float:left; 
	left:90px; 
	font-weight:bold; 
	font-size:12px; 
	line-height:1.5em; 
	width:390px
}
#claim div#lgSelector{
    padding:10px 0px 0 0;
    position: absolute;
    width:51px;
    left:658px;
}
#claim div#lgSelector a{
    text-decoration:none;
    display:block;
    padding:0 0 0 10px;
    width:38px;
    background:#fff url('../img/arrow_blue.gif') no-repeat 0 2px;
}
#claim div#lgSelector a:hover {
  color: #6bcae2;
}

#mainNavigation{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 727px;
	height: 50px;
	background:#6ab5c8 url('../img/logo_top_sub.gif') no-repeat top right;
	border: 1px solid #605f5d;
	border-top: 0px;
	border-bottom: 0px;
}
#mainNavigation div{
   float:left;
}
#mainNavigation div a img{
    border-width:0;
}
#subNavigation{
	position: absolute;
	top: 50px;
	left: 547px;
	width: 181px;
	height: 290px;
	background:#ecede9 url('../img/logo_bottom_sub.gif') no-repeat left top;
	border-right: 1px solid #605f5d;
}
#subNavigation div#submenu{
    margin:68px 0 0 0;
    padding:2px 0 0 0;
    background:transparent url('../img/subnaviln.gif') repeat-x left top;
}
#subNavigation div#submenu div{
   list-style-type:none;
   padding:0;
   margin:0;
}
#subNavigation div#submenu div a{
		font-size: 9px;
   text-decoration:none;
   display:block;
   font-weight:bold;
   margin:0;
   padding:3px 0 6px 19px;
   background:transparent url('../img/subnaviln.gif') repeat-x left bottom;
} 
#subNavigation div#submenu div a:hover,
#subNavigation div#submenu div a.active {
    background-color:#fff;
}
#subNavigation div#lgSelector p a{
	height:27px;
	text-decoration:none;
	display:block;
	padding:8px 0 0 10px;
	margin:0 0 0 20px;
	width:151px;
	background:#ffffff url('../img/arrow_blue.gif') no-repeat 0 12px;    
}
#subNavigation div#lgSelector p a:hover {
  color: #6bcae2;
}

#subNavigation div#lgSelector p{
    position:absolute;
    bottom:0;
    background-color:#fff;
}
#flash{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 546px;
	height: 290px;
	background:#ffffff;
	border-left: 1px solid #605f5d;
}

#content{
	position: absolute;
	top: 340px;
	left: 0px;
	width: 727px;
	background-color: #ffffff;
	border: 1px solid #605f5d;
	border-top: 0px;
}
#contentPadding {
	padding: 10px 60px 20px 60px;
}
#contentHome{
	position: absolute;
	top: 440px;
	left: 0px;
	width: 727px;
	background-color: #ffffff;
	border: 1px solid #605f5d;
	border-top: 0px;
}
#contentPaddingHome {
	padding:0 0 0 27px;
}

#contentLeft {
	width: 284px;
	float: left;
}

#contentRight {
	float: left;
	width: 284px;
	margin-left: 38px;
}

a, address, blockquote,
caption, cite, dfn, dl, dt,
fieldset, form, h1, h2, h3, h4,
img, label, legend, hr,
ul, ol, li, option, p, q, body,
select, textarea, td, th, div {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	font-weight: normal;
  border: 0px;
  margin: 0px;
  padding: 0px;
	color: #525252;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-image: url(../img/bg.gif);
	background-attachment: fixed; 
	background-position: top center;
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: underline;
}
a:hover {
  color: #6bcae2;
}


input, textarea, select {
	border: 1px solid #b2b2b2;
	color: #000000;
	background-color: #ecede9;
}
input {
	width: 180px;
	font-size:10px;
}
textarea {
	width:252px; 
	height:100px;
}
input.radio {
	background-color: transparent;
	border: 0px;
	vertical-align:bottom;
	margin-bottom:-2px;
	margin-left: -2px;
	width:12px;
}
textarea.error, input.error {
	border-color: #ff0000;
}

p {
  padding: 0px 0px 0.5em 0px;
	line-height: 1.5em
}
p.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 9px;
	line-height: 1.5em
}

strong {
	font-size: 9px;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 30px 0px;
	font-weight: normal;
	color: #104159;
  font-family: Arial, Verdana, sans-serif;
}

h2 {
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color: #226b8f;
}

table.kontakt {
}
table.kontakt td{
	padding: 10px 0px 0px 15px;
}

ul, ol, li {
	list-style: none;
	line-height: 1.5em
}

ul, 
ol {
	margin: 0px 0px 0px 12px;
}
ul li {
	padding: 0px 5px 5px 0px;
	list-style-image: url('../img/bullet.gif');
}
ul ul {
	padding: 0px 0px 0px 25px;
}
ul ul li {
	padding: 5px 5px 0px 0px;
	list-style-image: url('../img/bullet.gif');
}



.button {
  cursor:pointer;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.linie{
    margin-top:5px;
    height:1px;
    background:transparent url('../img/dotted_line.gif') repeat-x 0 0;    
}
.mailDebug {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 500px;
	overflow: auto;
	background-color: #eaeaea;
	border: 2px solid #ff0000;
	padding: 10px;
	z-index: 100;
	visibility:visible;
}

.teaserbox{
    width:210px;
    float:left;
    margin:0 20px 0 0;
}
.teaserbox p{
    line-height:1.5em;
}
.teaserbox h2 a{
	text-decoration:none!important;
	font-size: 9px;
	padding-left:8px;
	font-weight:bold;
	color: #226b8f;
	background:#fff url('../img/arrow_blue.gif') no-repeat 0 3px;    
}
.teaserbox h2 a:hover,
.teaserbox p a:hover,
.teaserbox a
{
	font-size: 9px;
	text-decoration:none!important;
}
.teaserbox p a:hover
{
	color: #525252;
}

.teaserbox p img{
	float:left;
	margin:0 5px 5px 0;
	border-width:0;
}
.galerythumb {
	padding: 0px 10px 10px 0px;
}
