/*
 *************************************************************************************
 *   www.cranger-tor.de // typo3 site
 *   stylesheet created 29.Jan. 2007
 *
 *************************************************************************************
 */



/*
 *************************************************************************************
 *   allgemeine styles
 *************************************************************************************
 */

body {
   overflow-y: scroll;
}


/*
 *************************************************************************************
 *   styles für statuszeile
 *************************************************************************************
 */


.statuszeile {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
}

.statuszeile a {
   text-decoration: none;
   color: #FFFFFF;
}

.statuszeile a:hover {   
   text-decoration: underline;
   color: #DDDDDD;
}


/*
 *************************************************************************************
 *   styles für menü oben
 *************************************************************************************
 */


.menu_oben {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
}
.menu_oben a {
   text-decoration: none;
   color: #FFFFFF;
}
.menu_oben a:hover {   
   text-decoration: underline;
   color: #DDDDDD;
}


/*
 *************************************************************************************
 *   styles für inhalt oben (datum und klickpfad)
 *************************************************************************************
 */


.inhalt_oben {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
.inhalt_oben a {
	color: #111111;
	text-decoration: underline;
}



/*
 *************************************************************************************
 *   styles für inhalt (mittlere spalte)
 *************************************************************************************
 */

.inhalt {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.inhalt a:link {
	color: #333333;
}
.inhalt a:visited {
	color: #333333;
}
.inhalt a:hover {
	color: #666666;
}

/*
 *************************************************************************************
 *   styles für rechten bereich von vorlageStartseite.html
 *************************************************************************************
 */

.rechts a:link {
	color: #333333;
}
.rechts a:visited {
	color: #333333;
}
.rechts a:hover {
	color: #666666;
}


/*
 *************************************************************************************
 *   styles für überschriften
 *************************************************************************************
 */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	color: #FF0000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}



/*
 *************************************************************************************
 *   styles für mailformulare
 *************************************************************************************
 */

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

/* gültig für das gesamte formular */
.formu {
width:80%;
padding-top:10px;
padding-bottom:20px;
padding-left:0px;
border: 0px solid #C0C0C0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}


