html, body {
	margin : 0px;
	padding : 0px;
}

body {
	font-size:small;
	border: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : #BF3250;
	scrollbar-base-color : #EEEFF3;
	scrollbar-darkshadow-color : #336699;
	scrollbar-face-color : White;
	scrollbar-highlight-color : #E5F2FA;
	scrollbar-shadow-color : #BF3250;
	scrollbar-track-color : #E6E6E6;
	
	background-image: url(/bilder/start/himmel.jpg);
	/* background-image: url(bgs/bg_grad.jpg);*/
	background-repeat: no-repeat;
	
	
}

/* Links allgemein */
/* Für Mozilla und NS: Focus-Hervorhebung abstellen */

a { outline:0; -moz-outline:0; 
color:#444139;
}



/* DropMenu Standard Default layout */
/* entfernt zugunsten p7pm */

input {
	background : #EEEFF3;
	border : 1px inset;
	border-color : #444139 #484038 #484038;
}

input.radio {
	background : #fff;
	border: none;
}

p {
	margin : 0.5em 1px;	
}

td {
	color : #444139;
	font-family : Verdana, Arial, Helvetica, sans-serif;

}

/* Formularelemente */
textarea {
	background : #EEEFF3;
	border : 1px inset;
	border-color : #444139 #404038 #404038;
}

ul, ol, li {
	margin-bottom : 0px;
	margin-top : 0px;
}

#menu li {
	font-size:78%;
}

#menu ul ul li {
	font-size:95%;
}
/* Textauszeichnungen */
.fusstext {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size : 11px;
}

.submit {
	background : #EEEFF3;
	border : 2px #960B09 outset;
	color : #444139;
	font-family : Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size : 11px;
	font-weight : bold;
}

.textbold {
	font-weight : bold;
}

.textrot {
	color : #BF3250;
	font-weight : bold;
}

/* Zelle für Navigation */
.topzelle {
	margin : 0px;
	padding : 0px;
}

#page {
	 width:920px;
	 text-align:left;
	 margin-left: auto;
	 margin-right:auto;
	 }
	 
#table1 {
	width:920px;
}
 #table2  {
	width:920px;
}
	
#navigation {
	position:relative;
	width:145px;

}


#inhalt {
	margin-top : 70px;
	padding: 0.5em 1em 0.5em 2.2em;
	width:90%;
}

#table2 td #inhalt {
	font-size:80%;
}

#table2 td #inhalt td {
	font-size:80%;
}

#table2 td #inhalt td li {
	line-height:135%;
}


#top {
	margin-top : 0px;
}
.freiText {  padding-left: 25px; margin-left: 25px; font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma}


h1 {
	font: italic bold 120% Arial, Helvetica, sans-serif;
	color: #BF3250;
	margin: 0px;
	padding: 0.5em 1em 0.5em 0.5em;
}

h2 { /* aussen über #inhalt */
	font: italic medium Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #BF3250;
	margin-bottom:1.2em;
	margin-left:1.2em;
	margin-top:25px;
	padding: 0.5em 1em 0.1em 0.3em;
	border-bottom:1px solid #3968AC;
	width:90%
}
strong { 	color: #BF3250;}

#inhalt h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:115%;
	margin: 0px;
	padding: 0.5em 1em 0.5em 0em;
}

#inhalt h3 strong { 
	color:#444139 !important;
}


/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-L?sungen ###########################################################
** ######################################################################################################
** Kurzes Email-Formular
*/


#EmailForm  label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
	padding-left:10px;
}

#EmailForm input, 
#EmailForm textarea, 
#EmailForm select {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin-bottom:10px;
	padding:1px;
}
/*clearing all floats and fix firefox and ie backgroundcolor-bug */
#EmailForm  div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 

#EmailForm .form-button {
	margin-left:110px !important;
	margin-left:55px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}
#EmailForm .option {
	border:none;
	background:none;
	width:auto;
}

#EmailForm  input {
	width:auto;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/

}
#EmailForm  fieldset {
	border:none;
	padding-left:100px;
	padding-bottom:10px;
	display:block;
	clear:both;
}
#EmailForm  fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}
#EmailForm fieldset label {
	width:auto;
	clear:none;
	float:left;
	display:block;
	padding-right:2px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}



/* HACKS NACH YAML */

/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-L?sungen ###########################################################
** ######################################################################################################
*/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Diese Angabe ben?tigt der Safari-Browser zwingend !! */
.clearfix {display: block;}

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
hr.clear_columns {	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	color: white;
	
	margin: -2em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}
