/* Styleguide zu www.kafeu.de */
/*Alle Tags werden auf ein gemeinsames Look&Feel angepasst*/
/*
Farbguide:
bitte ergänzen
*/

/*
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #8A2A2C;
	text-decoration: none;
	background-image:url(../images/menu1_act_bg.gif);

*/


P,H1,H2,H3,H4,H5,H6,UL,LI,DIV,TABLE,TR,TD,TH,ADDRESS,BLOCKQUOTE,NOBR,B,I,A,BODY,INPUT, FIELDSET, TEXTAREA
        {font-family:Tahoma, Verdana; font-style: normal; font-weight: normal; color:#000000; font-size:10pt}

/*
##########
# Inhalt #
##########
*/	
BODY {
	margin: 0 0 0 0;
	background-color: white;
}
/* Fettschrift */
B {
	font-weight: bold;
}
/* Absatztext */
P {
	white-space: normal;
}
/* Links im Text */
p A {
	color: #8A2A2C;
	text-decoration: none;
}
p A:active {
	color: #8A2A2C;
	text-decoration: underline;
}
p A:hover {
	color: #8A2A2C;
	text-decoration: underline;
}
p A:visited {
	color: #8A2A2C;
}
/* Bildunterschriften */
P.csc-caption {
	color: #8A2A2C;
	background-color: #F0C921;
/*
	color: #F0C921;
	background-color: #8A2A2C;
*/
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
	border: 0px;
	padding: 0px;
	margin: 0px;
}



TD#Content {	
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	vertical-align: top;
	background-color: #FFF8D8;
}
/* Textüberschriften */

H1 {	
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	width: 100%;
}
H2 {	
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	width: 100%;
}
H3 {	
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	width: 100%;
}
H4 {	
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	width: 100%;
}
H5 {	
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	width: 100%;
}
H6 {	
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	width: 100%;
}

P#bodytext {
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #FF0000;
	text-align: left;
}

/*
##########################
# Tabellen Layout Normal #
##########################
*/
TD#Content {
	width : 500px;
}

TD#Content TABLE.contenttable-0 {
	text-align: center;
}

/*
########
# MENU #
########
*/
TD#Navigation {	
	vertical-align: top;
	width: 275px;
	text-align: left;
	padding-left : 4px;
}

DIV.menu1-level1-no {
}

DIV.menu1-level1-no A {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #8A2A2C;
	text-decoration: none;
	padding-left: 60px;
}

DIV.menu1-level1-no A:hover, DIV.menu1-level1-act A:hover {
	text-decoration : none;
	background-image : url(../images/menu1_act_bg.gif);
	background-color : #FFFFFF;
}

DIV.menu1-level1-no A:active {
	text-decoration: none;
	background-image:url(../images/menu1_act_bg.gif);
}

DIV.menu1-level1-act {
}

DIV.menu1-level1-act A {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #8A2A2C;
	text-decoration: none;
	padding-left: 60px;
	background-image:url(../images/menu1_act_bg.gif);
}

DIV.menu1-level2-no {
}

DIV.menu1-level2-act {
}

DIV.menu1-level2-no {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #8A2A2C;
	text-decoration: none;
	text-indent: 70px;
}

DIV.menu1-level2-no A {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #8A2A2C;
	text-decoration: none;
	text-indent: 70px;
}

DIV.menu1-level2-no A:hover {
	text-indent: 70px;
	text-decoration: underline;
/*	background-color: #F0C921;*/
}

DIV.menu1-level2-no A:active {
	text-indent: 70px;
/*	text-decoration: none;*/
}

DIV.menu1-level2-act {
	text-indent: 70px;
}

DIV.menu1-level2-act A {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #8A2A2C;
	text-indent: 70px;
}

DIV.menu1-level2-act A:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #8A2A2C;
/*	background-color: #F0C921;*/
	text-indent: 70px;
}
#############
# Formulare #
#############
*/
FORM#mailform {
	border : 0px;
	text-align : center;
}
FIELDSET.csc-mailform {	
	border : 0px;
	text-align : left;
}
FIELDSET.csc-mailform LABEL {
	width : 100px;
	vertical-align : top;
}
INPUT.csc-mailform-submit {
	margin-left : 100px;
}


