body,
html {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

a:link { color: #000000; font-style: normal; underline; letter-spacing: 0pt; font-size: 12px;}
a:visited { color: #000000; font-style: normal; underline; letter-spacing: 0pt; font-size: 12px;}
a:hover { color: #ed1c24; underline; font-weight: normal; letter-spacing: 0pt; font-size: 12px;}


.menu_oben {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top: 4px;
}
.menu_oben a {
   text-decoration: none;
   color: #000000;
}
.menu_oben a:hover {   
   text-decoration: underline;
   color: #000000;
}

.inhalt_oben {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #747474;
	font-weight: normal;
	font-size: 9px;
}
.inhalt_oben a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.rootline a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
.inhalt {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #747474;
	font-size: 11px;	
}
.inhalt h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.5px;
	color: #ed1c24;
	margin: 0px;
	font-size: 13px;
}
.inhalt p {
	line-height: 135%;
	color: #747474;
	font-size: 12px;
}

.inhalt td {
	line-height: 135%;
	font-size: 12px;
}

.rot {
	background-color: #ed1c24;
}

.whitetext {
	color: #ffffff;
}

/* Kontakt-Formular ohne Rahmen */
fieldset.csc-mailform {
        border: none;
        padding: 8px;
}

/* Beschriftung und Eingabefeld obenbündig ausrichten */
.csc-mailform-field {
        vertical-align: top;
}

/* Kontakt-Formular: Beschriftungen gleichbreit */
.csc-mailform-field label {
         width: 100px;
}
.csc-mailform-field input {
         left: 110px;
}


/* Keinen roten Rahmen um Bilder.
 Stattdessen gar keinen Rahmen */
img {
         border: none;
}


