/* css created and developed by 12bis3.de - zeitgemäß kommunizieren */


/* allgemeine tags */

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 75%;
	margin: 10px 0px 10px 0px;
	text-align: left;
	line-height: 150%;
}

img {
	border: none;
}

h1 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 150%;
}

h4 {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-size: 110%;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	margin-top: -4px;
}

ul, ol {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #f10281;
	text-decoration: none;
}
a:hover {
	color: #f10281;
	text-decoration: underline;
}


/* allgemeine layout definitionen */

#container {
	width: 869px;
	border: 1px solid #9c9594;
	border-bottom: none;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url(../bilder/header-grafik.jpg);
	background-repeat: no-repeat;
	background-position: 170px 0px;
	height: 71px;
	margin-bottom: 25px;
}
#header img#logoright {
	float: right;
}
#header img#logoleft {
	float: left;
	padding: 5px 0px 0px 5px;
}

#navigation {
	float: left;
	width: 170px;
	padding-top: 13px;
	height: 475px;
	background-image: url(../bilder/navi-back.gif);
	background-repeat: repeat-x;
}

#content {
	float: left;
	width: 507px;
	padding: 0px 10px 0px 10px;
}

#aktionen {
	float: left;
	width: 150px;
	padding: 13px 11px 20px 11px;
	background-color: #e9e9e9;
	background-image: url(../bilder/aktionen-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer {
	background-image: url(../bilder/footer-grafik.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 10px;
	padding: 15px 0px 0px 630px;
}



/* definitionen für einzelne elemente, bilder, usw. */

.content-left {
	width: 207px;
	padding-right: 10px;
	float: left;
}

.content-right {
	width: 290px;
	float: left;
}

.content-right img {
	padding: 0px 0px 15px 0px;
}

.picleft {
	float: left;
	padding: 0px 10px 5px 0px;
}

#content ul {
	padding: 0px 0px 14px 35px;
	list-style-image: url(../bilder/list-image.gif);
}

#content ol {
	padding: 0px 0px 14px 35px;
}

#listing-left {
	width: 70px;
	float: left;
}

#listing-right {
	width: 220px;
	float: left;
}

#footer a {
	color: #ffffff;
	font-size: 90%;
}

.aktion img {
	float: left;
	padding-top: 10px;
}
.aktion h3 {
	padding: 3px 0px 2px 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #f10281;
	text-decoration: none;
}
.aktion p {
	padding: 0px;
	color: #000000;
	font-size: 90%;
	line-height: 140%;
	text-decoration: none;
}

.aktion-alle {
	background-color: #f2f2f2;
	padding: 5px;
	height: 75px;
	margin-bottom: 10px;
}
.aktion-alle:hover {
	background-color: #dadada;
	cursor: pointer;
}

.aktion-alle img {
	float: left;
	padding-right: 10px;
}
.aktion-alle h3 {
	padding: 3px 0px 2px 0px;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #f10281;
	text-decoration: none;
	cursor: pointer;
}
.aktion-alle p {
	padding: 0px;
	color: #000000;
	font-size: 100%;
	line-height: 140%;
	text-decoration: none;
	cursor: pointer;
}


p#aktion-weiter {
	padding-top: 15px;
	font-weight: bold;
}

#aktion-big {
	background-color: #9c9594;
	width: 340px;
	height: 225px;
	margin-bottom: 16px;
}
#aktion-big img {
	border-right: 1px solid #000000;
}

form {
	width: 450px;
}
form p {
	border: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #9c9594;
	padding: 5px;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	font-size: 110%;
	color: #9c9594;
}

label {
	display: block;
	font-weight: bold;
}

textarea {
	width: 400px;
	height: 300px;
	border: 1px solid #9c9594;
	background-color: #f2f2f2;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

input {
	border: 1px solid #9c9594;
	background-color: #f2f2f2;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
}
input:hover, textarea:hover {
	background-color: #dadada;
}

p.fehlermeldung {
	color: #ff0000;
	font-weight: bold;
}

table {
	width: 490px;
	padding: 5px;
}
td, th {
	border: 1px solid #c2c2c2;
	padding: 2px;
}

th {
	background-color: #f2f2f2;
}




/* definitionen für die navigation */

#navigation ul {
	list-style-type: none;
	margin: 0px 0px 0px 12px;
	/*font-family: tahoma;*/
}
#navigation ul li {
	padding-bottom: 4px;	
}
#navigation ul li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 100%;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #f10281;
	text-decoration: none;
}
#navigation ul li a span {
	text-transform: none;
}

#navigation ul li ul {
	list-style-type: none;
	margin: 1px 0px 0px 12px;
	font-size: 90%;
	line-height: 130%;
}
#navigation ul li ul li {
	padding: 0px 0px 2px 4px;	
	border-left: 3px solid #666;
}
#navigation ul li ul li a {
	text-transform: none;
	font-weight: bold;
	color: #000;
	font-size: 100%;
	text-decoration: none;
}
#navigation ul li ul li a:hover {
	color: #f10281;
	text-decoration: none;
}
#navigation a.navi-aktiv {
	color: #f10281;
	text-decoration: none;
}
#navigation a#cag-service {
	color: #6e6e6e;
}
#navigation a#cag-service:hover {
	color: #f10281;
}

#navigation ul li ul li.navi-marke {
	padding: 3px 0px 2px 0px;
	border: none;
}
#navigation ul li ul li.navi-marke a {
	text-transform: uppercase;
}
#navigation ul li hr {
	height: 0px; 
	border: none;
	border-bottom: 1px solid #9c9594;
	padding-bottom: 5px;
	margin-right: 10px;
}

