/* CSS Document */

 
/*********Formularelement in div #content formatieren****************************************************************************/

		

		
		 
#content form h4 {font-size:0.75em !important; font-size:inherit;}	



#content label 

{
    width: 	200px;
    float: 	left;
}


/***macht das Formular schmaler versieht es mit einem grauen Hintergrund und entfernt die Umrandung:**************/


#content .csc-mailform-field {

    width: 		500px;
    border-bottom: 1px solid #cccccc;
    padding: 		15px;
}

/**********Formatierung Radiobuttuns******************************************************************************/

#content label {
    /*font-size:		12px;*/
    float: 		left;
    width: 		200px;
}

#content #mailformGeschlecht label {
    float: 		none;
    width: 		100px;
}
#content #mailformGeschlecht legend {
    display: 		none;
}
#content #mailformGeschlecht {
    border-style: 	none;
    border-width: 	0px;
    margin-left: 	0;
    padding-left: 	0;
}
#content .csc-mailform-field {
    margin-bottom: 	10px;
}

#content .csc-mailform-label {
	color: 		#e76a05;
	font-size:		1.1em;
	font-weight:		bold;
	padding:        10px 0 10px 0;
	}


#content input {
	width: 		200px;
	}
#content textarea {
	width: 		300px;
	;
	}




/****** Textformatierungen ganze Seite ***************************************************************************/

/*****eigene Klassen fuer Backend****************************/

span.fett{ 
	font-weight:	bold;
		}
		
.kursiv {
	font-style: 	italic;	
	}
	
p.rahmenrot {
	border :   1px solid red;
	padding: 10px; 
	}	
	
	
p.ferientagebuch {
			float:		left;
			width: 		520px;
			border: 	dotted 1px #cc3300;
			padding: 	5px;
			}
p.download  {
			float:		left;
			width: 		520px;
			border: 	dotted 1px #cc3300;
			padding: 	5px;
			}		
	
/**********************************************************************/	
	
		
			
.csc-textpic, .csc-textpic-left, .csc-textpic-below {
margin-top: 20px;
margin-bottom: 20px;
 }

#span caption {
color: #cc3300;}

sup {
font-size: 0.5em;}




*  {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em; /*nicht editieren!*/
color: #062340;}

html {
font-size: 62.5%;  /*nicht editieren!*/
}


body {
font-size: 1.2em; /*Hier die globale Fontsize einstellen! 1em = 10px*/
}

h1 , h1 .csc-firstHeader {
		font-family:		Verdana, Arial, Helvetica, sans-serif;
        	margin:    		10px 0px 10px 0px;
		font-size:		1.25em;
		font-weight:		bold;
		color:			#CA2B05;
		}


h2 {
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		margin:    		10px 0px 10px 0px;
		font-size:		1.1em;
		font-weight:		bold;
		color:			#CA2B05;
		}

h3 {
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-size:		1.0em;
		font-weight:		bold;
		color:			#CA2B05;
		margin:    		8px 0px 8px 0px;
		}

h4 {
		margin:    		0px 0px 6px 0px;
		font-size:		1.0em;
		font-weight:		bold;
		color:			#CA2B05;
		margin:    			10px 0px 10px 0px;
		}	
		
/*h6 eigentlich H2, frisiert für Tagebuch*/		
		
h6 {
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		margin:    		0px 0px 3px 0px;
		font-size:		1.1em;
		font-weight:		bold;
		color:			#ffffff;
		display:block;
		background-color:      #78a8ca;
		padding:		3px;
		margin:    		15px 0px 15px 0px;
		}			



a , a:link, a:visited {
		color:			#062340;
		text-decoration:	underline;
		}

a:hover, a:active, a:focus  {
		color: 			#CA2B05;
		text-decoration:	underline;
		}
		

ul li a:link, ul li a:visited {
		color: 			#062340;
		text-decoration:	underline;
		}
ul li a:active, ul li a:hover, ul li a:focus {
		color: 			#CA2B05;
		text-decoration:	underline;
		}
		
ul {
		list-style:		disc;
		margin-left:		10px;	
		padding:		0;	
		padding-left:          15px;
		}		

li {	
		margin:  		0px 0px 2px 0px;
		font-size:			inherit;
		}



.csc-frame-frame1 {
		display:block;
		border-width:1px;
		border-style:groove;
		border-color: #808080;
		padding:3px;
		background-color : #f0f0f0;

}


p, .bodytext, form {
		margin:    			10px 0px 10px 0px;
		font-size:inherit;
		}
			
		

	
		
			
	




