/****************************************************************************************
B A S E   S E T T I N G S
*****************************************************************************************/
*		{
		padding: 0; 
		margin: 0;
		}

body	{
		font-size: 62.5%; 
		line-height: 62.5%;
		background: #7e7e80 url("../img/wallpaper.gif"); 
		color: #707072; 
		text-align: center;
		}


/****************************************************************************************
M A I N   P O S I T I O N I N G   I N   U S E D   S E Q U E N C E
*****************************************************************************************/

#wallpaper_gradient {
		width: 100%;
		background: url("../img/wallpaper_gradient.jpg") repeat-x;
		}

#wrapper {
		width: 960px;
		height: 100%;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 20px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
		font-size: 1.2em; 
		line-height: 1.8em; 
		color: #707072;
		}

#header,
#content,
#footer_wrapper {
		width: 100%;
		}

#header {  
		height: 360px;
		background: url("../img/header_bgr.jpg") no-repeat;
		text-align: left;
		}

#header_print {  
		display: none;
		}

#logobar {
		height: 35px;
		background: url("../img/red_logo.gif") no-repeat;
		margin-left: 61px;
		overflow: hidden;
		}

#servicenav {
		float: left;
		height: 20px;
		text-align: left;
		margin: 14px 0 0 210px;
		}

* html #servicenav {
		float: left;
		height: 20px;
		margin: 14px -30px 0 200px;
		padding: 0;
		display: inline;
		}

#search {
		float: right;
		width: 245px;
		height: 20px;
		margin-top: 14px;
		height: 20px;
		background: url("../img/search.gif") no-repeat;
		}

#searchsafari {
		float: right;
		width: 245px;
		height: 20px;
		margin-top: 14px;
		height: 20px;
		}

#search_off {
		float: right;
		width: 245px;
		height: 20px;
		margin-top: 14px;
		height: 20px;
		}
	
#theme	{
		width: 950px;
		height: 232px;
		background: url("../img/red_theme.jpg") no-repeat;
		margin-left: 5px;
		}

#nav	{
		width: 950px;
		height: 60px;
		margin-left: 5px;
		background: url("../img/red_navlayer.jpg") no-repeat;
		}

#nav_static	{
		width: 950px;
		height: 60px;
		margin-left: 5px;
		background: url("../img/red_navlayer.jpg") no-repeat;
		}

#content {
		float: left;
		margin-top: 0px;
		background: url("../img/content_bgr.jpg") repeat-y;
		/* overflow: auto;  Macht Probleme bei Lightbox */
		}

#contentsearch {
		float: left;
		width: 245px;
		height: 20px;
		margin-top: 8px;
		height: 20px;
		background: url("../img/searchcontent.gif") no-repeat;
		}

#column_left {
		float: left;
		width: 644px;
		padding: 10px 45px 0;
		padding-right: 5px;
		}

#column_outer_right {
		float: right;
		width: 255px;
		border-left: 1px dashed #FFFFFF; 
		}

#column_inner_right {
		float: right;
		width: 200px;
		padding: 10px 0 20px;
		padding-right: 45px;
		}

#webnews { 
		float: left;
		overflow: hidden;
		}

#rss	{ 
		float: left;
		height: 44px;
		margin-left: 16px;
		margin-top: 10px;
		background-image: url("../img/red_rss.gif");
		background-repeat: no-repeat;
		}

#footer_wrapper {
		float: left;
		background: url("../img/corner_footer_left.gif") no-repeat;
		height: 52px;
		text-align: left;
		}

#footer {
		background: url("../img/footer_bgr.jpg") no-repeat;
		margin-left: 45px;
		width: 915px;
		height: 52px;
		text-align: right;
		}

#footer_print	{
		display: none;
		}


/****************************************************************************************
H T M L   E l e m e n t s   i n   a l p h a b e t i c a l   o r d e r 
*****************************************************************************************/

/*** Content Components ******************/
#content a,
#content a:visited {
		text-decoration: none; 
		color: #e2001a;
		}

#content a:hover {
		text-decoration: underline; 
		color: #e2001a;
		}

#content a.arrow,
#content a:visited.arrow {
		background: url("../img/red_arrow.gif") no-repeat 0% 50%; 
		color: #707072; 
		padding-left: 1.5em; 
		margin-left: 0;
		line-height: 1.8em;
		text-indent: 10px;
		}

#content a:hover.arrow {
		text-decoration: none; 
		color: #e2001a;
		}

#content form {
		margin: 0px;
		padding: 0px;
		}

#content h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		}

#content h1 {
		font-size: 160%; 
		font-weight: normal; 
		line-height: 2.2em;
		color: #e2001a;
		letter-spacing: 0.1em;
		}

#content h2 {
		margin-left: 16px;
		font-size: 130%; 
		font-weight: normal;
		line-height: 1.8em;
		color: #000000;
		}
		
#content h3 {
		margin-left: 16px;
		font-size: 100%; 
		font-weight: normal;
		line-height: 1.8em;
		color: #000000;
		text-transform: uppercase; 
		letter-spacing: 0.05em;
		}

#content hr {
		background-color: #e7e7e7; 
		color: #e7e7e7; 
		border: #e7e7e7; 
		height: 1px; 
		margin-top: 1.5em; 
		}

#content hr.margin {
		background-color: #e7e7e7; 
		color: #e7e7e7; 
		border: #e7e7e7; 
		height: 1px; 
		margin: 0.5em 0 1.5em 0; 
		}

#content img, a img {
		border: 0em;
		}

#content input, textarea {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
		font-size: 1.1em;
		border: 1px solid #707072;
		}

#content input.search {
		width: 160px;
		padding-top: 1px;
		margin-left: 10px;
		background: transparent;
		border: 0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
		font-size: 0.9em;
		color: #707072;
		}
#content input.submitsearch {
		width: 30px;
		height: 17px;
		padding-top: 1px;
		margin-left: 0px;
		background: transparent;
		border: 0;
		}

#content p {
		margin-left: 16px;
		padding: 0px;
		}

#content p.hr { 
		margin-left: -15px;
		margin-top: 10px;
		margin-bottom: 20px; 
		line-height: 1px;
		background-image: url("../img/red_hr_content.gif");
		background-repeat: no-repeat;
		}

#content p.referenzen {
		margin-left: 12px;
		padding: 0px;
		}

#content span.small {
		font-size: 80%;
		}

#content td {
		margin: 0px; 
		}

#content td.referenzen {
		background-image: url(../img/imageframe.gif);
		background-repeat: no-repeat; 
		}
		
#content td.referenzen:hover {
		background-image: url(../img/imageframe_over.gif);
		background-repeat: no-repeat; 
		}

#content ul	{
		margin-left: 16px;
		padding: 15px;
		list-style-type: disc;
		}

#content li.a { 
		padding-left: 0px; 
		line-height: 1.8em;
		}

#content ul.a {
		list-style-image: url("../img/red_arrow.gif"); 
		padding-left: 18px;
		}


/* KONTAKTFORMULAR
---------------------------*/
#form #error {
		width: 520px;
		margin: 10px 0 20px 0;
		padding-left: 80px;
		background: url("../img/error.gif") no-repeat #fadcd9;
		border: 1px solid #e2001a;
		color: #333333;
		}

#form #error h1 {
		margin: 10px 0 10px 0;
		font-size: 120%;
		font-weight: normal;
		line-height: 1em;
		color: #e2001a;
		letter-spacing: 0;
		}

#form fieldset {
		width: 580px;
		margin: 0 20px 15px 0;
		padding: 0 10px 15px 10px;
		border: 1px dotted #5a5a5a;
		}

* html #form fieldset { /* IE6 Hack: Dupliziert Border Top willkürlich */
		border-top: none;
		}

* +html #form fieldset { /* IE7 Hack: Dupliziert Border Top willkürlich */
		border-top: none;
		}

#form .fixfield { /* IE Workaround: Gleicher Abstand im Fieldset zuoberst */
		height: 20px;
		}

#form form {
		margin: 0;
		padding: 0;
		}

#form input, #form textarea {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
		font-size: 100%;
		}

#form input.border {
		margin: 0 0 3px 0;
		width: 370px;
		height: 15px;
		border: 1px solid #6c6c6c;
		}

#form input.bordertown {
		margin: 0 0 3px 0;
		width: 205px;
		border: 1px solid #6c6c6c;
		}

#form input.borderzip {
		margin: 0 0 3px 0;
		width: 55px;
		border: 1px solid #6c6c6c;
		}

#form input.floatl{
		clear: both;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		}

#form p.error {
		margin: 0;
		color: #e2001a;
		}

#form p.submit {
		margin: 0 0 20px 12px;
		}

#form p.submit input {
		width: 100px;
		height: 20px;
		background-color: #e2001a;
		font-size: 90%;
		color: #fff;
		letter-spacing: 0.1em;
		}

#form label {
		display: block;
		}

#form legend {
		padding: 0 3px 0 3px;
		color: #5a5a5a;
		}

#form form li	{
		margin-top: .5em;
		list-style: none;
		}

#form form li ul li {
		margin-left: 3px;
		}

#form li.zip {
		display: block;
		float: left;
		width: 65px;
		}
		
#form li.town {
		margin-left: 5px;
		width: 300px;
		}

#form ol, #form ul, #form li {
		margin: 0;
		padding: 0;
		}

#form p.descmgleft {
		margin: 0 0 10px 40px;
		font-size: 90%;
		line-height: 133%;
		color: #afafaf;
		}

#form span.desc {
		margin: 0 0 10px 0;
		font-size: 90%;
		line-height: 133%;
		color: #afafaf;
		}

#form textarea.message {
		width: 370px;
		height: 100px;
		border: 1px solid #6c6c6c;
		margin: 1px 0;
		}
		


/*** Navigation Components ******************/
#nav ul	{
		margin-left: 40px;
		}
		
#nav li {
		float: left;
		list-style-type: none;
		font-size: 1.2em; 
		padding-right: 3.5em;
		padding-top: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-transform: lowercase;
		}

#nav a, a:visited, a:hover {
		text-decoration: none;
		}

#nav a	{
		color: #FFF;
		}

#nav a:visited {
		color: #FFF;		 
		}

#nav a:hover {
		color: #bd2623; 
		}

#nav a.active {
		color: #bd2623; 
		}

#nav_static ul	{
		margin-left: 40px;
		}
		
#nav_static li {
		float: left;
		list-style-type: none;
		font-size: 1.2em; 
		padding-right: 3.5em;
		padding-top: 12px;
		font-weight: bold;
		letter-spacing: 0.05em;
		text-transform: lowercase;
		}

#nav_static a, a:visited, a:hover {
		text-decoration: none;
		}

#nav_static a	{
		color: #FFF;
		}

#nav_static a:visited {
		color: #FFF;		 
		}

#nav_static a:hover {
		color: #bd2623; 
		}

#nav_static a.active {
		color: #bd2623; 
		}

/*** RSS ******************/
#column_inner_right a.rss,
#column_inner_right a:visited.rss {
		margin-left: 30px;
		font-size: 0.9em;
		color: #707072;
		}

#column_inner_right a:hover.rss {
		text-decoration: none; 
		color: #e2001a;
		}
		

/*** Search Components ******************/
#search label {
		position: absolute;
		visibility: hidden;
		}
#search input.search {
		width: 160px;
		padding-top: 1px;
		margin-left: 10px;
		background: transparent;
		border: 0px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
		font-size: 0.9em;
		color: #707072;
		}

input.searchsafari {
		width: 200px;
		padding-top: 1px;
		background: transparent;
		border: 0px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
		font-size: 0.9em;
		color: #707072;
		}

#search input.submitsearch {
		width: 30px;
		height: 17px;
		padding-top: 1px;
		margin-left: 0px;
		background: transparent;
		border: 0;
		}

/*** Service Navigation Components ******************/
#servicenav ul {
		line-height: 20px;
		margin-left: 304px;
		}

#servicenav li {
		float: left;
		list-style-type: none;
		font-size: 0.9em;
		margin-right: 30px; 
		}

#servicenav a, a:visited, a:hover {
		text-decoration: none; 	
		}

#servicenav a {
		color: #707072; 
		}

#servicenav a:visited {
		color: #707072; 
		}

#servicenav a:hover {
		color: #bd2623; 
		}

#servicenav a.gap {
		padding-right: 3.8em;	
		}

#servicenav a.gapactive {
		padding-right: 3.8em;
		color: #bd2623;	
		}


/*** Webnews ******************/
#column_inner_right a.news,
#column_inner_right a:visited.news {
		color: #707072;
		line-height: 1.8em;
		}

#column_inner_right a:hover.news {
		text-decoration: none; 
		color: #e2001a;
		}

#column_inner_right h1 {
		font-size: 160%; 
		font-weight: normal; 
		margin-bottom: -12px;
		color: #e2001a;
		}

#column_inner_right p.hr { 
		margin-left: -15px;
		margin-top: 10px;
		margin-bottom: 10px; 
		line-height: 1px;
		background-image: url("../img/red_hr.gif");
		background-repeat: no-repeat;
		}

#column_inner_right ul {
		list-style-image: url("../img/red_arrow.gif");
		padding-left: 18px;
		}

#column_inner_right li	{ 
		margin-left: -16px;
		padding-left: 0px; 
		line-height: 1.8em;
		}
