@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 790px;
	background: #fff url('images/bg.jpg') repeat-x;
	color: #000;
	font-weight : normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #60697A;
}

a:hover {
	color: #AFB4BC;
}

.small {
	float: left;
	font-size: 9px;
}


/* + + + + HEAD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/* + + + + logo + + + + */

.logo {
	float: left;
	width: 790px;
	height: 60px;
}

/* + + + + topmenu + + + + */

.topmenu {
	float: right;
	width: 300px;
	height: 50px;

}

.topmenu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topmenu li {
	display: inline;
	padding-left: 10px;
}

.topmenu a {
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border-left: 1px solid #fff;
}

.topmenu a:hover {
	color: #333;
}

.topmenu .on {
	color: #333;
}

/* + + + + headpic + + + + */

.headpic {
	float: left;
	width: 790px;
	height: 182px;
	border-top: 5px solid #1a73c5;
}

.headpic img {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* + + + + MENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/* + + + + mainmenu + + + + */

.mainmenu {
	float: left;
	width: 790px;
	height: 20px;
	background: #60697A url('images/icons/mainnavi.gif') repeat-x;
	/*background: #60697A;
	border-bottom: 1px solid #fff;
*/
}

.mainmenu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.mainmenu a {
	float: left;
	display: block;
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: bold;
        background: #60697A url('images/icons/mainnavi.gif') repeat-x;
}

.mainmenu a:hover {
	background: #DFDEDE url('images/icons/mainnavi_akt.gif') repeat-x;
	/*
	color: #60697A;
	background: #DFDEDE;
	*/
}

.mainmenu .on {
	background: #DFDEDE url('images/icons/mainnavi_akt.gif') repeat-x;
	/*
	color: #60697A;
	background: #DFDEDE;
	*/
}

/* + + + + submenu + + + + */

.submenu {
	float: left;
	width: 790px;
	height: 20px;
	margin-bottom: 20px;
	background:#DFE1E4 url('images/icons/subnavi.gif') repeat-x;
 /*
  background: #DFE1E4;
 */
}

.submenu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #60697A url('images/icons/subnavi.gif') repeat-x;
	/*border-right: 1px solid #fff;*/
}

.submenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.submenu a {
	float: left;
	display: block;
	height: 16px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	background: #60697A url('images/icons/subnavi.gif') repeat-x;
  /*
  color: #60697A;
  */
}

.submenu a:hover {
	background: #F7F7F8 url('images/icons/subnavi_akt.gif') repeat-x;
	/*
	background: #F7F7F8;
	*/
}

.submenu .on {
	background: #F7F7F8 url('images/icons/subnavi_akt.gif') repeat-x;
	/*
	background: #F7F7F8;
	*/
}

/* + + + + CONTENT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.content {
	float: left;
	width: 420px;
}

/* + + + + h1 + + + + */

h1 {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.red {
	background: url('images/dot_red.gif') no-repeat left center;
	padding-left: 20px;
}

.green {
	background: url('images/dot_green.gif') no-repeat left center;
	padding-left: 20px;
}

.blue {
	background: url('images/dot_blue.gif') no-repeat left center;
	padding-left: 20px;
}

.grey {
	background: url('images/dot_gray.gif') no-repeat left center;
	padding-left: 20px;
}

/* + + + + h3 + + + + */

h3 {
	margin: 0;
	margin-top: 10px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.h3gaestebuch {
	padding-left: 18px;
	background: #F4F4F6 url('images/icons/eintrag.gif') no-repeat 4px center;
}

.h3aktuellred {
	padding-left: 18px;
	background: #F4F4F6 url('images/dot_red.gif') no-repeat 4px center;
	clear:both;
}

.h3aktuellgreen {
	padding-left: 18px;
	background: #F4F4F6 url('images/dot_green.gif') no-repeat 4px center;
	clear:both;
}


/* + + + + h3 ende + + + + */

/*.content p {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}*/

.textbox {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

.imageblock {
	float: left;
	width: 133px;
	padding-right: 10px;
}

.image {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #60697A;
}

.imageblock p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.content ul {
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	list-style-image: url('images/lipfeil.gif');
}

.mehr, .mehr_on:hover {
	padding-left: 16px;
	background: url('images/icons/mehr.gif') no-repeat 0px 2px;
}

.mehr:hover {
	background: url('images/icons/mehr_hover.gif') no-repeat 0px 2px;
}

.mehr_on {
	padding-left: 16px;
	color: #AFB4BC;
	background: url('images/icons/mehr_hover.gif') no-repeat 0px 2px;
}

.zurueck {
	padding-left: 16px;
	background: url('images/icons/zurueck.gif') no-repeat 0px 2px;
}

.zurueck:hover {
	background: url('images/icons/zurueck_hover.gif') no-repeat 0px 2px;
}

.download {
	padding-left: 16px;
	background: url('images/icons/download.gif') no-repeat 0px 2px;
}

.download:hover {
	background: url('images/icons/download_hover.gif') no-repeat 0px 2px;
}

.colorbox {
	margin-top: 10px;
	padding: 5px;
	background: #F7F7F8;
	border-bottom: 1px dotted #60697A;
}

/* + + + + smallbox + + + + */

.smallbox {
	float: left;
	width: 133px;
	padding-bottom: 10px;
}

.smallbox2 {
	float: left;
	width: 97px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* + + + + container + + + + */

h2 {
	height: 18px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
 	background: #fff url('images/icons/titel_hg.gif') repeat-x;
  /*
	background: #60697A;
 */
}

.container {
	float: left;
	width: 220px;
	padding-left: 20px;
	padding-right: 10px;
}

.container h2 {
	float: left;
	width: 210px;
}

.containercontent {
	float: left;
	width: 200px;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	background: #F4F4F6;
}

.dottedline {
	float: left;
	width: 200px;
	height: 15px;
	background: url('images/dottedline.gif') repeat-x;
}

/* + + sponsoren + + */

.sponsoren {
	float: left;
	width: 120px;
	padding-bottom: 10px;
	background: #ffffff;

}

.sponsoren img {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-width: 0px;
}

/* + + + + FORM + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

form {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.feld {
	width: 200px;
	height: 16px;
	margin-top: 2px;
	margin-bottom: 6px;
	border: 1px solid #B2B2B2;
	font-size: 11px;
}

.feld_large {
	width: 416px;
	height: 16px;
	margin-top: 2px;
	margin-bottom: 6px;
	border: 1px solid #B2B2B2;
	font-size: 11px;
}

.pull {
	width: 243px;
	height: 18px;
	margin-top: 2px;
	margin-bottom: 4px;
	border: 1px solid #B2B2B2;
	font-size: 11px;
}

.area {
	width: 408px;
	height: 160px;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 5px;
	border: 1px solid #B2B2B2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.but {
	float: left;
	width: 120px;
	height: 22px;
}

.but_right {
	float: right;
	width: 120px;
	height: 22px;
}
