/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* END CSS RESET */

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #696a6a;
	background-color: #f8f9fb;
	height: 100%;
	text-align: center;
}

body a {
	color: #133568;
	text-decoration: none;
}

a:focus { 
	outline: none;
}

/* USEFUL STYLES */

.center {
	display: block;
    margin-left: auto;
    margin-right: auto	
}

.right {
	float: right;
}

.small {
	font-size: 10px;
}

.form_right {
	text-align: right;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

/* END USEFUL STYLES */

#layout {
	/* margin-top: 35px; */
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	width: 919px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image: url('images/design/bg.jpg');
	background-repeat: repeat-y;
	text-align: center;
}

#header {
	width: 903px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/design/header.jpg');
	/* background-repeat: no-repeat; */
	border: 0px solid black;
}

#menu {
	width: 903px;
	line-height: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	background-image: url('images/design/menu_bg.jpg');
	background-repeat: repeat-x;
}

#menu a {
	color: #ffffff;
	font-size: 13px;
	display: block;
	padding-left: 0.8em;
	padding-right: 0.8em;

	float: left;
	vertical-align: middle;
}

#menu a.active {
	font-weight: bold;
}

#menu ul {
	/*padding-top: 8px; */
	height: 30px
	border: 0px solid black;
}

#menu li {
	display: inline;
	padding-top: 8px;
}

#menu li a:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

#menu li a.active {
	background-image: url('images/design/menu_active.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#banner {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	/*border: 0px solid black; */
	background-image: url('images/home/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	border-bottom: 2px solid;
	border-color: #527296;
}

#submenu {
	width: 903px;
	line-height: 27px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	/* background-color: #ffffff; */
	/*background-color: rgba(255, 255, 255, 0.85); */
	background-image: url('./images/design/submenu_bg.png');
	text-align: left;
	
}

#submenu a {
	color: #133568;
}

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

#submenu a.active {
	font-weight: bold;
}

#submenu ul {
	vertical-align: middle;
}

#submenu li {
	display: inline;
	margin: 10px;;
	padding: 0;
}

#path {
	width: 100%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid white;
	text-align: right;
	margin-top: 123px;
	color: #ffffff;
	font-size: 20px;
	vertical-align: bottom;
	letter-spacing: 3px;
}

#path .parent {
}

#path .active {
	font-size: 30px;

}

#content {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	border: 0px solid black;
	margin-top: 15px;
	padding-top: 15px;
}

.hline_dark {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
	background-color: #425e7d;
}

#headline {
	font-size: 22px;
	margin-top: 0px;
	padding-top: 1px;
	margin-left: auto;
	margin-right: auto;
	color: #425e7d;
	line-height: 38px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #133568;
	background-image: url('./images/design/headline_bg.png');
	background-repeat: repeat-x;
	text-align: center;
	width: 903px;
}

.hline {
	height: 2px;
	width: 100%;
	margin-left: 0px;
	background-image: url('images/design/hline.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
}

#image_left1 {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 15px;
	border: 0px solid black;
}

#text_right1 {
	display:inline;
	border: 0px solid black;
	float: right;
	width: 500px;
	margin-top: 40px;
	padding-top: 15px;
	padding-left: 0px;
	margin-right: 35px;
	color: #425e7d;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: justify; 
	overflow: auto;
	
}

#text_right1 .subheadline{
	font-weight: bold;
	font-size: 16px;
	
}

#text_right1 .subheadline2{
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	
}


#text_right1 ul {
	padding-left: 35px;
	list-style: circle;
	list-style-position: outside;
	list-style-image:url(./images/design/check.gif)
}

#text_right1 ul li {
	/* padding-left: 35px; */
	/* text-indent: 20px; */
	margin-top: 6px;
	border: 0px solid black;
}

#text_right1 .normal_text {
	margin-top: 8px;
}

#big_image_centered {
	width: 95%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	text-align: center;
}

#news_content {
	width: 95%;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 35px;
	color: #425e7d;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	border: 1px solid black;
}

#news_content {
	width: 850px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #425e7d;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	border: 0px solid black;
}

#news_content .headline{
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url('./images/design/headline_bg.png');
}

.full_width {
    width: 850px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #425e7d;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	border: 0px solid black;
}

#footer {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	/* background-image: url('images/footer.jpg'); */
	background-repeat: no-repeat;
	border: 0px solid black;
	text-align: center;
	clear: both;
	line-height: 16px;
}

.hline_light {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color: #aebfd3;
}
#footer #text {
	margin-top: 8px;
}


/* ABOUT US */
#about_table {
	border: 0px solid black;
	margin-top: 60px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	height: 290px;
}

#about_table td {
	border: 0px solid black;
	
}




#box_news {
	/*position: absolute;*/
	width: 230px;
	height: 180px;
	float: right;
	margin-right: 40px;
	margin-top: 75px;
	border: 0px solid black;
	text-align: center;
	color: #425e7d;
	font-size: 15px;
	line-height: 23px;
	display: inline;
}

#box_news a{
	/*position: absolute;*/

}

/* BOX EVENT */
#box_event {
	/*position: absolute;*/
	width: 230px;
	height: 240px;
	float: right;
	margin-right: 40px;
	margin-top: 14px;
	border: 0px solid black;
	text-align: center;
	display: inline;
}

/* END BOX EVENT */

#button_big1 {
	/*position: absolute;*/
	width: 230px;
	height: 48px;
	float: right;
	margin-right: 40px;
	margin-top: 0px;
	border: 0px solid black;
	display: inline;
}



.offer_detail {
	margin-left: 60px;
	margin-top: 40px;
	font-size: 14px;
	width: 90%;
	color: #425e7d;
}
		
.offer_detail td {
	padding-top: 10px;
	vertical-align: top;
}

