@charset "UTF-8";


@import "fontimport.css";

/* ------------------- */
/*         a-z         */
/* ------------------- */

a {
	border-bottom:1px solid #b9c4c7;
	color:#5a7177;
	text-decoration:none;
	}
	
a:hover {
	color:#5a7177;
	border-bottom:1px solid #5a7177;
	}

.addthis_toolbox a {border:none;}
.addthis_default_style a {line-height:16px;}

body {
	background:#fff url(../img/hq_page_bg.png) center repeat-y;
	color:#5a7177;
	font-family:'Lato', 'Trebuchet MS', Verdana, sans-serif;
	font-size:16px;
	line-height:22px;
}

.bg_gray100 {background-color:#5a7177; color:#fff;}
.bg_gray60 {background-color:#99a9ac; color:#fff;}
.bg_gray40 {background-color:#b9c4c7; color:#fff;}
.bg_gray10 {background-color:#e8eeef; color:#5a7177;}

.bg_green100 {background-color:#95cb6e; color:#fff;}
.bg_green70 {background-color:#b4d997; color:#fff;}
.bg_green60 {background-color:#bedea4; color:#fff;}
.bg_green10 {background-color:#f1f8ec; color:#5a7177;}

em {font-style:italic;}

form#contact a {border:none;}

form#contact input,
form#contact textarea {
	font-family:'Lato', 'Trebuchet MS', Verdana, sans-serif;
	font-size:14px;
	line-height:22px;
	padding:2px;
}

form#contact input#send {
	line-height:100%;
	padding:2px 6px;
}

form#contact table {
	background-color:#e8eeef;
	border:30px solid #e8eeef
}

form#contact tr td {
	padding:0 0 7px;
	vertical-align:top;
}

h2 {
	font-weight:bold;
	margin-bottom:16px;
	}
	
h3 {
	font-style:italic;
	margin-bottom:16px;
	}

h4 {
	font-weight:bold;
	margin-bottom:14px;
	}

.hq-item {
	margin:0 0 30px;
	overflow:auto;
}

.statusA {background-color:#f1f8ec;}
.statusB {background-color:#e8eeef;}
.statusC {background-color:#f3e9e6;}

.hq-item-img {
	display:block;
	float:left;
	position:relative;
}

.hq-item-img span.hq-item-status {
	background-color:#5a7177;
	border:1px dotted #999;
	border-width:0 1px 1px 0;
	height:29px;
	left:0;
	position:absolute;
	top:0;
	width:29px;
}

/* StatusA */
.statusA .hq-item-img span.hq-item-status {
	background-color:#95cb6e;
}

/* StatusB */
.statusB .hq-item-img span.hq-item-status {
	background-color:#5a7177;
}

/* StatusC */
.statusC .hq-item-img span.hq-item-status {
	background-color:#c1272d;
}

.hq-item-content {
	margin-left:180px;
	padding:15px 30px 0;
}

html {overflow-y:scroll;}

p {margin-bottom:16px;}

.quadrat {
	height:180px;
	position:absolute;
	width:180px;
}

.quadrat_text {
	border:none;
	font-weight:bold;
	position:absolute;
	height:140px;
	padding:30px 10px 10px 30px;
	width:140px;
}

a.quadrat_text:hover {
	background-color:#c8d2d4;
	color:#5a7177;
	border:none;
	}

strong {font-weight:bold;}

.text-flow {
		background:#fff;
		padding:210px 30px 0 0;
		top:180px;
		width:510px;
}

.text-static {
	background:#fff;
	height:180px;
	left:0;
	padding:30px 30px 0 0;
	position:absolute; 
	width:360px;
	top:0;
	z-index:9999;
}

div#content ul {margin:32px 0;}

div#content ul li {
	background:url(../img/hq_graues_mini_quadrat.png) no-repeat 0 8px;
	margin:0 0 16px;
	padding-left:16px;
}

div#content ul.linklist {
	margin:32px 0;
}

div#content ul.linklist li {
	background:url(../img/hq_gruenes_mini_quadrat.png) no-repeat 0 8px;
	margin:0 0 16px;
	padding-left:16px;
}

/* #6ac32a != HQ Grün */
div#content ul.linklist a {
	border-bottom:1px solid #bedea4;
	color:#6ac32a;
	text-decoration:none;
	}
	
div#content ul.linklist a:hover {
	border-bottom:1px solid #95cb6e;
	}

/* ------------------- */
/*       LAYOUT        */
/* ------------------- */


div#page {
	background:#fff;
	height:100%;
	margin:0 auto;
	width:960px;
}


div#header {
	height:240px;
	padding-top:30px;
	position:relative;
}

	div#header h1#logo {
		margin:0 0 0 108px;
		}
		
	div#header h1#logo a {
		border:none;
		}
		
	div#header div#direct-contact-box {
		background:#c1272d;
		color:#fff;
		height:156px;
		left:780px;
		padding:12px 15px;
		position:absolute;
		top:90px;
		width:150px;
		}
	
	div#header div#direct-contact-box a {
		border-bottom:1px solid #ccc;
		color:#fff;
		font-size:14px;
		}
	
	div#header div#direct-contact-box a:hover {
		border-bottom:1px solid #fff;
		color:#fff;
		font-size:14px;
		}

div#navigation {
	background:#fff;
	float:left;
	overflow:visible;
}

	div#navigation ul {
		margin:0 0 0 30px;
	}

	div#navigation ul li {
		margin:0 0 14px 0;
	}
	
	div#navigation ul li.selected {
		font-weight:bold;
	}
	
	div#navigation a {
		border:none;
		color:#5a7177;
	}
	
	div#navigation a:hover {
		border:none;
		color:#6ac32a;
	}
	
div#content {
	background-color:#fff;
	margin-left:240px;
	overflow:visible;
	position:relative;
}

* html div#content {
	height:100%;
}