body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}

/*---------------------------------------------------FONT---------------------------------------*/

p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #535353;
	line-height: 1.5em;
	text-align: left;
	font-weight: lighter;
		
	
}

h1 {font: normal 1.4em AriaHelvetica, l,Helvetica, Verdana,sans-serif; color: #343434; line-height:0.2em;}
h2 {font: bold 0.9em Arial,Verdana,sans-serif; color: #cc3333;}
h3 {font: normal 0.7em  Arial, Helvetica, sans-serif; color: #535353; padding-bottom:7px; padding-right: 20px; text-align:right;}
h4 {font: bold 0.8em  Arial, Helvetica, sans-serif; color: #343434;}
h5 {font: bold 1.1em Arial,Helvetica, Verdana,sans-serif; color: #ffffff; }
h6 {font: bold 1em Arial,Helvetica, Verdana,sans-serif; color: #535353;}
h7 {font: normal 1.2em Arial, Helvetica, Verdana, sans-serif; color:#353337; line-height: 2em; letter-spacing: 0.08em;}
h8 {font: normal 0.85em Arial, Helvetica, Verdana, sans-serif; color: #999; line-height: 2em;}
h9 {font: bold 1.0em Arial,Helvetica, Verdana,sans-serif;}

h1,h2,h3,h6,h9 {
	margin-bottom: 0.3em;
	font-size: 1.2em;
}

h5 { margin-bottom:0.05em;}

h4 {margin-bottom: 0.1em;}


blockquote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	font-weight: lighter;	
	border: 1px solid #535353;
	display: block;
	/*margin:  0 1.9em;*/
	padding: 0 1.3em 0 2em;
}



li  {

	font-family: Arial,Helvetica, Verdana,sans-serif;
	/*font-size: 0.8em;*/
	color: #535353;
	line-height: 1.5em;
	text-align: left;
	font-weight: lighter;
}






.wichtig {
	font: bold 1em Arial,Helvetica, Verdana,sans-serif; color: #cc3333;}
	

a:link {
	color: #535353;
	text-decoration: none;
	font: normal 0.9em  Arial, Helvetica, Verdana, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #535353;
}
a:hover {
	text-decoration: none;
	color: #cc3333;
}

a:focus {
	text-decoration: none;
	color: #cc3333;
}

a:active {
	text-decoration: none;
	color: #cc3333;
	font-size: 0.9em;
	font-weight: bold;
}


a:link.myclass, a:hover.myclass, a:visited.myclass, a:active.myclass a:focus.myclass {
	font: bold 0.9em Arial,Helvetica, Verdana,sans-serif; 
	color: #cc3333;
	text-decoration: none;
	color: #cc3333;
}

input.button3 {
	padding: 0;
	width:auto;
	overflow:visible;
	
/*height: 20px;
width: 150px;
font-family: Arial, Helvetica, Verdana sans-serif;
font-size: 0.9em;
font-weight: normal;*/
}



/*---------------------------------------------------HEADER---------------------------------------*/


#header {
	background-color: #121e27;
	height: 235px;
	overflow:visible;
}
#header #header_center {
	height: 81px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-position: absolut;
	background-repeat:no-repeat;
}
#header  #header_center #logo {
	
}
/*#header  #header_center #menu {
	float: right;
	position: relative;
	color: #FFFFFF;
	z-index: 50;
	top: -33px;
	right: 20px;
}*/


/*---------------------------------------------------GALLERY---------------------------------------*/

#bg_strip {
	width:1080px;
	height: 313px;
	background-image:url(img/bg_gallery.jpg);
	margin-right: auto;
	margin-left: auto;
	/*background-position: absolut;*/
	background-color: #121e27;
	background-repeat:no-repeat;
	/*overflow:visible;*/
	}

#photo_strip {
	width:925px; 
	height: 295px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/bg_inner.jpg);
	background-position: absolut;
	background-repeat:no-repeat;
	overflow:visible;
	}
	
#container {
	padding:0; 
	width:925px;
	height:295px;
	overflow:auto; 
	}
	
#container ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	display:table-row;
	}
	
#container ul img {
	border:1px solid #fff; 
	margin:10px 2px 2px 2px; 
	vertical-align:top;
	font-family:Arial,Helvetica, Verdana,sans-serif;
	color: #ffffff
	}
	
#container p {
	margin:0; 
	padding:1px 0; 
	font-size:12px;
	}

/*---------------------------------------------------LIGHTBOX---------------------------------------*/


#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/*---------------------------------------------------MITTELTEIL---------------------------------------*/


#home {
	width: 925px;
	clear: both;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	width: 925px;
	clear: both;
/*	margin-top: 180px;*/
	margin-right: auto;
	margin-left: auto;
}


#home #home_para {
	padding-top: 1px;
}

#body {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	/*height: 500px;*/
}

#body #body_left {
	width: 48%;
	float: left;
	border-right: 1px solid #cccccc ;

}
#body #body_left #para_left {
	padding-right: 15px;
	padding-top: 5px;
}

#body #contact {
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 10px;
	background-image: url(./img/bg_rght_sep.jpg);
	background-repeat: no-repeat;
	background-position: right;
}



/*
#body #body_center #para_center {
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 10px;
	background-image: url(./img/bg_rght_sep.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
*/

#body #body_right {
	width: 48%;
	padding-left: 10px;
	/*height: 100%;*/
	float: right;
	
}
#body #body_right #para_right {
	padding-top: 5px;
	padding-right: 15px;
}

#hr {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}

.para {
	font-family: Arial,Helvetica, Verdana,sans-serif;
	font-size: 0.8em;
	color: #535353;
	line-height: 1.5em;
	text-align: left;
	font-weight: lighter;
}

/*------------------------------------FOOTER---------------------------------*/

#footer_info {
	height: 72px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image:url(./img/bg_footer_center.jpg);
	z-index: 0;
	clear: both;
	top: -5px;
}
#footer_info #footer_bg_left {
	float: left;
	height: 72px;
	width: 16px;
	background-image: url(./img/bg_footer_left.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer_info  #footer_bg_right {
	height: 72px;
	width: 19px;
	float: right;
	background-image: url(./img/bg_footer_rght.jpg);
	position: relative;
}
#footer_info #footer_info_left {
	float: left;
	height: 72px;
	width: 16px;
	position: relative;
	/*left: 20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 20px;
}
 
#footer_info #footer_info_rght {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	width: 928px;
	/*margin-right: 50px;*/
	height: 72px;
	position: absolute;
	color: #666666;
	text-align: right;
	float: right;
	top: 9px;	/*margin-right: 15px;*/
}

#footer {
	height: 236px;
	width: 100%;
	background-image:url(./img/bg_footer.jpg);
	margin-top: -49px;
	background-color: #172E40;
}
/*#footer_wrapper {
	position: relative;
	overflow: visible;
	margin-top: -230px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 236px;
}*/

#footer_wrapper #footer_wrapper_left  {
	height: 231px;
	width: 917px;
	font-family: Arial,Helvetica, Verdana,sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	/*	line-height: 20px;*/
	padding-left: 16px;
	position: absolute;
	float: left;
	top: 43px;
	left: -1px;
}
/*#footer_wrapper #footer_wrapper_center  {
	font-family: Arial,Verdana,sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	color: #ffffff;
	height: 100px;
	width: 23%;
	padding-left: 20px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}*/
#footer_wrapper #footer_wrapper_right  {
	font-family: Arial,Verdana,sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	color: #ffffff;
	height: 200px;
	width: 48%;
	position: absolute;
	float: right;
	left: 500px;
	top: 0px;
}

#footer_wrapper {
	position: relative;
	overflow: visible;
	margin-top: -230px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 236px;
}


/*------------------------------------FORM---------------------------------*/


#form {
	width: 100%;
}
.btn {
	padding-right: 20px;
}
.textbox {
	width: 150px;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.mail_id {color: #FF9900}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FF9900;
	color: #142431;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
}
a.sitedesignlink:link
{
	color:#162D3F;
}
a.sitedesignlink:visited
{
	color:#162D3D;
}
a.sitedesignlink:hover
{
	color:#172E40;
	text-decoration:underline;
}
a.sitedesignlink:active
{
	color:#162B3C;
}


a:hover .form {
	text-decoration: none;
	color: #ffffff;
}



/*------------------------------------IMPRESSUM---------------------------------*/

#impressum {
	font-family: Arial,Helvetica, Verdana,sans-serif;
	font-size: 0.8em;
	color: #535353;
	text-align: left;
}


/*------------------------------------IMPRESSUM---------------------------------*/

#nutzung {
	font-family: Arial,Helvetica, Verdana,sans-serif;
	font-size: 0.8em;
	color: #535353;
	text-align: left;
	
	
}



/*----------------------IMAGES--------------------------------------------- */


	
img.left {
	margin: 0 10px 0px 0;
	float: left;
	border:none;
	}	
	
img.left2 {
	margin: 15px 10px 0px 0;
	float:left;
	}	
	

	
img.right {
	margin: -6px 0 25px 2px;
	border:none;
}

img.clear {
	left;
}

img.table {
	margin: -4px 10px 0px 0;
	float: left;
}


/*--------------------------FLOATS----------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

/*--------------------------TOOLTIPS----------------------------------------- */

a.tt{
    position:relative;
    z-index:24;
    color:#FF9900;
	font-weight: lighter;
    text-decoration:none;
}
a.tt span{ display: none; }
 
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover { 
	z-index:20; 
	color: #ffffff; 
}

a.tt:hover span.tooltip{
    display:block;
    position: relative;
    top:-120px; left:60px;
	width:600px;
	color: #ffffff;
    text-align: left;
	filter: alpha(opacity:98);
	KHTMLOpacity: 0.98;
	MozOpacity: 0.98;
	opacity: 0.98;
}

a.tt:hover span.middle{
	display: block;
	padding:10px;
	background-color:#152f42;
	border:1px solid #cccccc;
}

/*--------------------------TABELLEN----------------------------------------- */

/*table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 1em;
	width: 100%;
}
table.data_table th {
	background: #ffffff;
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {
	border-bottom: 
	1px solid #DDD;
	}*/

td {
	font-family: Arial,Helvetica, Verdana,sans-serif;
	font-size: 0.9em;
	color: #535353;
	/*line-height: 1.3em;*/
	text-align: left;
	padding: 3px 0 3px 0;
	vertical-align:middle;
}


.contactform {
	color: #FFF;
}
/*#home #impressum {
	text-align: center;
}*/
danke {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #535353;
}

