@charset "utf-8";
/* Unitex - Style */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
    height: 100%;
}

body {
	background: url(../images/body-bg.png) repeat-x #f1f2f5;
	color: #00023b;
	font: normal 12px/1.3em Arial, Helvetica, sans-serif;
}

h1 {
	font: italic 24px/1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 9px;
	font: bold 12px/1.2em Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#wrapper {
	background: url(../images/main-bg.png) repeat-y right top;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 920px;
}

#header {
	background: #f1f2f5 url(../images/body-bg.png) repeat-x;
	height: 198px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	width: 920px;
}

	#header-logo {
		display: block;
		height: 197px;
		left: 20px;
		margin: 0;
		position: absolute;
		top: 0;
		width: 181px;
		z-index: 999;
	}
	
		#header-logo a {
			background: transparent url(../images/logo.png) no-repeat;
			display: block;
			height: 197px;
			overflow: hidden;
			text-indent: 150%;
			white-space: nowrap;
			width: 181px;
		}
					
	#header-images {
		background: url(../images/head-gal-1.jpg) no-repeat;
		border: 1px solid #425278;
		border-top: none;
		float: left;
		height: 197px;
		margin-right: 20px;
		width: 658px;
	}
	
		#header-images .header-image {
			height: 197px;
			width: 658px;
		}

#user-box {
	background: url(../images/user-box-bg.png) no-repeat #102b5c;
	border: 1px solid #425278;
	border-width: 0 1px 1px 1px;
	float: left;
	height: 180px;
	padding: 17px 0 0 19px;;
	width: 219px;
}

#user-box span {
	color: #fff;
	font: bold 16px/1em Arial, Helvetica, sans-serif;
	margin-left: 62px;
}

/* -------- NAVI ---------*/

#menu {
	background: url(../images/menu-bg.jpg) no-repeat;
	font: bold 16px Arial, Helvetica, sans-serif;
	height: 50px;
}

/* ----- ul: Ebene 1 ----- */
#menu ul {
	display: inline-block;
	list-style: none;
	white-space: nowrap;
}

#menu ul.level {
	display: table;
	width: 100%;
}

/* ----- li: Ebene 1 ----- */
#menu li {
	display: inline-block;
	display: inline;
}

/* ----- div: Ebene 2 ausgeblendet ----- */
#menu ul.level div {
	left: -9999px;
	position: absolute;
}

/* ----- li: Ebene 2 ----- */
#menu ul.level li.level-li {
	float: left;
	position: relative;
}

/* ----- table: IE6 Hilfsgerüst ----- */
#menu table {
	border-collapse: collapse;
	height: 0;
	left: 0;
	margin-top: -4px;
	position: absolute;
	width: 0;
}

/* ----- div: Ebene 2 Positionierung ----- */
#menu ul li:hover div {
	left: -2px;
	top: 40px;
	width: 190px
}

/* ----- div: Ebene 2 Positionierung IE6 only ----- */
#menu a:hover div {
	left: -2px;
	top: 40px;
}

/* ----- ul: Ebene 2 Hintergrund und "Border" ----- */
#menu ul li div ul {
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
	background: url(../images/lev2-bg.png) repeat-x #fff;
	border: 1px solid #0e2252;
	border-width: 0 1px 1px 1px;
	padding-top: 8px;
}

/* ----- ul: Ebene 2 Positionierung ----- */
#menu ul li:hover div ul {
	display: block;
	left: 0;
	position: relative;
}

/* ----- ul: Ebene 2 Positionierung IE6 only ----- */
#menu a:hover div ul {
	position: relative;
	left: 0;
	width: 190px;
}

/* ----- Links: Standard ----- */
#menu a {
	color: #000;
	display: block;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
}

#menu li:hover > a, #menu ul li:hover > a.fly {
	background: url(../images/menu-hover.png) repeat-x;
	color: #fff;
	font-weight: bold;
}

#menu li:hover > a {
	background: url(../images/nav_arrow.gif) center right no-repeat;
}

/* ----- Links: Hover IE6 ----- */
#menu li a:hover, #menu li a.fly:hover {
	background-color: #e7c22a;
	color: #fff !important;
}

/* ----- Links: Ebene 1 ----- */
#menu ul.level li.level-li a.level-a {
	color: #fff;
	border-left: 1px solid #1d315d;
	border-right: 1px solid #0b2050;
}

li.level-li.plus {
	background: url(../images/plus-navi-bg.png) repeat-x;
}

li.level-li.plus .logo {
		background: url(../images/navi-logo.png) center no-repeat;
		display: inline-block;
		line-height: 20px;
		overflow: hidden;
		padding: 0px;
		text-indent: -1000px;
		width: 100px;
	}

* + html li.level-li.plus .logo {
		background: none;
		/*background: red;*/
		display: inline-block;
		line-height: 20px;
		overflow: hidden;
		padding-top: 10px;
		text-indent: 0px;
		width: 100px;
		height:30px;
	}


/* ----- Links: Ebene 2 ----- */
#menu ul li div ul li a {
	border-bottom: 1px dashed #777878;
	background: #fff;
	line-height: 25px;
}

/* --------- NAVI ENDE ------- */

#breadcrumb {
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0 30px 15px;
	overflow: hidden;
}

	#breadcrumb a {
		color: #00023b;
		font-weight: normal;
	}
	
	#breadcrumb li {
		display: inline;
		list-style: none;		
	}

	#breadcrumb li.parent:after {
		content: ' » ';
	}

#content {
	float: left;
	padding: 0 0 30px 20px;
	width: 660px;
}

#content ul {
	padding-left: 14px;
}

#content li {
	padding-bottom: 5px;
}

#content p {
	margin-bottom: 20px;
}

#content img {
	border: 2px solid #00023b;
}


#content a,
#content a:link,
#content a:hover {
	color: #00023b;
	text-decoration: underline;
}

	#content a:hover,
	#content a:active {
		color: #797A98;
	}

.content-single {
	float: left;
	padding-bottom: 20px;
	width: 640px;
}

.content-single h1 {
	background: url(../images/subline-single.png) no-repeat bottom left;
	padding-bottom: 10px;
	width: 100%;
}

.content-double {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	width: 310px;
}

.content-double h1 {
	background: url(../images/subline-double.png) no-repeat bottom left;
	padding-bottom: 10px;
	width: 100%;
}

/*------- LOGIN --------*/
		
			#user-box img {
				float: right;
			}
			
			#user-box form.contact {
			}
			
			#user-box form.contact fieldset {
				border: none;
			}
			
			#user-box form.contact fieldset.row {
				margin-bottom: 9px;
				overflow: auto;
			}
			
			#user-box form.contact fieldset.snafu {
				display: none;
			}
			
				#user-box form.contact label {
					color: #fff;
					display: block;
					font-weight: bold;
					width: 100px;
				}
				
				#user-box form.contact legend label {
					display: inline;
					float: none;
					margin-left: 10px;
					width: auto;
				}
			
					#user-box form.contact input, 
					#user-box form.contact textarea {
						background-color: #fff;
						border: 1px solid #e7c22a;	
						color: #606060; 
						padding: 4px 3px 2px;					
						width: 183px;
					}
					
					#user-box form.contact input:hover, form.contact input:focus, 
					#user-box form.contact textarea:hover, form.contact textarea:focus {
						background-color: #fff;
					}				
			
					#user-box form.contact input.zip {
						margin-right: 4px;
						width: 40px !important;
					}
					
					#user-box form.contact input.city {
						width: 240px !important;
					}
					
					#user-box form.contact input.checkbox {
						width: auto;
					}
					
					#user-box form.contact textarea {
						height: 140px;
					}
					
					#user-box form.contact .button {
						background: #0b2050;
						border: 1px solid #fff;
						color: #e7c22a;
						cursor: pointer;
						font: bold 16px/1em Arial, Helvetica, sans-serif;
						height: 24px;
						margin-left: 26px;
						padding: 0;
						width: 70px;
					}
					
					#user-box form.contact .buttons ul{
						float: left;
						list-style: none;
					}
					
					#user-box form.contact .buttons ul a {
						color: #fff;
						font-size: 10px;
						line-height: 1em;
						text-decoration: none;
					}
					
					#user-box form.contact .buttons ul a:hover {
						text-decoration: underline;
					}
					
					#user-box form.contact .button:hover {
						background: #e7c22a;
						color: #0b2050; 
					}
					
					#user-box fieldset.checkbox {
						margin-top: 10px;
						color: #fff;
					}
					
					#user-box fieldset.checkbox input {
						float: left;
						margin-right: 8px;
						width: auto;
					}
					
					#user-box fieldset.buttons {
						margin-top: 0;
					}
					
					#user-box fieldset.checkbox label {
						font-size: 11px;
						width: auto;
					}
								
					#user-box form.contact fieldset.row span {
						display: block;
						padding-left: 100px;
					}
					
					/* errors */
					
					#user-box form.contact fieldset.row.error {
						color: #ff0000 !important;
					}
					
					#user-box form.contact fieldset.row.error input, 
					#user-box form.contact fieldset.row.error textarea {
						background-color: #FFE6E8;
						border-color: #ff0000 !important;
					}


/*------- LOGIN ENDE --------*/

/*------- LOGGED IN --------*/
			
			#user-box .user {
				color: #fff;
				font: bold 18px/2em Arial, Helvetica, sans-serif;
			}
			
					
			#user-box .button_left,
			#user-box .button_right {
				background: #0b2050;
				border: 1px solid #fff;
				color: #e7c22a;
				cursor: pointer;
				font: bold 16px/1em Arial, Helvetica, sans-serif;
				height: 24px;
				margin-right: 5px;
				padding: 0 6px;
				text-decoration: none;
				width: auto;
			}
			
			#user-box .buttons {
				margin-top: 90px;
			}
			
			#user-box .button_left:hover,
			#user-box .button_right:hover {
				background: #e7c22a;
				color: #0b2050; 
			}


/*------- LOGGED IN ENDE --------*/

/*------- GALERIE ----------*/

#content .content-gallery {
	margin-bottom: 40px;
	overflow: hidden;
	width: 660px;
}

#content .content-gallery .image {
	background-color: #fff;
	border: 2px solid #4e4e4e;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 150px;
}

/*-------- GALERIE ENDE ---------*/

/*-------- CONTENT QUARTER--------------*/
.content-quarter {
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 150px;
}

.content-quarter p {
	margin-bottom: 5px !important;
}

.content-quarter a {
	border: 0 none !important;
}

.content-quarter h1 {
	background: none;
	width: 100%;
}
/*-------- CONTENT QUARTER ENDE ---------------*/

/*-------- KONTAKT -------------*/

#content .content-contact {
	float:left;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 350px;
}
		
			#content .content-contact img {
				float: right;
			}
			
			.content-contact form.contact {
			}
			
			.content-contact form.contact fieldset {
				border: none;
			}
			
			.content-contact form.contact fieldset.row {
				margin-bottom: 10px;
				overflow: auto;
			}
			
			.content-contact form.contact fieldset.snafu {
				display: none;
			}
			
				.content-contact form.contact label {
					display: block;
					float: left;
					font-weight: bold;
					padding: 5px 0 3px;
					width: 100px;
				}
				
				.content-contact form.contact legend label {
					display: inline;
					float: none;
					margin-left: 10px;
					width: auto;
				}
				
				    .content-contact form.contact input,
			
					.content-contact form.contact input, 
					.content-contact form.contact textarea {
						background-color: #fff;
						border: 1px solid #00023b;	
						color: #606060; 
						padding: 8px 3px 6px;					
						width: 230px;
					}
					
					.content-contact form.contact input:hover, form.contact input:focus, 
					.content-contact form.contact textarea:hover, form.contact textarea:focus {
						background-color: #fff;
					}				
			
					.content-contact form.contact input.zip {
						margin-right: 4px;
						width: 40px !important;
					}
					
					.content-contact form.contact input.city {
						width: 178px !important;
					}
					
					.content-contact form.contact input.checkbox {
						width: auto;
					}
					
					.content-contact form.contact textarea {
						height: 140px;
					}
					
					.content-contact form.contact .button {
						background: #0b2050;
						border: 1px solid #fff;
						color: #e7c22a;
						cursor: pointer;
						font: bold 16px/1em Arial, Helvetica, sans-serif;
						height: 24px;
						margin-left: 99px;
						padding: 0;
						width: 160px;
					}
					
					.content-contact form.contact .button:hover {
						background: #e7c22a;
						color: #00023b; 
					}
								
					.content-contact form.contact fieldset.row span {
						display: block;
						padding-left: 100px;
					}
					
					/* errors */
					
					.content-contact form.contact fieldset.row.error {
						color: #ff0000 !important;
					}
					
					.content-contact form.contact fieldset.row.error input, 
					.content-contact form.contact fieldset.row.error textarea {
						border-color: #ff0000 !important;
					}
					
					.content-info {
						float: left;
						font-weight: bold;
						height: 400px;
						width: 240px;
					}
					
/*-------- KONTAKT ENDE ------------*/

#sidebar {
	float: right;
	width: 238px;
}

#sidebar img {
	border: 2px solid #00023b;
}

#sidebar p {
	margin-bottom: 20px;
}

#sidebar a {
	color: #00023b;
	font-weight: bold;
	text-decoration: none;
	border: 1px dashed #00023b;
	border-width: 0 0 1px 0;
}

#sidebar a:hover {
	border-style: solid;
}

.content-sidebar {
	padding: 0 20px;
}

.content-sidebar h1 {
	background: url(../images/subline-sidebar.png) no-repeat bottom left;
	padding-bottom: 10px;
	width: 100%;
}

a#button-sidebar {
	background: url(../images/kontakt-btn.png) no-repeat;
	border: none;
	color: #00023b;
	display: block;
	font: italic 15px/1.2em Georgia, "Times New Roman", Times, serif;
	height: 53px;
	margin: 0 0 40px 12px;
	padding-top: 28px;
	text-align: center;
	text-decoration: none;
	width: 212px;
}

a#button-sidebar:hover {
	background: url(../images/kontakt-btn-hover.png) no-repeat;
	border: none;
}

#footer {
	background: #00023b;
	bottom: 0;
	color: #fff;
	font: normal 10px/1em Arial, Helvetica, sans-serif;
	height: 20px;
	left: 0;
	padding: 10px 0 0 20px;
	position: absolute;
	width: 900px;
}

	#footer a,
	#footer a:link,
	#footer a:visited {
		color: #fff;
	}
	
	#footer a:hover,
	#footer a:active {
		color: #797A98;
	}
	
	#footer .address {
		float: left;
		margin: 0;
	}
	
	#footer .nav {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0 20px;
		width: 198px;
	}
	
		#footer li {
			display: inline;
		}
		
			#footer li.separator:after {
				content: ' | ';
			}		
