@CHARSET "UTF-8";

html{
	background: #d5d5d5 url(../img/background.gif) repeat-x;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

strong{
	font-weight: bold;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #888;
	font-style: italic;
}

h2{
	font-weight: bold;
}

a{
	color: #555;
}

.custom-page{
	width: 941px;
}

/**
 * MENU
 */
.main-menu{
	position: relative;
	z-index: 1;
}

.main-menu a{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	outline: 0;
}

.main-menu li a{
	display: block;
	width: 147px;
	height: 26px;
	background: url(../img/menue_multi.png) no-repeat;
	padding: 12px 0 0 10px;
}

.main-menu li.active>a, .main-menu a:hover{
	background-position: 0 -38px;
	color: #f00;
}

.main-menu li.search-bar{
	width: 156px;
	height: 38px;
	background: url(../img/menue_multi.png) no-repeat;
	background-position: -785px 0;
	position: relative;
}

.search-bar input{
	position: absolute;
	top: 13px;
	right: 30px;
	width: 112px;
	border: 0;
	background: transparent;
}

.sub-menu {
	height: 366px;
	position: absolute;
	top: 37px;
	z-index: 1;
	display: none;
}

/*.main-menu .unit:hover .sub-menu{
	display: block;
}*/

.sub-menu li a{
	display: inline;
	background: transparent;
	color: #000;
	font-weight: normal;
	padding: 3px 0 0 0px;
	text-transform: none;
	font-size: 11px;
	width: 100%;
	white-space: nowrap;
}

.sub-menu li.active>a,
.sub-menu li a:hover{
	color: #f00;
}

.sub-menu li a:hover{
	background-color: #fff;
}

.sub-menu ul{
	display: none;
	position: absolute;
/*
	left: 191px;
*/
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #ccc;
	background: url(../img/hg_menue.png) repeat-x top left #cdcdcd;

	margin-top: -5px;
	padding-top: 5px;
}

.sub-menu ul li{
/*	overflow: hidden;*/
/*
	width: 181px;
*/
	height: 25px;
	padding: 0 10px;
	float: left;
	zoom: 1;
	display: block;
	clear: both;
}

.sub-menu .sub-1{
	display: block;
	left: 0;
	/*position: relative;*/

	margin-top: 0;
}

/*.sub-1 li:hover ul{
	display: block;
}

.sub-1 li:hover li ul{
	display: none;
}

.sub-1 li:hover li:hover ul{
	display: block;
}

.sub-1 li:hover li:hover li:hover ul{
	display: block;
}*/

.sub-menu .list-style{
	color: #f00;
	font-family: monospace;
	font-size: 12px;
}

/*.sub-menu:hover, .sub-menu ul:hover{
	display: block !important;
}*/

.top-menu{
	position: relative;
	width: 347px;
}

.top-menu ul{
	float:left;
}

.top-menu li{
	margin-right: 10px;
	padding-top: 53px;
	font-size: 10px;
}

.top-menu a{
	color: #333;
	text-decoration: none;
}

.top-menu a:hover{
	text-decoration: underline;
}

.top-menu .active a{
	text-decoration: underline;
}
/**
 * MENU - ENDE
 */

.head{
	margin-bottom: 2px;
}

.logo, .logo-alpine{
	text-decoration: none;
}

.logo-alpine{
	position: absolute;
	right: 0;
	top: 40px;
}

.foot{
	font-size: 10px;
	margin-top: 30px;
	padding-left: 10px;
	color: #333;
}

.news-box{
	height: 240px;
	background: #fff;
	margin-right: 1px;
	position: relative
}

.news-box h1{
	font-size: 14px;
	font-style: normal;
	color: #636363;
	margin: 0 10px 10px 10px;
}

.news-box h3{
	color: #f00;
	margin: 10px;
}

.news-box p{
	font-size: 11px;
	color: #636363;
	margin: 0 10px 10px 10px;
}

.news-box a{
	color: #f00;
	text-decoration: none;
}

.news-box a:hover{
	text-decoration: underline;
}

.news-box-wrapper{
	position: relative;
	height: 230px;
}

.news-link{
	position: absolute;
	bottom: 0;
}

.list-box div{
	height: 121px;
	width: 308px;
	background: #fff;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 2px;
	overflow: hidden;
}

.list-box .last{
	border-right: 1px solid #888;
}

.content-list-first-line .list-box div{
	border-top: 1px solid #888;
}

.list-box a{
	display: block;
	width: 308px;
	height: 121px;
	text-decoration: none;
	background: url(../img/icon_arrow.png) no-repeat 293px 108px;
}

.list-box a:hover{
	background: #e2e2e2;
}

.list-box a img{
	float: left;
	margin-right: 10px;
}

.list-box .title{
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	word-wrap: break-word;
	width: 175px;
	float: left;
}

.list-box .title.news{
	width: auto;
}

.list-container{
	min-height: 600px;
	background: #fff;
}

.list-container h1{
	margin-left: 10px;
	margin-bottom: 10px;
}

.content{
	background: #fff;
}

.content-wrapper{
	margin: 10px;
}

.content li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.content img{
	margin: 10px;
}

.breadcrumbs{
	border-bottom: 1px dotted;
	font-size: 10px;
	height: 18px;
	margin: 0;
	padding: 5px 0 0 10px;
}

.breadcrumbs a{
	color: #555;
}

.title-video{
	height: 20px;
	background: url(../img/hg_header_video.jpg) repeat-x;
	padding: 3px 0 0 10px;
	color: #fff;
	margin-bottom: 1px;
}

.yt-video{
	margin-bottom: 20px;
	display: block;
}

.hero{
	width: 941px;
	height: 365px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.hero-slider{
	overflow: hidden;
}

.hero-item{
	width: 941px;
	height: 365px;
	float: left;
}

.hero-text{
	display: none;
}

#text-cont{
	position: absolute;
	width: 270px;
	height: 230px;
	background: #fff;
	top: 80px;
	right: 90px;
	padding: 15px;
}

#text-cont h1, #text-cont a{
	color: #f00;
	margin-bottom: 10px;
	text-decoration: none;
}

#text-cont a:hover{
	text-decoration: underline;
}

#text-cont p{
	line-height: 1.5;
	margin-bottom: 10px;
} 

.hero .prev, .hero .next{
	position: absolute;
	top: 150px;
	background-repeat: no-repeat;
	height: 49px;
	width: 44px;
	display: block;
	cursor: pointer;
}

.hero .prev{
	left: 0;
	background-image: url(../img/bt_left.png);
}

.hero .next{
	right: 0;
	background-image: url(../img/bt_right.png);
}

.title-files{
	height: 20px;
	background: url(../img/hg_header_pdf.jpg) repeat-x;
	padding: 3px 0 0 10px;
	color: #fff;
	margin-bottom: 1px;	
}

.files-list{
	background: url(../img/hg_content_pdf.jpg) repeat-x #190305;
	padding-bottom: 8px;
}

.files-list li{
	color: #fff;
	padding: 8px;
	border-bottom: #f00 dotted 1px;
}

.files-list a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.files-list a:hover{
	text-decoration: underline;
}

.files-list img{
	vertical-align: sub;
}

#smoothgallery{
	height: 224px;
	/*width: 313px;*/
	width: auto;
	margin-bottom: 20px;
}

.ajaxSearch_paging{
	display: block;
}
