/* CSS Document */
/* Copyright by Migros Kulturprozent, 2008 */



/*---------------------------------- Basic ----------------------------------*/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0px;
}

#clear_float  { 
	clear: left;
}



/*---------------------------------- Container ----------------------------------*/

#container {
	width:800px; 
	\width: 800px;
	w\idth: 800px;
	margin:0px auto; 
	background-image:url("../images/folgeseite.gif");
	background-repeat: no-repeat;
}

*html #container {
	margin-top: 0px;
}

#containerindex {
	width:800px; 
	\width: 800px;
	w\idth: 800px;
	margin:0px auto; 
	margin-top: 0px;
}


#banner {
	margin-top: 30px;
	font-size: 11px;
	font-weight:100;
}

*html #banner {
	margin-top: 0px;
}

#banner ul {
	padding: 213px 0 0 230px;
	margin: 0;
	list-style: none;
	text-align: left;
}

#banner li {
	display: inline;
	padding-right: 15px;
}

#banner a {
	color:#cc9cc1;
	text-decoration:none;
}

#banner a:hover {
	color: #6d307e;
	text-decoration:none;
}


#banner a.naviactive {
	color: #6d307e;
	text-decoration:none;
}


/*---------------------------------- Content-Structure ----------------------------------*/

#pagecontent {
	width: 550px; 
	\width: 550px;
	w\idth: 550px;
	height: 249px;
	margin-top:45px;
	margin-left: 228px;
	color:#000;
	font-size:12px;
}

*html #pagecontent {
	margin-left: 225px;
}

.normaltext {
	color:#000;
	font-size:12px;
}

#pagecontent li {
	padding-top: 10px;
	list-style-type: square;
	list-style-position: inside;
}


#leftside {
	float: left;
	width: 100px; 
	\width: 100px;
	w\idth: 100px;
	height: 249px;
	margin-top:45px;
	margin-left: 62px;
	color:#F2E4B1;
	font-size:11px;
}

*html #leftside {
	margin-left: 30px;
}


.linktext {
	color:#6d307e;
	text-decoration:none;
}

.linktext:hover{
	color:#6d307e;
}

.linktextrev {
	color:#F2E4B1;
	text-decoration:none;
}

.linktextrev:hover{
	color:#000;
}

/*---------------------------------- SpecContact ----------------------------------*/

#speccontact_index {
	width: 800px; 
	\width: 800px;
	w\idth: 800px;
	height: 25px;
	margin-top: 1px;
	background-color: #cd4a3c;
}

#speccontact {
  float:left;
	width: 212px; 
	\width: 212px;
	w\idth: 212px;
	height: 25px;
	margin-top: 1px;
	background-color: #e2d6e5;
  font-size: 11px;
	font-weight:100;
  background-image:url("../images/trenn.gif");
	background-repeat: no-repeat;
  background-position: 129px 0px;
}

#specend {
	width: 587px; 
	\width: 587px;
	w\idth: 587px;
	height: 25px;
	margin-top: 1px;
  margin-left: 213px;
	background-color: #e2d6e5;
  background-image:url("../images/trenn.gif");
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

#speccontact ul {
	padding: 6px 0 0 10px;
	margin: 0;
	list-style: none;
	text-align: left;
}

#speccontact li {
	display: inline;
	padding-right: 20px;
}

#speccontact li.reg {
	display: inline;
	padding-right: 0px;
}

.fb {
	padding-left: 1px;
}

#speccontact a {
	color:#6d307e;
	text-decoration:none;
}

#speccontact a:hover {
	color: #6d307e;
	text-decoration:none;
}


#speccontact a.naviactive {
	color: #8c6900;
	text-decoration:none;
}


/*---------------------------------- Footer ----------------------------------*/

#footer {
	width: 800px; 
	\width: 800px;
	w\idth: 800px;
	height: 80px;
	margin-top: 1px;
  padding-top:10px;
  background-color: #6d307e;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
  background-position:0px 1px;
}

#footerindex {
	width: 800px; 
	\width: 800px;
	w\idth: 800px;
	height: 90px;
	margin-top: 1px;
  padding-top:20px;
  background-color: #cd4a3c;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
  background-position:0px 20px;
}


*html #footerindex {
	margin-top: -2px;
}


