@charset "UTF-8";
/* CSS Document _______________________________________________________________________ */

/* Global Styles ________________________________________ */


body {
	margin: 0 0 0 0;
	/*background-image: url(../images/transparenz50b.png);*/
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #333333;
	background-repeat: no-repeat;
}


/* Navi links ___________________________________________ */


p a{
	text-decoration:none;
}

a {
	color: #C00;
	text-decoration: none;
}

a.grau {
	color: #333333;
	text-decoration: none;
}

a.grau:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
}

	
/* Class Styles _________________________________________ */

.bodyText {
	line-height: 20px;
	padding-left: 20px;
}


/* ID Styles _________________________________________ */

#bodyText {
	float: left;
	width: 90%;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 20px;
}

#bodyText_kacheln {
	text-decoration:none;
	float: left;
	width: 300px;
	padding: 0 10px 0 10px;
	font-size: 0.7em;
}

#bodyText_display {
	float: left;
	width: 66%;
	padding-left: 10px;
	line-height: 20px;
	font-size: 0.7em;
}

#bodyText_breit {
	float: left;
	width: 90%;
	line-height: 20px;
	padding-left: 20px;
	font-size: 0.7em;
}


#mainlayer {
	margin: 10px 0 0 0;
}

#sitemap {
	/*background-image: url(../images/transparenz50b.png);*/
	margin-bottom: 10px;
	margin-left: 20px;
	width: 90%;
	padding: 0;
	font-size: 0.7em;
	color: #C00;
}

#picture_200{
	margin: 0;
	float: left;
	width: 200px;
	height: auto;
	background-color: #CCC;
}

#picture_250{
	margin: 0;
	float: left;
	width: 250px;
	height: auto;
	background-color: #CCC;
}

#picture_300{
	margin: 0;
	float: left;
	width: 300px;
	height: auto;
	background-color: #CCC;
}

#picture_600{
	margin: 0;
	float: left;
	width: 600px;
	height: auto;
}

#picture_728{
	margin: 0;
	float: left;
	width: 728px;
	height: auto;
}

.headline {
	font-weight: bold;
	font-size: 1.2em;
}

.subline {
	font-weight: bold;
	font-size: 1.0em;
}

/*_________________formular________________________*/
input {
	background-color: #cccccc;
	color: #333333;
}
input:focus, input:hover {
	background-color: #C00;
	color: #FFF;
}

.detailbeschriftung {
	text-align: center;
	font_height: 20px;
	padding: 2px;
	background-color: #0D2A4D;
}

.beschriftung {
	width: 140px;
	float: left;
	clear: left;
}
textarea {
	background-image: url(../images/background.gif);
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
