/* CSS copyright 2010 by Gestaltungsbüro Riegel */


/* ----------Seitenstruktur---------- */

html, body {
	margin: 0;
	padding: 0;
	height: 102%;
}

body {
	background-color: #0a0a0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #f0f0f0;
}

.mainCenter {
	height: 100%;
}

img { 
	border: 0px; 
} 

p, pre {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #f0f0f0;
}

a { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #29ada5; 
	text-decoration: none;
} 
a:visited { color: #29ada5; text-decoration: none;} 
a:hover	{ color: #39e5da; text-decoration: underline;}
a:active { color: #ffffff; text-decoration: underline;}
a:focus { outline: none;} 

a.arrow { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px;
	color: #29ada5; 
	text-decoration: none; 
	padding-left: 17px;
	background-image: url(../images/arrow-right.png); 
	background-repeat: no-repeat;
	background-position: 0;
} 
a.arrow:visited { color: #29ada5; text-decoration: none;} 
a.arrow:hover	{ color: #39e5da; text-decoration: underline;}
a.arrow:active { color: #ffffff; text-decoration: underline;}
a.arrow:focus { outline: none;}

#header { 
	z-index: -8; 
	margin: 0 auto;
	width: 920px; 
	height: 250px;
	background-color: #0a0a0a; 
	background-image: url(../images/header_black.jpg);
	background-repeat: no-repeat;
}

#logo { 
	z-index: 5;
	margin: 70px 0 0 390px;
	width: 390px; 
	height: 55px; 
	background-image: url(../images/logo_gbr_black.png);
	background-repeat: no-repeat;
	position: absolute;
}

#topleiste { 
	position: absolute; 
	top: 0; 
	z-index: 6; 
	width: 100%; 
	height: 24px; 
	background-color: transparent;
}

#container {
	width: 920px;
	max-width: 920px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#leftcolumn { 
	z-index: -4;
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0; 
	width: 192px;
	max-width: 192px;
	height: auto;
	overflow: hidden;
}

#contentcolumn { 
	z-index: 3;
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0 0 90px 0;  
	width: 620px;
	max-width: 620px;
	height: auto;
	min-height: 480px;
	overflow: hidden;
}

#spacecolumn { 
	z-index: 4;
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0; 
	width: 108px;
	max-width: 108px;
	height: 500px;
	max-height: 500px;
	overflow: hidden;
}


/* ----------------Topmenü---------------- */

#topmenu { 
	z-index: 0; 
	margin: 152px 0 0 182px;
	width: 620px; 
	height: 25px; 
	background-color: transparent;
	position: absolute;
}

ul.topmenu {
	margin: 0; 
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%; 
	color: #f0f0f0;
	border: 0px;
}

ul.topmenu li {
	list-style: none;
	display: inline;
	margin: 0; 
	padding: 0; 
}

ul.topmenu a, ul.topmenu span {
	margin: 0 25px 0 0; 
	padding: 0;
	float: right; 
	width: auto; 
	height: 13px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	text-align: left;
	line-height: 130%; 
	color: #f0f0f0; 
	border: 0;
}

ul.topmenu a:hover {
	line-height: 130%; 
	color:#ffffff;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 6px solid #2f2f2f; 
}

ul.topmenu span {
	line-height: 130%; 
	color:#f0f0f0;
	padding-bottom: 5px;
	border-bottom: 6px solid #cdcdcd; 
}

ul.topmenu div {
	clear: left;
}


/* ----------------Menü links---------------- */

#leftmenu { 
	margin-right: 24px;
	height: auto;
}

a.portfolio {
	margin-top: 10px;
	width: 170px;
	height:	24px;
	background-image: url('../images/menu_port.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a:hover.portfolio {
	background-position: 0 -24px;
}

a.profil {
	margin-top: 10px;
	width: 170px;
	height:	24px;
	background-image: url('../images/menu_prof.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a:hover.profil {
	background-position: 0 -24px;
}

a.kontakt {
	margin-top: 10px;
	width: 170px;
	height:	24px;
	background-image: url('../images/menu_kont.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a:hover.kontakt {
	background-position: 0 -24px;
}

#sublevel_port { 
	margin: 0 -2px 6px 0;
	padding-left: 0;
	list-style: none;
}

#sublevel_port li, #sublevel_port li a{ 
	margin: 0; 
	padding: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none; 
	text-align: right;
	line-height: 180%; 
	color: #f0f0f0; 
	border: 0;
}

#sublevel_port li a:hover, #sublevel_port li a:active{ 
	margin: 0; 
	padding: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	text-align: right;
	line-height: 180%; 
	color: #d5ee35; 
	border: 0;
}

.subgreen{ 
	margin: 0 3px 0 0; 
	padding: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none; 
	text-align: right;
	line-height: 160%; 
	color: #0a0a0a; 
	background-color: #9cab30;
	border: 0;
}

#sublevel_prof { 
	margin: 0 -2px 6px 0;
	padding-left: 0;
	list-style: none;
}

#sublevel_prof li, #sublevel_prof li a{ 
	margin: 0; 
	padding: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none; 
	text-align: right;
	line-height: 180%; 
	color: #f0f0f0; 
	border: 0;
}

#sublevel_prof li a:hover, #sublevel_prof li a:active{ 
	margin: 0; 
	padding: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	text-align: right;
	line-height: 180%; 
	color: #ff840f; 
	border: 0;
}

.suborange{ 
	margin: 0 3px 0 0; 
	padding: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none; 
	text-align: right;
	line-height: 160%; 
	color: #0a0a0a; 
	background-color: #e77720;
	border: 0;
}


/* ----------------content---------------- */

#banner { 
	margin: 10px 25px 0 25px; 
	width: 560px;
	height: 300px;
	position: absolute;
}

#headline { 
	margin: 12px 0 0 25px; 
	position: absolute;
}

.quote {
	margin: 74px 0 0 25px;
	padding: 0;
	width: auto;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, serif;
 	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 160%;
	color: #0a0a0a;
	letter-spacing: 0.03em;
}

.quote_grey {
	color: #f0f0f0;
	background-color: #3e3f41; 
	padding: 0 4px;
}

.quote_blue {
	color: #f0f0f0;
	background-color: #385d63; 
	padding: 0 4px;
}

.quote_green {
	background-color: #9cab30; 
	padding: 0 4px;
}

.quote_orange {
	color: #e77720; 
	padding: 0;
}

#content_box {
	margin: 74px 25px 0 325px;
	padding: 0;
	width: 260px;
	position: relative;
}

#content_boxwide {
	margin: 74px 0 0 25px;
	padding: 0;
	width: 560px;
	position: relative;
}

p.content, pre.content {
	padding: 0;
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
	color: #f0f0f0;
}


/* ----------------Tabellen---------------- */

table, tr, td {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	color: #f0f0f0;
}


/* ----------überschriften---------- */

h1 { 
	margin: -3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #f0f0f0;
}

h2 { 
	margin: -3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #0a0a0a;
}

h3 { 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	color: #00626F;
}

h4 { 
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	color: #F19000;
}


/* ----------Listen---------- */

ul { 
	margin: 0 0 0 -14px;
	list-style-type: disc;
}

li { 
	padding: 0;
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	color: #f0f0f0;
}


/* ----------Icons etc.---------- */

a#card {
	margin-top: -7px;
	float: right;
	width: 38px;
	height:	32px;
	background-image: url('../images/ico_contact.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a:hover#card {
	background-position: 0 -32px;
}

#st72button { 
	position: absolute; 
	margin-top: 50px; 
	z-index: 8; 
	width: auto; 
	height: 140px; 
	background-color: transparent; 
}

a.st72button {
	width: 32px;
	height:	140px;
	background-image: url('../images/ico_st72.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

a:hover.st72button {
	background-position: 0 -140px;
}


/* ----------News Startseite---------- */

#headline_news { 
	margin: 365px 0 0 25px; 
	padding: 6px 0 3px 18px;
	width: 542px;
	background-color: #2f2f2f;
	position: absolute;
}

.date { 
	width: 58px; 
	height: 58px; 
	text-align: center; 
	color: #ffffff; 
	font-size: 9px; 
	line-height: 150%; 
	float: left; 
	margin-right: 15px; 
	background-image: url('../images/ico_date.png');
} 

.date strong { 
	font-family: Georgia, Times New Roman, serif; 
	display: block; 
	font-size: 16px; 
	padding-top: 15px; 
} 

.newshead {	
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 110%;
	vertical-align:middle;
	color: #23a78f;
}

.news { 
	padding: 10px 0 0 0;
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 125%;
	color: #f0f0f0;
}

.divider { 
	background-image: url(../images/divider.gif); 
	background-repeat: no-repeat; 
	background-position: 0;
}


/* ----------Fußzeile---------- */

#footercontainer {
	width: 920px;
	max-width: 920px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#footerleft { 
	z-index: -4;
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0; 
	width: 192px;
	max-width: 192px;
	height: auto;
	overflow: hidden;
}

#footermiddle { 
	z-index: 3;
	background-color: #0a0a0a;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;  
	width: 620px;
	max-width: 620px;
	height: 38px;
	min-height: 38px;
	overflow: hidden;
}

#footerright { 
	z-index: 4;
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0; 
	width: 108px;
	max-width: 108px;
	height: auto;
	overflow: hidden;
}

#pagefooter {
 	margin: 0 auto;
 	padding: 0;
	width: 920px;
	height: 40px;
}

p.footer { 
 	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
 	padding: 14px 0 0 0;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	color: #f0f0f0; 
}


