/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/
*, a{
	outline: none;
}

html{
	font-size:100%;
	overflow-x:auto;
	overflow-y:scroll;
}

body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 140%;
	color: #333;
	background-color: #d5d5d7;
	
	background-image: url(../../resources/images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}


/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	height: 100%;
	text-align: center;
}

#page{
	margin: 0 auto;
	width: 882px;
	text-align: left;
	position: relative;

}


#header_top{
        background-image: url(../../resources/images/bg_page_top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 0px solid green;
	padding-top: 50px;

}


#header{
	height: 385px;
	border: 0px solid red;
	
	background-image: url(../../resources/images/bg_page_header.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;	
	
	
}

#header_package{
	position: relative;
	left: 0px;
	height: 385px;
	
	background-image: url(../../resources/images/abc_de.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0px 0px 16px;
}

#header .en {
	background-image: url(../../resources/images/abc_en.png)!important;
}



#logo{
	position: absolute;
	top: -4px;
	right: 100px;
	z-index: 50;	
}

#release-switch{
	position: absolute;
	font-family:"Trebuchet MS";
	top: 32px;
	right: 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
}

#release-switch a, #release-switch a.active{
	color: #444;
	text-decoration: none;
}

#release-switch a.active{
	color: #00606b;
	
}

#release-switch a:hover, #release-switch a.active:hover{
	text-decoration: underline;
}

#release-switch #id_2{
	background-image: url(../../resources/images/serv_nav_a_bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 5px;
}


#bread-crumb{
	color: #333;
	padding: 5px 0px 5px 0px;
	background-color: transparent;
	font-size: 9px;
	
	position: absolute;
	
	left: 20px;
	top: 360px;
	
}

#bread-crumb a{
	color: #333;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu{
	border: 0px solid red;
	background-color: #000;
	background-color: transparent;
	padding: 0px;
	position: absolute;
	left: 16px;
	top: 23px;
	width: 800px;
	
}

#main-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#main-menu li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#main-menu li a{
	color: #00606b;
	text-decoration: none;
	width: 172px;
	height: 23px;
	padding-top: 10px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px solid red;
	
	display: block;
	text-align: center;
	background-image: url(../../resources/images/main_menu_n.png);
	
	
}

#main-menu li a:hover, #main-menu li a.active:hover {
	text-decoration: underline;
}

#main-menu li a.active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../../resources/images/main_menu_a.png);
}


/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	border: 0px solid red;
	background-color: #999;
	background-color: transparent;
	padding: 0px 0px 10px 0px;
	
	font-family:"Trebuchet MS";
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	text-transform: uppercase;
}

#sub-menu ul ul{
	margin: 0px 0px 0px 10px;
	text-transform: none;
}


#sub-menu li{
	/*display: inline;*/
	padding-bottom: 3px;
	
}



#sub-menu li a{
	color: #00606b;
	text-decoration: none;
	padding: 3px 3px 1px 5px;
	display: block;
	margin-bottom: 3px;
	border-bottom: 1px dotted #00606b;
	font-weight: bold;
	
}

#sub-menu li a:hover {
	text-decoration: underline;
}

#sub-menu li a.active {
	color: #FFF;
	background-color: #00606b;
}

/*----------------*/
#sub-menu li li a{
	color: #00606b;
	text-decoration: none;
	display: block;
	border: none;
	font-weight: normal;
}

#sub-menu li li a:hover, #sub-menu li li a.active {
	color: #00606b;
	text-decoration: underline;
	background-color: transparent;
}


/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid yellow;
	text-align: right;
	
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;	
}

#serv-nav li{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#serv-nav li a{
	color: #444444;
	text-decoration: none;
	
	background-image: url(../../resources/images/serv_nav_a_bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	
}

#serv-nav li a:hover{
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	border: 0px solid red;	
	padding: 10px 20px 10px 20px;
			
	background-image: url(../../resources/images/bg_page_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	
}

/*----------------------------*/

.cm-2-1{
	float: left;
	width: 500px;
}

.cm-2-2{
	float: left;
	margin-left: 100px;
	width: 300px;
}

/*----------------------------*/


#std_left{
	border: 0px solid red;
	width: 190px;
	float: left;
}

#std_content{
	margin-left: 20px;
	border: 0px solid red;
	width: 420px;
	float: left;
}

#std_right{
	border: 0px solid red;
	width: 190px;
	float: right;
}

#std_footer{
	border: 0px solid red;	
	clear: both;
}





/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border: 0px solid green;
	/*background-color: black;*/
	padding: 30px 10px 20px 10px;
	font-size: 11px;
	color: #444444;
	
	background-image: url(../../resources/images/bg_page_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	
}

#footer-content{
	border: 0px solid red;
	float: left;
	text-align: left;
	
}

#footer .right{
	float: right;
	border: 0px solid red;
	margin-right: 84px;
}


#footer a{
	text-decoration: none;
	cursor: pointer;
	color: #444;
}

#footer img{
	position: absolute;
	padding-left: 6px;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-family:"Trebuchet MS";
	color: #00606b;
	font-size: 18px;
	line-height: 20px;
	padding: 0px 0px 5px 0px;	
	margin: 0px;
	
}
h1 em{
	color: #444;
	font-style: normal;
}

h2{
	font-family:"Trebuchet MS";
	color: #444;
	font-size: 16px;
	line-height: 18px;
	padding: 0px 0px 5px 0px;	
	margin: 0px;
}

h3, h4, h5, h6{
	color: #00606b;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}


h4, h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	

}

h5 {
	color: #333;
}

h6{	
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	border: 0px solid red;
	text-align: right;
	padding: 4px 20px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 0px dotted #00606b;
}

a{
	color: #00606b;
}

em{
	color: #00606b;
}

em strong{
	color: #00606b;
	font-weight: normal;
	font-style: normal;
}

strong em {
	color: #333!important;
	font-weight: normal;
	font-style: italic;
}

.bildunterschrift{
	font-size: 10px;
	color: #999;
	line-height: 11px;
}

/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery .gallery-item img{
	border: none;
	margin-right: 10px;
	margin-bottom: 8px;
	
}

.gallery .gallery-item{
	float: left;
	
}

/*--------------------------------------------*/

#footer_package .gallery{
	text-align: right;
	border: 0px solid red;
	padding-right: 8px;
}

#footer_package .gallery .gallery-item, #footer_package .gallery .gallery-item a{
	float: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#footer_package .gallery .gallery-item img{
	margin-right: 1px;
}


/*------------------------------------------------------------------------------------*/
/* SUCHE */
/*------------------------------------------------------------------------------------*/

#search_box{
	border: 0px solid red;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 0px;
	margin: 0px;
	
	display: none;
}
	

#search_box div{
	border: 0px solid yellow;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#search_box form, #search_box form fieldset{
	padding: 0px;
	margin: 0px;	
}

#search_box form fieldset{
	border: none;
}

#search_box form legend{
	display: none;
}

#search_box form label{
	border: 0px solid green;
	display: none;
}

#search_box form input{
	border: none;
	padding: 1px 3px 1px 3px;
	margin: 0px;
}

#search_box form .button{
	font-size: 12px;
	margin: 0px 0px 1px 10px;
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/




