/* Allgemeines */
/* Abstand fuer alle Elemente auf 0 setzen*/
*{
	padding: 0;
	margin: 0;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	/* border: 1px solid black; */
}

body {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4em;
	background-color: #FFFDE2;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.input_form {
	font-size: 100%;
	color: #333333;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCCCCC;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,p,input,textarea,select {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;

	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

dl,dt,dd,p,input,textarea,select {
	padding: 3px;
}

h1 {
	font-size: 13pt;
	line-height: 13pt;
	padding-top: 8px;
	margin-top: 8px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
h2 {
	font-size: 12pt;
	line-height: 12pt;
	padding-top: 7px;
	margin-top: 7px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 11pt;
	line-height: 11pt;
	padding-top: 6px;
	margin-top: 6px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 10pt;
	line-height: 10pt;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
h5 {
	font-size: 9pt;
	line-height: 9pt;
	padding-top: 4px;
	margin-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
h6 {
	font-size: 8pt;
	line-height: 8pt;
	padding-top: 3px;
	margin-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
h7 {
	font-size: 7pt;
	line-height: 7pt;
	padding-top: 3px;
	margin-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

input, textarea, select {
	background-color: #E7F0EF;
	border: 1px solid #AAAAAA;
	color: #222222;
}

a:link,a:hover,a:visited {
	text-decoration: none;
	color: #29655D;
	outline:none;
}

#wrap {
	height: auto;
	width: 100%;
	margin: 0px;
}

#header {
	text-align: left;
	height: 140px;
	min-width: 980px;
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(../img/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#FFFDE2;
}

#header_r {
	background-image: url(../img/header-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width:280px;
	height:140px;
}

#header_l {
	background-image: url(../img/header-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width:670px;
	height:140px;
}

#navtop {
	background-attachment: scroll;
	background-image: url(../img/bg-navtop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 14px;
	line-height: 30px;
	height: 36px;
}

#navtop ul {
	padding-left: 15px;
}

#navtop li {
	display: inline;
	vertical-align: top;
	padding-right: 8px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}

#navtop_left {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../img/navi-1.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width:670px;
	height:36px;
}

#navtop_right {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: right;
	background-image: url(../img/navi-2.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:36px;
	width:280px;
}

#navigation {
	width: 167px;
	line-height: 30px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 130%;
	float: left;
	color: #CB9D61;
	background-image: url(../img/bg-nav-top.jpg);
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#navigation a:link,a:hover,a:visited {
	text-decoration: none;
	color: #29655D;
	outline: none;
}

#navigation ul {
	background-attachment: scroll;
	background-image: url(../img/bg-nav-main.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 30px;
	display: block;
	width: 167px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#navigation ul li {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #F2E3A9;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 14px;
	vertical-align: middle;
	font-weight: bold;
}

#navigation ul li ul {
	padding: 0px;
	display: block;
	background-color: #F2E3A9;
	background-image: url(../img/bg-umenue.gif);
	width: 122px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

#navigation ul li ul li {
	background-color: #F2E3A9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 112px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-weight: normal;
}

#navigation ul li ul li a:link,a:hover,a:visited {
	color: #000000;
}


#main {
	float: left;
}

#inhalt {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-top: 8px;
	margin-right: 186px;
	margin-left: 190px;
	margin-top: 2px;
	margin-bottom: 0px;
	width: auto;
}
.clear {
}
.nav-unt {
	background-attachment: scroll;
	background-image: url(../img/bg-nav-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 131px;
	width: 167px;
}


#sidebar {
	width: 150px;
	float: right;
	padding-top: 00px;
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 30px;
	margin-left: 10px;
	margin-top: 30px;
}

.aktion {
	background-image: url(../img/bg-aktion.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 110px;
	line-height: 42px;
	padding-left: 36px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom 3px;
	font-size: 8pt;
	margin: 0px;
}

#footer {
	width: 100%;
	height: 30px;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;

}

button {
	background-color: #F2EDD7;
	cursor: pointer;
}


/* adresse.asp: */
.bezeichner {
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

/* Vorschauseiten */
.vorschau, .vorschau:link,.vorschau:hover,.vorschau:visited,
.vorschau_gardine, .vorschau_gardine:link, .vorschau_gardine:hover, .vorschau_gardine:visited
 {
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

.vorschau {
	background-color: #EBD57F;
}

.vorschau_gardine {
	width: 170px;
	background-color: #F3F1E9;
}


.vorschau, .vorschau:link, .vorschau:visited,
.vorschau_gardine, .vorschau_gardine:link, .vorschau_gardine:visited
 {
	color: #000000;
}

.vorschau:hover,
.vorschau_gardine:hover
{
	color: #990002;

}



.box {
	border: 1px solid #777777;
}

.form_rekl {
	border: #333333 1px dotted;
}

/*
.umenue1 {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #F2E3A9;
	background-image: url(../img/bg-umenue.gif);
	width: 192px;
}
*/