@charset "utf-8";
/* CSS Document */
/*  
 Datum: 	05.08.2010 
 Version: 	1.0
 Kontakt: 	info@redk.de
 Tel: 		01743484230
*/

/* Allgemein */

body {
	background-image:url(img/bg-pattern.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #84847A;
}

.l_header {color: #FFFFFF}

/*a:link { color: #990000; text-decoration:none;border-bottom:1px dotted #84847A; }
a:visited { color: #990000; text-decoration:none;border-bottom:1px dotted #84847A;}
a:hover { color: #990000; text-decoration:none;border-bottom:1px dotted #84847A;}
a:active { color: #990000; text-decoration:none;border-bottom:1px dotted #84847A;}*/

hr {
	border: 1px dotted #84847A;
	height: 0px;
	margin: 0px;
	padding: 0;
	border-bottom: 0px;
}

.header p {	
	margin:0;
}

/* Menu */

.menu {
	font-size: 32px;
	color: #FFFFFF;	
	line-height:1.6em;
	padding-left:10px;

}
.menu a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	color: #CC0000;
	text-decoration:none;
}
.menu a.active {
	color:#CC0000;
}

.block_a {
	font-size: 11px;
	color: #FFFFFF;	
	line-height:1.8em;
}
.block_a a:link {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_a a:visited {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_a a:hover {
	color: #CC0000;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_a a:active {
	color:#CC0000;
	border-bottom:1px dotted #84847A;
}

.block_a h1 {
	font-size: 16px;
	color: #CC0000;	
	font-weight: bold;
	line-height:1.6em;
}

.block_b {
	font-size: 11px;
	color: #FFFFFF;	
	line-height:1.8em;
}
.block_b a:link {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_b a:visited {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_b a:hover {
	color: #CC0000;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_b a:active {
	color:#CC0000;
	border-bottom:1px dotted #84847A;
}

.block_b h1 {
	font-size: 16px;
	color: #CC0000;	
	font-weight: bold;
	line-height:1.6em;
}

.block_c {
	font-size: 11px;
	color: #FFFFFF;	
	line-height:1.8em;
}
.block_c a:link {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_c a:visited {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_c a:hover {
	color: #CC0000;
	text-decoration:none;
	border-bottom:1px dotted #84847A;
}
.block_c a:active {
	color:#CC0000;
	border-bottom:1px dotted #84847A;
}

.block_c h1 {
	font-size: 16px;
	color: #CC0000;	
	font-weight: bold;
	line-height:1.6em;
}

.footer {
	font-size: 11px;
	color: #FFFFFF;	
	line-height:1.8em;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color: #CC0000;
	text-decoration:none;
}
.footer a:active {
	color:#CC0000;
}


/* inhalt */
.content {
	font-size: 12px;
	color: #84847A;
	line-height: 1.6;
}

.content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	line-height:1.6em;
}

.content a:link {
	color: #999999;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}
.content a:visited {
	color: #999999;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}
.content a:hover {
	color: #CC0000;
	text-decoration:none;
	border-bottom:1px dotted #CC0000;
}
.content a:active {
	color:#CC0000;
}

.content_work {
	font-size: 12px;
	color: #84847A;
	line-height: 1.6;
}

.content_work h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	line-height:1.6em;
}

.content_work img {
	border:1px dotted #999999;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.content_work a:link {
	color: #999999;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}
.content_work a:visited {
	color: #999999;
	text-decoration:none;
	border-bottom:1px dotted #999999;
}
.content_work a:hover {
	color: #CC0000;
	text-decoration:none;
	border-bottom:1px dotted #CC0000;
}
.content_work a:active {
	color:#CC0000;
}

/* Boxen */
.sub {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.3;
}
.sub h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.sub a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.sub a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.sub a.active {
	color:#FFFFFF;
}


/* Eingabefelder, Buttons, Kontaktformular */

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #84847A;
	font-size: 11px;
	border: 1px solid #84847A;
	background-color: #FFFFFF;
	padding: 3px;
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #84847A;
	font-size: 11px;
	border: 1px solid #84847A;
	background-color: #FFFFFF;
	padding: 3px;

}
.field_heading {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B2425;
	padding-top: 10px;
	color: #8B2425;
}

.breadcrumb {
	font-size: 11px;
	text-align:right;
	line-height:1.3em;
	font-weight:normal;
}
.breadcrumb a:link {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #84847A;
	padding:0px 2px 0px 2px;
}
.breadcrumb a:visited {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #84847A;
	padding:0px 2px 0px 2px;
}
.breadcrumb a:hover {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #84847A;
	padding:0px 2px 0px 2px;
}
.breadcrumb a.active {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #84847A;
	padding:0px 2px 0px 2px;
}

.kontakt {
	font-size: 12px;
	color: #84847A;	
	line-height:1.8em;
}
.kontakt a:link {
	color: #84847A;
	text-decoration:none;
	border-bottom: 1px dotted #84847A;
}
.kontakt a:visited {
	color: #84847A;
	text-decoration:none;
	border-bottom: 1px dotted #84847A;
}
.kontakt a:hover {
	color: #CC0000;
	text-decoration:none;
	border-bottom: 1px dotted #CC0000;
	background-color:#CFCFCF;
}
.kontakt a:active {
	color:#CC0000;
}

.l_header {
	font-size: 11px;
	line-height:1.3em;
	font-weight:normal;
	color:#FFFFFF;
}
.l_header a:link {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
	padding:0px 2px 0px 2px;
	color:#FFFFFF;
}
.l_header a:visited {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
	padding:0px 2px 0px 2px;
	color:#FFFFFF;
}
.l_header a:hover {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #CC0000;
	padding:0px 2px 0px 2px;
	color:#CC0000;

}
.l_header a.active {
	font-size: 11px;
	text-decoration:none;
	border-bottom: 1px dotted #CC0000;
	padding:0px 2px 0px 2px;
}
