/* Margins und Paddings auf 0 damit jeder Browser gleich anzeigt  */

*{
	margin:0px;
	padding:0px;
}

/* Overflow für ständigen Scrollbalken bei Sites mit kurzen wie auch langen Seiten  */

body {
	overflow:scroll;
  overflow-x:hidden;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#siteWrapper {
}

/* Eigentliche Seite mittig mit Breitenangabe  */

#site {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/hintergrund/hintergrund-site.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
}

/* Kopfbereich mit Menü für Sprachauswahl, obligatorisches und Shop Login Menü  */

#head {
	overflow: auto;
	background-image: url(../images/hintergrund/hintergrund-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 245px;
}

	/* Logo oder Titel der Site  */

#title {
	float: right;
	margin-top: 19px;
	margin-right: 54px;
	margin-bottom: 15px;
}
#title img, #title a {
	border-style: none;
}
#teaserText {
	clear: right;
	float: right;
	width: 249px;
}
#teaserText li , #contentColumn1 li{
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/hintergrund/hintergrund-list.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 10px;
	color: #666;
}

/* Hauptmenü der Site vertikal angeordnet */

#mainMenu {
	color: #FFF;
	text-align: right;
	overflow: auto;
	background-color: #D4031E;
	margin-right: 9px;
	margin-left: 2px;
}
#mainMenu ul {
	float: left;
	border-left: 2px solid #FFF;
	margin-left: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
}
#mainMenu li {
	list-style: url(none) none;
	font-size: 14px;
	line-height: 16px;
	float: left;
	border-right: 1px solid #FFF;
}
#mainMenu li.last {
	border-right-style: none;
}

#mainMenu a {
	text-decoration: none;
	color: #FFF;
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainMenu a:hover {
	color: #CCC;
}
#mainMenu a.active {
	color: #BBB;
}


/* Hauptbereich der Site mit horizontalem Hauptmenü sowie standardmäßig 2 Spalten für den Inhalt */

#siteBody {
	margin-top: 30px;
	overflow: auto;
}
.red {
	color: #D4031E;
	background-image: url(../images/hintergrund/hintergrund-top.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
}


	/* Spalte 1 für Hauptinhalt */

#contentColumn1 {
	margin-left:70px;
	float: left;
	display: block;
	width: 520px;
	margin-bottom: 20px;
}
#contentColumn1 h1 {
	margin: 0px 0px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
#contentColumn1 h2 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #333;
}
#contentColumn1 h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
}
#contentColumn1 h4, #contentColumn2 h4 {
	font-size: 12px;
	margin-bottom: 10px;
}
#contentColumn1 p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
}
#contentColumn1 ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentColumn1 li {
	line-height: 22px;
	background-position: left 3px;
}
#contentColumn1 hr {
	clear: left;
}
#contentColumn1 .galerie img {
	border: 3px solid #DDD;
	display: block;
	float: left;
	padding: 1px;
}
#contentColumn1 div.galerie {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 238px;
	padding: 4px;
	border: 1px solid #CCC;
}
#contentColumn1 div.galerie p{
	clear: both;
	margin-bottom: 5px;
	display: block;
	padding-top: 10px;
	text-align: center;
}

	/* Spalte 1 für News, Infos oder Login */

#contentColumn2 {
	float: right;
	;
	color: #666;
	margin-left:9px;
	padding-right: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#contentColumn2 p {
	font-size: 11px;
	margin-bottom: 0px;
}
#contentColumn2 img {
	border-top: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
	border-left: 3px solid #DDD;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	float: left;
}
#contentColumn2 iframe {
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	border-left: 3px solid #CCC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	clear: left;
	margin-top: 10px;
	float: left;
	border-right-style: none;
}

/* Formular Tags */

form {
	line-height: 15px;
	margin-bottom: 10px;
}
fieldset {
	text-align: left;
	margin-bottom: 20px;
	border-style: none;
}
legend {
	font-size: 12px;
	color: #333;
	line-height: 12px;
	padding-bottom: 10px;
}
label {
	font-size: 12px;
	color: #333;
	line-height: 22px;
}
label.left {
	width: 90px;
	margin-right: 10px;
	float: left;
}
label.none {
	width: 90px;
	margin-right: 10px;
	float: left;
	display: block;
}
input.text {
	color: #000;
}
textarea {
}
select {
	float: left;
	color: #000;
	background: #FFF;
}
select:focus {
	background: #EEE;
}
option {
}
br {
	clear: both;
}
abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* abschließender Fußbereich der Site mit Liste der obligatorischen Links */

#foot {
	clear: both;
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	background-image: url(../images/hintergrund/hintergrund-fuss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#foot ul {
	padding-top: 17px;
	padding-bottom: 21px;
	padding-left: 70px;
}
#foot li {
	list-style: url(none) none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #D4031E;
	line-height: 12px;
	font-size: 12px;
	color: #333;
}
#foot li.first {
	border-left: none;
}
#foot li.last {
	border-right-style: none;
}
