/*
	Globale Einstellungen
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	h/eight: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	b/ackground: url(template_files/hg_all.gif) repeat;
}
table, td, tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.csc-mailform {
	padding-left:50px;
	border: none;
}
label {
	display:inline;
	width: 150px;
}
input,textarea {
	display:block;
	width: 400px;
}
/*
	Grundtabelle
	|    all    |
	|           |
	| L | M | R |
	|           |
*/
.hg_all {
	b/ackground: url(template_files/hg_all.gif) repeat;
	h/eight: 100%;
}

.hg_left {
	background: url(template_files/hg_left.gif) repeat-y right;
}

.hg_middle {
	background-color: #FFFFFF;
	vertical-align: top;
}

.hg_right {
	background: url(template_files/hg_right.gif) repeat-y left;
}

/*
	Inhaltstabelle
	|     all     |
	|             |
	|-l- HEAD  -r-|
	|-    TOP    -|
	|-l-n-MID-r-b-|
	|-    BOT    -|
	|             |
*/
.mid_all {
	height: 100%;
	border-bottom:#CCCCCC 2px solid;
}

.mid_head {
	background-color: #CC0000;
	b/ackground: url(template_files/TitelHG.gif) repeat-y;
	height: 125px;
}

.mid_head_left {

}

.mid_head_right {
	color: #FFFFFF;
	text-align: right;
	padding-right: 50px;
}

.mid_head_right a:link, .mid_head_right a:visited, 
.mid_head_right a:hover, .mid_head_right a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
}
.mid_head_right a:hover {
	text-decoration: underline;
}

.mid_top {
	background-color: #FFFFFF;
	border-bottom: 3px solid #cccccc;
}

.mid_top_main {
	background-color: #EAEAEA;
	border-bottom: 3px solid #cccccc;
	font-weight: bold;
	font-size: 12px;
	height: 28px;
}
.mid_top_main a:link, .mid_top_main a:visited, 
.mid_top_main a:hover, .mid_top_main a:active {
	color: #000000;
}

.mid_top_sub {
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
	line-height: 25px;
}

.mid_mid {
	b/ackground: url(template_files/MidHG.gif) repeat-y;
	padding: 20px 0 15px 0;
	vertical-align: top;
	height: 100%;
}

.mid_mid_left {
	vertical-align: top;
	text-align: left;
	padding-top: 50px;
	margin: 0px;
	width: 200px;
	height:400px;
}

.mid_mid_normal {
	vertical-align: top;
}

.mid_mid_right {
	vertical-align: top;
}

.mid_mid_border {
	vertical-align: top;
	text-align: right;
	padding-top: 50px;
	margin: 0px;
	width: 35px;
}

.mid_bottom {
	background-color: #EAEAEA;
	height: 18px;
	padding-left: 40px;
	border-top: 2px solid #cccccc;
	font-size: 10px;
}

.mid_bottom a:link, .mid_bottom a:visited,
.mid_bottom a:active, .mid_bottom a:hover {
	color: #666666;
	text-decoration: none;
}

.mid_bottom a:hover {
	text-decoration: underline;
}

/*
	Menus
*/

.Hauptmenu-no {
	background-color: #FFFFFF;
	padding: 0 20px 0 20px;
}

.Hauptmenu-act {
	background-color: #CCCCCC;
	padding: 0 20px 0 20px;
}

.Submenu-no {
	background-color: #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 20px 0 20px;
}

.Submenu-act {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 20px 0 20px;
}

.Hauptmenu-no, .Hauptmenu-act, .Submenu-no, .Submenu-act {
	text-align: center;
}
.Hauptmenu-no a:link, .Hauptmenu-no a:visited,
.Hauptmenu-no a:active, .Hauptmenu-no a:hover {
	color: #000000;
}
.Submenu-no a:link, .Submenu-no a:visited,
.Submenu-no a:active, .Submenu-no a:hover {
	color: #000000;
}

.footer_left {
	color:#333333;
	font-size:10px;
	text-align:left;
	line-height:16px;
	padding:10px 0 10px 0;
	border-top:#CCCCCC 1px solid;
}
.footer_right {
	color:#333333;
	font-size:10px;
	text-align:RIGHT;
	line-height:16px;
	padding:10px 0 10px 0;
	border-top:#CCCCCC 1px solid;
}
.footer_druck {
	color:#333333;
	font-size:10px;
	text-align:center;
	line-height:16px;
	padding:10px 0 10px 0;
	border-top:#CCCCCC 1px solid;
}
/* 
	Generelle Element
*/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
H1, H2, H3, H4, H5 {
	font-size:16px;
	font-weight:bold;
	padding-bottom: 10px;
}

P.bodytext, ul.csc-bulletlist {
	padding: 0px 25px 0px 50px;
}

TABLE.bodytext {
	padding: 0px;
	margin-left:50px;
}

PRE {
	font-family: monospace;
}

A {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}

FORM {
	margin: 0px 0px 0px 0px;
}

P, PRE {
	margin: 0px 0px 0px 0px;
}

P, TD, UL, OL {
	font-size: 11px;
	line-height: 22px;
}

INPUT, TEXTAREA, SELECT {
	padding-left: 5px;
	font-size: 11px;
}

.weiss {
	color: #FFFFFF; 
	font-weight:bold;
}
