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

/*** Block Elements ***/
html {
	min-width : 960px;
	color : #333;
	background-color : #1f5d7c;
}
body {
	width : 960px;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 18px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.site.png');
	background-repeat : repeat-y;
	background-position : left top;
}

h1 {
	margin-top : 20px;
	font-size : 18px;
	font-weight : bold;
	line-height : 24px;
	color : #444;
}
h2 {
	margin-top : 10px;
	font-size : 16px;
	font-weight : bold;
	line-height : 22px;
	color : #333;
}
h3, h4, h5, h6 {
	margin-top : 10px;
	font-size : 14px;
	font-weight : bold;
	line-height : 20px;
	color : #333;
}
p {
	margin-top : 10px;
	font-weight : normal;
}
dl,
ol,
ul {
	margin-top : 10px;
	font-weight : normal;
}
ol li {
	margin-left : 20px;
}
ul li {
	margin-left : 15px;
}
li ul,
li ol {
	margin-top : 0;
}

dt {
	margin-top : 10px;
	font-weight : bold;
}
dd {
	font-weight : normal;
}
address {
	font-weight : normal;
	font-style : normal;
}
hr {
	font-weight : normal;
}
form {
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight : normal;
}
form fieldset {
	margin : 10px 0;
	padding : 20px;
	border : solid 1px #999;
}
form fieldset legend {
	color : #999;
}
form fieldset p label {
	display : block;
	font-weight : bold;
}
form fieldset p textarea,
form fieldset p select,
form fieldset p input[type="text"],
form fieldset p input[type="password"] {
	width : 500px;
}

/*** Inline Elements ***/

a {
	color : #1f5d7c;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #999;
	background-color : transparent;
}
a:hover,
a:focus {
	color : #fff;
	background-color : #1f5d7c;
}
a:active {
	color : #fff;
	background-color : #999;
}

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

a.intern {
	padding : 1px 1px 1px 7px;
	background-image : url('/images/link.intern.png');
	background-repeat : no-repeat;
	background-position : 1px 45%;
}
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 : 1px 1px 1px 7px;
	background-image : url('/images/link.extern.png');
	background-repeat : no-repeat;
	background-position : 1px 45%;
}
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.email {
	padding : 1px 1px 1px 11px;
	background-image : url('/images/link.email.png');
	background-repeat : no-repeat;
	background-position : 1px 50%;
}
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.hover.png');
}
a.file {
	padding : 1px 1px 1px 9px;
	background-image : url('/images/link.file.png');
	background-repeat : no-repeat;
	background-position : 1px 45%;
}
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');
}

tt {
	font-size : 11px;
	font-family : monospace;
	font-weight : normal;
}
q {
	font-style : italic;
	quotes: "\201E" "\201C";
}
img {
	border : none;
}
img.left {
	float : left;
	margin-right : 10px;
	margin-top : 3px;
	margin-bottom : 3px;
}
img.right {
	float : right;
	margin-left : 10px;
	margin-top : 3px;
	margin-bottom : 3px;
}

p.image {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
p.image.left,
p.image.right {
	padding-bottom: 5px;
}
p.image.left {
	float: left;
	padding-right: 15px;
}
p.image.right {
	float: right;
	padding-left: 15px;
}
p.image a {
	display: block;
	position: relative;
	margin-top: 4px;
	border: 1px solid #ddd;
}
p.image a img {
	margin: 0;
	padding: 0;
}
p.image img {
	margin-top: 4px;
}

p.summary {
	margin-top : 0;
	font-weight : bold;
}

p.error {
	font-weight : bold;
	color : #f00;
}

span.org {
}
span.org span.aqz {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

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

div#shortcut {
	display : none;
}
div#title {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 160px;
	width : 960px;
	background-color : #fff;
	background-image : url('/images/background.site.header.png');
	background-repeat : no-repeat;
	background-position : 0 0px;
}
div#title h1 {
	display : none;
}
div#title p.slogan {
	display : block;
	position : absolute;
	overflow : hidden;
	top : 30px;
	left : 0;
	margin : 0;
	padding : 0;
	height : 120px;
	width : 945px;
	line-height : 30px;
	font-size : 20px;
	font-weight : normal;
	letter-spacing : 1px;
	background-color : #fff;
	background-image : url('/images/background.site.header.png');
	background-repeat : no-repeat;
	background-position : 0 -30px;
}
div#title p.slogan a {
	display : block;
	padding : 82px 0 0 180px;
	height : 38px;
	width : 765px;
	color : #999;
	background-color : transparent;
	background-image : url('/images/background.title.logo.png');
	background-repeat : no-repeat;
	background-position : 20px 25px;
}
div#title p.slogan a:hover,
div#title p.slogan a:focus,
div#title p.slogan a:active {
	color : #999;
	background-color : transparent;
}
div#title p.agenturq {
	display : block;
	position : absolute;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 40px;
	width : 960px;
	line-height : 40px;
	font-size : 14px;
	font-weight : normal;
	letter-spacing : 0;
	color : #fff;
	background-color : #1f5d7c;
	background-image : url('/images/background.site.header.png');
	background-repeat : no-repeat;
	background-position : 0 0;
}
div#title p.agenturq a {
	display : inline;
	padding-left : 20px;
	color : #fff;
}
div#title p.agenturq a:hover,
div#title p.agenturq a:focus,
div#title p.agenturq a:active {
	color : #fff;
	text-decoration : underline;
}

div#menu {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 945px;
	height : 30px;
	color : #333;
}
div#menu p {
	display : none;
}
div#menu ul {
	display : block;
	position : relative;
	overflow : hidden;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 0 20px;
	width : 925px;
	height : 25px;
	background-color : #fff;
	border-bottom : solid 5px #d66411;
}
div#menu ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	margin : 0 20px 0 0;
	padding : 0;
	height : 25px;
	font-size : 12px;
	font-weight : bold;
	line-height : 25px;
}
div#menu ul li a {
	display : block;
	padding-left : 10px;
	padding-right : 10px;
	color : #d66411;
	line-height : 24px;
	background-color : transparent;
	border-top : solid 1px #d66411;
	border-bottom : none;
	border-left : solid 1px #d66411;
	border-right : solid 1px #d66411;
	background-color : #fff;
}
div#menu ul li a:hover,
div#menu ul li a:focus {
	color : #fff;
	background-color : #d66411;
	text-decoration : underline;
}
div#menu ul li a:active {
	color : #fff;
	background-color : #999;
	text-decoration : underline;
}
div#menu ul li.selected a {
	color : #fff;
	background-color : #d66411;
}
div#menu ul li.selected a:active {
	background-color : #999;
	background-image : none;
}

div#breadcrumb {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 945px;
	height : 25px;
	color : #999;
	background-color : #fff;
}
div#breadcrumb p {
	display : block;
	position : relative;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 0 20px;
	font-size : 12px;
	font-weight : bold;
	height : 25px;
	line-height : 25px;
}
div#breadcrumb ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	font-size : 12px;
	font-weight : normal;
	height : 25px;
	line-height : 25px;
}
div#breadcrumb ul li {
	display : block;
	position : relative;
	float : left;
	margin : 0;
	padding : 0 0 0 10px;
	height : 25px;
	line-height : 25px;
	color : #999;
	background-color : transparent;
	border : none;
}
div#breadcrumb ul li a {
	padding : 1px 1px 1px 6px;
	color : #999;
	background-color : transparent;
	background-image : url('/images/link.breadcrumb.png');
	background-repeat : no-repeat;
	background-position : 1px 50%;
}
div#breadcrumb ul li a:visited {
	color : #999;
	background-color : transparent;
	background-image : url('/images/link.breadcrumb.visited.png');
}
div#breadcrumb ul li a:hover,
div#breadcrumb ul li a:focus {
	color : #fff;
	background-color : #1f5d7c;
	background-image : url('/images/link.breadcrumb.hover.png');
}
div#breadcrumb ul li a:active {
	color : #fff;
	background-color : #999;
	background-image : url('/images/link.breadcrumb.active.png');
}

div#content {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 40px 0;
	width : 945px;
	color : #333;
	background-color : #fff;
}
div#content div#main {
	display : block;
	position : relative;
	overflow : hidden;
	float : right;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 645px;
	color : #333;
	background-color : transparent;
}
div#content div#column {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 300px;
	color : #333;
	background-color : transparent;
}

div#address {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 10px 0;
	width : 945px;
	text-align : center;
	color : #fff;
	background-color : #d66411;
}
div#address p {
	display : none;
}
div#address address {
	font-size : 14px;
	font-style : normal;
	line-height : 21px;
	color : #fff;
	background-color : transparent;
}
div#address address a {
	color : #fff;
	background-image : url('/images/link.address.png');
	background-position : 1px 55%;
}
div#address address a:visited {
	color : #fff;
	background-image : url('/images/link.address.visited.png');
}
div#address address a:hover,
div#address address a:focus {
	color : #d66411;
	background-color : #fff;
	background-image : url('/images/link.address.hover.png');
}
div#address address a:active {
	color : #fff;
	background-color : #999;
	background-image : url('/images/link.address.active.png');
}

div#legal {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 960px;
	height : 30px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.site.footer.png');
	background-repeat : no-repeat;
	background-position : 0 0;
}
div#legal p {
	display : none;
}
div#legal ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	padding-left : 10px;
	height : 30px;
}
div#legal ul li {
	display : inline;
	margin : 0 0 0 10px;
	padding : 0;
	font-size : 13px;
	font-weight : normal;
	height : 30px;
	line-height : 30px;
	color : #999;
	background-color : transparent;
	border : none;
}
div#legal ul li a {
	color : #999;
	background-color : transparent;
	background-image : url('/images/link.legal.png');
}
div#legal ul li a:visited {
	color : #999;
	background-color : transparent;
	background-image : url('/images/link.legal.visited.png');
}
div#legal ul li a:hover,
div#legal ul li a:focus {
	color : #fff;
	background-color : #1f5d7c;
	background-image : url('/images/link.legal.hover.png');
}
div#legal ul li a:active {
	color : #fff;
	background-color : #999;
	background-image : url('/images/link.legal.active.png');
}

div#partner {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 0;
	margin : 0;
	padding : 10px 0;
	width : 960px;
	height : 70px;
	color : #fff;
	background-color : #1f5d7c;
	background-image : url('/images/background.site.footer.png');
	background-repeat : no-repeat;
	background-position : 0 -30px;
}
div#partner p {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 20px;
}
div#partner ul {
	display : block;
	list-style : none;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 50px;
}
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.igmetall {
	display : block;
	position : relative;
	float : left;
	top : 0;
	left : 0;
	height : 50px;
	width : 125px;
	background-image : url('/images/background.partner.igmetall.png');
	background-repeat : no-repeat;
}
div#partner ul li.suedwestmetall {
	display : block;
	position : relative;
	float : left;
	top : 25px;
	left : 0;
	height : 25px;
	width : 150px;
	background-image : url('/images/background.partner.suedwestmetall.png');
	background-repeat : no-repeat;
}
div#partner ul li a {
	display : block;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
}
div#partner ul li.igmetall a {
	height : 50px;
	width : 125px;
}
div#partner ul li.suedwestmetall a {
	height : 25px;
	width : 150px;
}
div#partner ul li a:hover,
div#partner ul li a:focus,
div#partner ul li a:active {
	background-color : transparent;
}
div#partner ul li a span {
	display : none;
}

/*** Content Layout ***/

div.left {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 50%;
}
div.right {
	display : block;
	position : relative;
	overflow : hidden;
	float : right;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 50%;
}
div.clear {
	display : block;
	margin : 0;
	padding : 0;
	clear : both;
}

div.text {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	margin-bottom : 20px;
	padding : 0 20px;
}

div.col2,
div.col12,
div.col21 {
	display :block;
	position : relative;
	clear : both;
	overflow : hidden;
	margin : 0 0 20px 0;
	padding : 0;
	width : 645px;
}
div.col2left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 5px;
	width : 280px;
}
div.col2right {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 280px;
}
div.col12left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 5px;
	width : 240px;
}
div.col12right {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 320px;
}
div.col21left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 5px;
	width : 320px;
}
div.col21right {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 240px;
}

div.preview {
	float : left;
	margin-top : 8px;
	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.entries {
}
div.entry {
	clear : both;
	margin-top : 20px;
	margin-bottom : 10px;
}
div#main div.entry:first-child {
	margin-top : 10px;
}

div.entry h2 {
	margin-top : 0;
}

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 : 4px;
	margin-right : 10px;
	width : 80px;
	height : 60px;
	border : solid 1px #eee;
}
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-top : 10px;
	padding : 0 0 40px 0;
	background-image : url('/images/background.column.subnav.png');
	background-repeat : no-repeat;
	background-position : left bottom;
}
div.subnav h1 {
	margin-top : 0;
	padding-top : 40px;
	padding-left : 20px;
	background-image : url('/images/background.column.subnav.png');
	background-repeat : no-repeat;
	background-position : left top;
}
div.subnav h2 {
	padding-left : 20px;
	font-weight : normal;
}
div.subnav h2 strong {
	color : #333;
}
div.subnav h3 {
	padding-left : 20px;
}
div.subnav p {
	padding-left : 20px;
}
div.subnav ul {
	margin-top : 0;
	list-style : none;
	font-size : 12px;
	width : 260px;
}
div.subnav ul li ul{
	margin-top : 0;
	width : 100%;
}
div.subnav li {
	list-style : none;
	margin-left : 20px;
}
div.subnav li a.intern:visited {
	color : #1f5d7c;
	background-color : transparent;
	background-image : url('/images/link.intern.png');
}
div.subnav li a.intern:hover,
div.subnav li a.intern:focus {
	color : #fff;
	background-color : #1f5d7c;
	background-image : url('/images/link.intern.hover.png');
}
div.subnav li a.intern:active {
	color : #fff;
	background-color : #999;
	background-image : url('/images/link.intern.active.png');
}

div#column div.login h1 {
	margin-top : 0;
}

div.image {
	border : 1px solid #999;
}
div.image p {
	margin-top : 0;
}
div.image p span {
	display : block;
	padding : 2px 5px;
	font-size : 12px;
	font-style : italic;
	color : #fff;
	background-color : #999;
}

form fieldset p input.error,
form fieldset p textarea.error {
	background-color : #fdd;
}
ul#errorBoxList {
}
ul#errorBoxList li {
	color : #f00;
}

div#button {
	margin : 0;
	padding : 0 5px 0 15px;
	width : 300px;
}
div#button ul {
	margin : 0;
	padding : 10px 0 0 0;
	list-style : none;
}
div#button ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	margin : 0;
	padding : 0;
	width : 150px;
	height : 150px;
	line-height : 15px;
}
div#button ul li a {
	display : block;
	position : relative;
	overflow : hidden;
	margin : 0;
	padding : 110px 20px 0 20px;
	width : 110px;
	height : 40px;
	font-weight : bold;
	color : #1f5d7c;
	background-color : transparent;
	background-image : url('/static/button.blau.png');
	background-position : 0 0;
	background-repeat : no-repeat;
}
div#button ul li a:hover,
div#button ul li a:focus,
div#button ul li a:active {
	background-image : url('/static/button.grau.png');
}
