* {
	margin : 0;
	padding : 0;
}
.invisible {
	display : none;
}
div {
	display : block;
	position : relative;
	overflow : hidden;
}

/*** Block Elements ***/

body {
	min-width : 940px;
	font-size : 13px;
	font-family : Geneva, Helvetica, Arial, sans-serif;
	font-weight : normal;
	line-height : 18px;
	color : #333;
	background-color : #ddd;
}

h1 {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	margin-top : 25px;
	margin-bottom : 10px;
	font-size : 18px;
	font-weight : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	letter-spacing : 1px;
	line-height : 24px;
	color : #333;
	background-color : transparent;
}
h2 {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	margin-top : 20px;
	margin-bottom : 5px;
	font-size : 14px;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 18px;
	color : #085797;
	background-color : transparent;
}
h3, h4, h5, h6 {
	display : block;
	position : relative;
	overflow : hidden;
	margin-top : 15px;
	margin-bottom : 5px;
	font-size : 13px;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 18px;
	color : #085797;
	background-color : transparent;
}

p {
	display : block;
	position : relative;
	margin-top : 5px;
	font-weight : normal;
}
p.image {
	display : block;
	position : relative;
	overflow : hidden;
	font-size : 11px;
	color : #999;
	line-height : 15px;
}
p.image em {
	display : block;
	font-style : italic;
}
p.image.left,
p.image.right {
	margin-bottom : 3px;
}
p.image.left {
	float : left;
	margin-right : 10px;
}
p.image.right {
	float : right;
	margin-left : 10px;
}

dl,
ol,
ul {
	display : block;
	position : relative;
	overflow : hidden;
	margin : 0;
	padding : 0;
	font-weight : normal;
}
li {
	display : list-item;
	margin : 0 0 0 20px;
	padding : 0;
}
ul {
	margin-top : 5px;
	list-style-image : url('/images/list.item.png');
}
ol {
	margin-top : 5px;
}

dt {
	display : block;
	position : relative;
	overflow : hidden;
	margin-top : 5px;
	font-weight : bold;
}
dd {
	display : block;
	position : relative;
	overflow : hidden;
	margin-left : 20px;
	font-weight : normal;
}
address {
	display : block;
	position : relative;
	overflow : hidden;
	margin-top : 10px;
	font-weight : normal;
	font-style : normal;
}
hr {
	display : block;
	position : relative;
	overflow : hidden;
	font-weight : normal;
}

/*** Inline Elements ***/

a {
	color : #085797;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #333;
	background-color : transparent;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #df002b;
	background-color : transparent;
	text-decoration : underline;
}
a:active {
	color : #fff;
	background-color : #df002b;
	text-decoration : none;
}

a.intern {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.intern.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.intern:visited {
	background-image : url('/images/link.intern.visited.png');
}
a.intern:hover,
a.intern:focus {
	background-image : url('/images/link.intern.hover.png');
}
a.intern:active {
	background-image : url('/images/link.intern.active.png');
}
a.extern {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.extern.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.extern:visited {
	background-image : url('/images/link.extern.visited.png');
}
a.extern:hover,
a.extern:focus {
	background-image : url('/images/link.extern.hover.png');
}
a.extern:active {
	background-image : url('/images/link.extern.active.png');
}
a.file {
	padding : 0 1px 0 9px;
	background-image : url('/images/link.file.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.file:visited {
	background-image : url('/images/link.file.visited.png');
}
a.file:hover,
a.file:focus {
	background-image : url('/images/link.file.hover.png');
}
a.file:active {
	background-image : url('/images/link.file.active.png');
}
a.email {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.email.png');
	background-position : 1px 60%;
	background-repeat : no-repeat;
}
a.email:visited {
	background-image : url('/images/link.email.visited.png');
}
a.email:hover,
a.email:focus {
	background-image : url('/images/link.email.hover.png');
}
a.email:active {
	background-image : url('/images/link.email.active.png');
}

tt {
	font-weight : normal;
}
q {
	font-style : italic;
	quotes: "\201E" "\201C";
}
img {
	margin : 0;
	padding : 0;
	border : none;
}
span.image {
	margin-top : 8px;
	margin-bottom : 3px;
}
span.image.left {
	float : left;
	margin-right : 10px;
}
span.image.right {
	float : right;
	margin-left : 10px;
}

/*   ***** Layout *****   */

div#shortcut {
	display : none;
}

div#title {
	top : 0;
	left : 50%;
	margin : 20px 0 0 -470px;
	padding : 0;
	height : 120px;
	width : 940px;
	color : #333;
	background-color : #eee;
}
div#title h1 {
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	height : 120px;
	width : 280px;
	color : #333;
	background-color : #fff;
}
div#title h1 a {
	display : block;
	position : relative;
	overflow : hidden;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	height : 120px;
	width : 280px;
	font-size : 26px;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 120px;
	text-align : center;
	color : #3c8a92;
	background-color : transparent;
	text-decoration : none;
}
div#title p {
	position : absolute;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	height : 120px;
	width : 940px;
	font-size : 16px;
	line-height : 25px;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	background-color : transparent;
	background-image : url('/images/background.title.logo.agenturq.png');
	background-position : 0 0;
	background-repeat : no-repeat;
}
div#title p a {
	display : block;
	position : relative;
	overflow : hidden;
	left : 0;
	top : 0;
	margin : 0;
	padding : 10px 20px 10px 300px;
	height : 100px;
	width : 620px;
	color: #085797;
	text-decoration : none;
	background-color : transparent;
}

div#menu {
	position : absolute;
	left : 50%;
	top : 115px;
	margin : 0 0 0 -190px;
	padding : 0;
	height : 25px;
	width : 660px;
	color : #fff;
	background-color : #fdb257;
}
div#menu p {
	display : none;
}
div#menu ul {
	position : relative;
	list-style : none;
	left : 0;
	top : 0;
	margin : 0;
	padding :  0 20px;
	height : 25px;
	width : 620px;
	color : #333;
	background-color : transparent;
}
div#menu ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0 20px 0 0;
	padding : 0;
	height : 25px;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 23px;
	color : #333;
	background-color : transparent;
}
div#menu ul li a,
div#menu ul li a:visited {
	color : #085797;
	background-color : transparent;
	background-image : none;
}
div#menu ul li.selected a {
	color : #fff;
	background-color : transparent;
	background-image : none;
}
div#menu ul li a:hover,
div#menu ul li a:focus {
	color : #fff;
	text-decoration : underline;
	background-color : transparent;
	background-image : none;
}
div#menu ul li a:active {
	color : #df002b;
	text-decoration : none;
	background-color : transparent;
	background-image : none;
}

div#breadcrumb {
	display : none;
}

div#content {
	left : 50%;
	top : 0;
	margin : 0 0 0 -470px;
	padding : 0;
	width : 940px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.content.png');
	background-position : 0 0;
	background-repeat : repeat-y;
}
div#content div#main {
	float : right;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px 100px 20px;
	width : 620px;
	color : #333;
	background-color : #fff;
}
div#content div#column {
	float : right;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px 100px 20px;
	width : 240px;
	color : #333;
	background-color : #fdb257;
}

div#address {
	left : 50%;
	top : 0;
	margin : -50px 0 0 -470px;
	padding : 0;
	width : 940px;
	height : 40px;
	color : #333;
	background-color : #fdb257;
}
div#address p {
	display : none;
}
div#address address {
	left : 280px;
	top : 0;
	margin : 0;
	padding : 0 20px;
	width : 620px;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 20px;
	color : #333;
	background-color : #fff;
}
div#address address a {
	padding : 0 1px 0 12px;
	color : #333;
	background-color : transparent;
	background-image : url('/images/link.address.png');
	background-position : 1px 60%;
	background-repeat : no-repeat;
}
div#address address a:visited {
	color : #333;
	background-color : transparent;
	background-image : url('/images/link.address.visited.png');
}
div#address address a:hover,
div#address address a:focus {
	color : #df002b;
	background-color : transparent;
	background-image : url('/images/link.address.hover.png');
}
div#address address a:active {
	color : #fff;
	background-color : #df002b;
	background-image : url('/images/link.address.active.png');
}

div#legal {
	left : 50%;
	top : 0;
	margin : -75px 0 0 -470px;
	padding : 0;
	width : 940px;
	height : 25px;
	color : #333;
	background-color : #fff;
}
div#legal p {
	display : none;
}
div#legal ul {
	list-style : none;
	top : 0;
	left : 280px;
	margin : 0;
	padding : 0 20px;
	height : 25px;
	width : 620px;
	font-size : 11px;
	font-weight : normal;
	line-height : 23px;
	color : #085797;
	background-color : #fdb257;
}
div#legal ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0 20px 0 0;
	padding : 0;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 23px;
}
div#legal ul li a {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	text-decoration : none;
	color : #085797;
	background-color : transparent;
	background-image : none;
}
div#legal ul li a:visited {
	color : #085797;
	background-color : transparent;
	background-image : none;
}
div#legal ul li a:hover,
div#legal ul li a:focus {
	color : #fff;
	text-decoration : underline;
	background-color : transparent;
	background-image : none;
}
div#legal ul li a:active {
	color : #df002b;
	text-decoration : none;
	background-color : transparent;
	background-image : none;
}

div#partner {
	left : 50%;
	top : 0;
	margin : 60px 0 0 -470px;
	padding : 0;
	width : 940px;
	height : 130px;
	color : #333;
	background-color : transparent;
}
div#partner p {
	padding : 0;
	font-size : 11px;
	line-height : 30px;
	letter-spacing : 1px;
	color : #333;
	background-color : transparent;
}
div#partner ul {
	display : block;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 307px;
	font-size : 11px;
	font-weight : normal;
	color : #333;
	background-color : transparent;
}
div#partner ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0 20px 0 0;
	padding : 0;
}
div#partner ul li#partner_igm {
	display : block;
	position : relative;
	overflow : hidden;
	width : 98px;
	height : 70px;
	background-image : url('/images/background.partner.logo.igm.png');
}
div#partner ul li#partner_suedwest {
	display : block;
	position : relative;
	overflow : hidden;
	width : 169px;
	height : 28px;
	background-image : url('/images/background.partner.logo.suedwest.png');
}
div#partner ul li a {
	display : block;
	width : 100%;
	height : 100%;
}
div#partner ul li a span {
	display : none;
}

/*** Content Layout ***/


div.text {
	top : 0;
	left : 0;
	margin : 0 0 20px 0;
	padding : 0;
}

div.left {
	margin : 0;
	padding : 0;
	float : left;
	margin-right : 40px;
	width : 290px;
}
div.right {
	margin : 0;
	padding : 0;
	float : right;
	width : 290px;
}

div.col2,
div.col12,
div.col21 {
	clear : both;
	margin : 0;
	padding : 0;
	width : 620px;
}
div.col2left {
	float : left;
	margin-right : 40px;
	width : 290px;
}
div.col2right {
	float : right;
	width : 290px;
}

div.col12left {
	float : left;
	margin-right : 40px;
	width : 240px;
}
div.col12right {
	float : right;
	width : 340px;
}

div.col21left {
	float : left;
	margin-right : 40px;
	width : 340px;
}
div.col21right {
	float : right;
	width : 240px;
}

div.clear {
	clear : both;
	margin : 0;
	padding : 0;
}

div.teaser p {
	margin-top : 0;
	padding-top : 0;
}
div.teaser p tt {
	display : block;
}

div.preview {
	float : left;
	margin-top : 3px;
	margin-right : 10px;
	width : 80px;
	height : 60px;
	border : solid 1px #eee;
}
div.preview p {
	margin : 0;
	padding : 0;
	width : 80px;
	height : 60px;
	text-align : center;
}
div.preview p img {
	margin : 0 auto;
	padding : 0;
}


div#main div.links p {
	padding-bottom : 0;
}


div#main div.date dl dd p tt  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 21px;
}

div.entries {
}
div.entry {
	clear : both;
	margin-top : 20px;
	margin-bottom : 10px;
}
div.entry h2 {
	margin-top : 0;
	font-size : 14px;
	font-weight : bold;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height : 18px;
}
div.entry h2 a,
div.entry h2 a:visited,
div.entry h2 a:hover,
div.entry h2 a:focus{
	color : #085797;
}
div.entry h2 a:active {
	color : #fff;
	background-color : #df002b;
}

div.entry p {
	margin-top : 0;
	padding-top : 0;
}
div.entry div.teaser p {
}
div.entry div.teaser p tt {
	display : inline;
	font-size : 12px;
}
div.entry div.preview {
	float : left;
	margin-top : 3px;
	margin-right : 10px;
	width : 80px;
	height : 60px;
	border : solid 1px #eee;
}
div#column div.entry div.preview {
	border : solid 1px #eaa551;
}
div.entry div.preview p {
	margin : 0;
	padding : 0;
	width : 80px;
	height : 60px;
	text-align : center;
}
div.entry div.preview p a {
	display : block;
	position : relative;
	margin : 0;
	padding : 0;
	width : 80px;
	height : 60px;
}
div.entry div.preview p a img {
	display : block;
	position : relative;
	margin : 0 auto;
	padding : 0;
}

div.modification {
	margin-top : 10px;
	font-size : 11px;
	font-family : monospace;
	color : #999;
	background-color : transparent;
	background-image : none;
}

div.pagemeta {
	font-size : 11px;
	font-family : monospace;
	color : #999;
}

div.subnav {
	margin-left : -20px;
}
div.subnav h1,
div.subnav h2,
div.subnav h3 {
	margin-left : 20px;
}
div.subnav p {
	margin-left : 20px;
	margin-right : 20px;
}

div.subnav ul {
	list-style : none;
	list-style-image : none;
	margin-top : 0;
	padding-top : 0;
}
div.subnav ul li {
	margin-left : 20px;
}
div.subnav ul li ul {
	padding-bottom : 0;
}

div.search {
}
div.search fieldset {
	border : none;
}
div.search fieldset legend {
	display : none;
}

div.search select {
	width : 60px;
}
input#formSearchWords,
select#formTasksId {
	width : 490px;
}
div.search label {
	display : block;
	margin-top: 20px;
	font-weight : bold;
}
div#formSearchBool p,
div#formDatePeriod p {
	margin-top : 0;
}
input#formSearchSubmit {
	margin-top: 10px;
	padding-left : 10px;
	padding-right : 10px;
	font-size : 11px;
	font-weight : bold;
}
div.search div.pagemeta {
	margin-top: 10px;
}
form#searchQuickForm input#formSearchWords {
	width : 120px;
}
form#searchQuickForm input#formSearchSubmit {
	width : 60px;
}
