@charset "utf-8";

/* Company: Euroweb Internet GmbH */

/*==================================================
    => global tags
==================================================*/

* {
   padding:0;
   margin:0;
}

html {
	overflow-x:hidden;
}

body {
   color:#404040;
   font: 13px  Arial, Helvetica, sans-serif;
	line-height:21px;
   background:#fff  url(../images/bg-body.gif) repeat;
	height:100%;
}

html {
	height:100%;
}

ol,
ul,
dl {
   list-style:none;
}

a:link,
a:visited,
a:active {
   color: #062c65;
   text-decoration: underline;
}

a:hover {
   color: #062c65;
   text-decoration: none;
}


img,
img a {
   border: none;
   -ms-interpolation-mode: bicubic;
}

/*==================================================
    => global classes
==================================================*/

.clear {
   clear:left;
   float:none;
}

.float-left {
   float: left;
}

.float-right {
   float: right;
   margin-left:10px!important;
}

.trenn {
   border-bottom:1px  dashed #062c65;
   clear:left;
   float:none;
   height:1px;
   margin-bottom:30px;
   padding:0;
   width:100%;
}


.image {
   border: 1px solid #3e77a7 ;
   padding: 2px;
	background-color:#FFFFFF;

   outline: none;
}


.image2 {
   border:none;
   padding: 10px;
	float:left;
   outline: none;
}
.image3 {
   border:none;
   padding: 10px;
	float:right;
   outline: none;
}

html>image {
   margin: 0px 10px 5px 0;
}


/*==================================================
    => list
==================================================*/


/*------------------ =content-main  ---------------*/

div#content-main ol {
   margin-left:10px;
   color: #062c65;

}

div#content-main ul {
   margin-left:10px;
	line-height:26px;
   list-style-type: square;
   color: #062c65;
   list-style-position: outside;
   font: 13px Arial, Helvetica, sans-serif;
}

div#content-main li {
   color: #062c65;
	line-height:26px;
   margin-left:10px;
   font: 13px Arial, Helvetica, sans-serif;
}
#idm {
	margin:85px 1110px 0px 0px;
	}


/*==================================================
    => container
==================================================*/

div#container {
   width:100%;
position:relative;
background:url(../images/bg-container.jpg) no-repeat top center;

height:auto !important;
height:100%;
min-height:100%;
margin: 0 auto;
}

/*==================================================
    => header  
==================================================*/

div#header {
   height:297px;
	width:960px;
   background: url(../images/bg-header.jpg) no-repeat 0 0;
	text-align: left;
	margin:0 auto;
	position:relative;
}

/*------------------ =branding  ------------------*/

h1#branding a{
   display:block;
   width:343px;
   height:200px;
	background: url(../images/branding.jpg) no-repeat 0 0;
   outline:none;
	text-indent:-99999px;
	position:absolute;
	top:0px;
	left:0;
}

/*==================================================
    => content-container  
==================================================*/

div#content-container {
   width:960px;
	margin:0 auto;
	clear:both;
	text-align:left;
	position:relative; 
}


/*------------------ =content-sidebar ---------------*/

div#content-sidebar{
   width:278px;
	float:left;
	height:500px;
	background: url(../images/bg-content-sidebar.jpg) no-repeat 0 0;
   text-align:left;
	position:relative;
}

div#content-sidebar1{
	position:absolute;
	width:240px;
	height:155px;
	top:133px;
	left:18px;
}

div#content-sidebar2{
	position:absolute;
	width:220px;
	height:50px;
	top:385px;
	left:18px;
}

div#content-sidebar3{
	position:absolute;
	width:264px;
	height:175px;
	top:450px;
	left:0px;
	background:url(../images/guestbook.jpg);
}


.guestbook {
	margin-top:100px;
	margin-left:17px;
}

/*------------------ =contentMain  ---------------*/

div#content-main{
   float:left;
	padding:60px 32px 0 32px;
   width:618px;
	background: url(../images/bg-content-main.jpg) no-repeat  0 0;
	min-height:180px;
   text-align:left;
}
* html div#content-main{

	height:180px;

}
	
.content-column{
	width:300px;
   float:left;
	text-align:left;
}

h2 {

	font: 45px  Georgia, "Times New Roman", Times, serif;
	color:#062c65;
	font-weight:normal;
}


h3{
   font: 21px  Georgia, "Times New Roman", Times, serif;
	color:#c30707;
	font-weight: normal;
}

h4{
	font-weight:normal;
	color:#062c65;
	text-align: left;
	line-height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h5{
   font:14px  Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
}

h6{

	   color:#404040;
   font: 13px  Arial, Helvetica, sans-serif;
	line-height:26px;
		font-weight:normal;
}

/* =imprint */

dl.content-main-imprint, dl {
   line-height:20px;
}

dl.content-main-imprint dt, dl dt {
   display:block;
   float:left;
   font-weight:bold;
   width:220px;
}

dl.content-main-imprint dd, dl dd {
   clear:right;
   float:left;
   width:300px;
}

.content-main-imprint-margin {
   margin-top:15px;
}


/*==================================================
    =>tinybox
===================================================*/
#testdiv {
	width:600px;
	margin:0 auto;
	border:1px solid #ccc;
	padding:20px 25px;
	background:#fff
}

#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	background:#fff url(images/preload.gif) no-repeat 50% 50%;
	border-bottom:20px solid #fff;
	z-index:2000
}

#tinymask {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:1500
}
#tinyclose {
	padding-top:6px;
}
div#tinyclose a {
	margin-left:487px;
	text-indent:-99999px;

}

#tinycontent { background:#fff }

.button {

	cursor:pointer;
	text-decoration:underline;
	color:#000066;
}

/*==================================================
    => navi   
==================================================*/


ul#navi{
   width:502px;
   height:95px;
	padding-left:337px;
	padding-right:121px;
	background:  url(../images/bg-navi.jpg) no-repeat 0 0;
	margin:0 auto;
	
}

ul#navi li {
float:left;
	display:block;
	list-style-type:none;
	
}

a.navia {
		width:142px;
	height:47px;
	outline:none;
	display:block;
	background: url(../images/navia.gif)   no-repeat 0 0;
	font-weight: normal;
	text-indent:-99999px;
}

a.navia:hover, a.navia:active {
	display:block;
	background: none;
	text-indent:-99999px;
}

a.navib {
		width:135px;
	height:47px;
	outline:none;
	display:block;
	background: url(../images/navib.gif)   no-repeat 0 0;
	font-weight: normal;
	text-indent:-99999px;
}

a.navib:hover, a.navib:active {
	display:block;
	background: none;
	text-indent:-99999px;
}

a.navic {
		width:117px;
	height:47px;
	outline:none;
	display:block;
	background: url(../images/navic.gif)   no-repeat 0 0;
	font-weight: normal;
		text-indent:-99999px;
}

a.navic:hover, a.navic:active {
	display:block;
	background: none;
	text-indent:-99999px;
}

a.navid {
		width:108px;
	height:47px;
	outline:none;
	display:block;
	background: url(../images/navid.gif)   no-repeat 0 0;
	font-weight: normal;
		text-indent:-99999px;
}

a.navid:hover, a.navid:active {
	display:block;
	background: none;
	text-indent:-99999px;
}
a.navie {
		width:142px;
	height:48px;
	outline:none;
	display:block;
	background: url(../images/navie.gif)   no-repeat 0 0;
	font-weight: normal;
		text-indent:-99999px;
}

a.navie:hover, a.navie:active {
	display:block;
	background: none;
	text-indent:-99999px;
}

a.navif{
		width:135px;
	height:48px;
	outline:none;
	display:block;
	background: url(../images/navif.gif)   no-repeat 0 0;
	font-weight: normal;
		text-indent:-99999px;
}

a.navif:hover, a.navif:active {
	display:block;
	background: none;
	text-indent:-99999px;
}

a.navig{
		width:117px;
	height:48px;
	outline:none;
	display:block;
	background: url(../images/navig.gif)   no-repeat 0 0;
	font-weight: normal;
		text-indent:-99999px;
}

a.navig:hover, a.navig:active {
	display:block;
	background: none;
	text-indent:-99999px;
}

a.navih{
		width:108px;
	height:48px;
	outline:none;
	display:block;
	background: url(../images/navih.gif)   no-repeat 0 0;
	font-weight: normal;
		text-indent:-99999px;
}

a.navih:hover, a.navih:active {
	display:block;
	background: none;
	text-indent:-99999px;
}




/*==================================================
    => navi-add   
==================================================*/

div#navi-add{
	width:302px;
	height:30px;
	position:absolute;
	top:57px;
	left: 648px;
	font-weight:normal;
	color:#062c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	
}


div#navi-add a:link,
div#navi-add a:visited,
div#navi-add a:active  {
  
	color:#062c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding:0 5px 0 5px; 
	text-decoration: none;


}

div#navi-add a:hover {
   text-decoration: none;
	color:#00477f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	padding:0 5px 0 5px;
}



/*==================================================
    => footer   
==================================================*/

div#footer {
	height:173px;
	width:960px;
	text-align:left;
	background: url(../images/bg-bottom.jpg) no-repeat 0 0;
	position:relative;
	margin: 0 auto;
	margin-top:125px;
}
div#footer-news{
	height:155px;
	width:304px;
	text-align:left;
	position: absolute;
	top:22px;
	left:642px;
}



.top {
   text-align:right;
   width:610px;
}

/*==================================================
    => googlemaps   
==================================================*/

div#map a {
   background:transparent url(../images/bg-google-enlarge.gif) no-repeat scroll 0 0;
   display:block;
   height:30px;
   text-indent:-9999px;
   width:600px;
   margin:10px 0 5px 0;
}

.iframemap {
   border:1px solid #dddbdb;
   padding:3px;
}

/*==================================================
    => clearfix   
==================================================*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.clearfix {
   display: inline-block; /* for IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
   zoom: 1; /* triggers hasLayout */
}

.clearfix {
   display: block;
}
/* End hide from IE-mac */

.floatstop{
clear:both;
}
.floatstop2{
clear:both;
height:100px;
}

