/***********************************************/
/* Allgemein                            */
/***********************************************/ 


body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	line-height: 13px;
	color: #333333;
}



table {
	margin: 0px;
	border: 0px none;

}

td {

}

div {

}



/***********************************************/
/* Container                             */
/***********************************************/ 



#out {
	position:absolute;
	width:100%;
	overflow: visible;
	text-align: center;
	left: 0;
	top: 0;
}

#start {
	background-image:  url("../bilder/Bilder/bild_02.jpg");
	width: 734px;
	height: 374px;
}

#linieunten {
	width: 734px;
	background-image:  url("../bilder/Bilder/bild_06.jpg");
	height: 13px;


}

#menuobeneins {
	text-align: left;
	width: 734px;
	background-color: #FECB0A;
	border: none;
	vertical-align: top;
	height: 64px;


}

#menustart {
	width: 734px;

}

#inhalt {
	background-color: #FFFFFF;
	height: 374px;
	width: 734px;
	background-repeat: repeat-x;
}

#menuunten {
	background-color: #01406E;
	text-align: right;
	width: 734px;
	height: 49px;
	vertical-align: top;
}

#headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}

#tdabstand {
	width: 20px;

}

#space {
	height: 20px;

}

#tdinhalt {
	vertical-align: middle;
	width: 50%;
}

#tdlinks {
	padding: 20px;

}
/***********************************************/
/* Formular                            */
/***********************************************/ 


input {
	border: 0px solid #E4AF7A;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2261;
}

select {
	border: 3px solid #009966;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2261;
}

textarea {
	border: 0px solid #E4AF7A;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2261;
}


/***********************************************/
/* Bilder                            */
/***********************************************/ 

img {
}

img.imgfluss {
	padding: 0px;
	float: right;
}

/***********************************************/
/* Links                             */
/***********************************************/ 


a:link {
	text-decoration:none;
	color: #3333CC;
}

a:hover {
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

/***********************************************/
/* Schriften                             */
/***********************************************/ 


h1{
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 15px;
	font-weight: bold;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}


.bold {
	font-weight: bold;
	}
	
.zitat {
	color: #01406E;
	}

