@charset "utf-8";
body {
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FDEFB9;
	background-image: url(images/hintergrund_rechts_kl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 35px;
    }
#container {
	width: 960px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
	background: #FFFFF4; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #304B71;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
    }
#top {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 170px;
	background-image: url(images/promotion-factory-werbemittel-katze.jpg);
	background-repeat: no-repeat;
	width: 960px;
    }

#menu {
	background-color: #FFFFF4;
	height: 25px;
	width: 960px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F4B72;
}

#mainContent {
	background-color: #FFFFF4;
	margin-top: 40px;
    }
#mainContent h1 {
	font-size: 130%;
	margin-bottom: 4px;
	color: #2F4B72;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
#mainContent h2 {
	font-size: 110%;
	margin-bottom: 4px;
	color: #666;
	font-weight: bold;
	margin-left: 20px;
}
#mainContent li {
	color: #666666;
	margin-right: 20px;
	margin-left: 20px;
	list-style-image: url(images/list-blau.gif);
}


#mainContent p {
	color: #666666;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
}
#mainContent a {
	color: #2F4B72;
	text-decoration: underline;
	line-height: 25px;
}
#mainContent td {
	padding-left: 20px;
}



#footer {
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F4B72;
    } 
#footer p {
	color: #2F4B72;
	font-size: 80%;
	padding-right: 0;
	padding-left: 0;
    }
#footer  a {
	color: #2F4B72;
	text-decoration: none;
	line-height: 25px;
	font-size: 80%;
	margin-left: 20px;
}
#footer  a:hover {
	color: #4672AC;
	text-decoration: none;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2F4B72;
	width: 300px;
	background-color: #FFFFF4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F4B72;
	border-right-color: #2F4B72;
	border-bottom-color: #2F4B72;
	height: 18px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 12px;
}
.formarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2F4B72;
	width: 300px;
	background-color: #FFFFF4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F4B72;
	border-right-color: #2F4B72;
	border-bottom-color: #2F4B72;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 12px;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2F4B72;
	width: 100px;
	background-color: #FFFFF4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F4B72;
	border-right-color: #2F4B72;
	border-bottom-color: #2F4B72;
	height: 25px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 12px;
}
#mainContent a:hover {
	color: #4672AC;
	text-decoration: none;
}
.imgrechts {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #FDEFB9;
}
.zusatz {
	font-size: 130%;
	font-style: italic;
	color: #2F4B72;
}
.marke {
	font-size: 70%;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F4B72;
}
.gutscheinhinweis {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #2F4B72;
	padding-left: 10px;
	background-color: #FDEFB9;
}

