/* CSS Document Christen Sport Wiler by andani.ch */

/* ### Allg. Formatierungen ####################### */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #345543;
	text-decoration : none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #E6050A;
	text-decoration: none;
	text-align: left;
	padding:10px 0px 10px 70px;
}
.content_titel {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	border-bottom: 1px solid #345543;
	width: 100%;
	display: block;
}
.txtlinkfooter {
	font-size : 11px;
	font-weight : bold;
	color : #345543;
	text-align: right;
} 
.txtfooter {
	font-size : 11px;
	font-weight : normal;
	color : #345543;
	text-align: right;
}
.txtaktion {
	font-weight:bold;
	color:#E6050A;
}
.textfeld{
	background-color:#EEEEEE;
}
.rot {
	color:#E6050A;
}

/* ### Design ####################################### */
#banner{
	position: absolute;
	width:650px;
	height:120px;
	left: 20px;
	top: 5px;
	border-bottom: 1px solid #345543;
}
#navigation{
	position: absolute;
	width:140px;
	top: 126px;
	left: 20px;
	background-color:#eeeeee;
}
#content{
	position:absolute;
	width:500px;
	height:auto;
	top: 126px;
	left: 165px;
	background-color:#FFFFFF;
	margin-left: 5px;
	display:inline;
}
#links{
	float:left;
	width: 160px;
	left:0px;
	top: 60px;
	margin-bottom: 20px;
}
#mitte{
	float:left;
	width: 160px;
	left: 171px;
	top: 60px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#rechts{
	float:left;
	width: 160px;
	left: 340px;
	top: 60px;
	margin-bottom: 20px;
}
#footer{
	clear:both;
	float:none;
	width: 100%;
	z-index: 1;
	height: 25px;
	display:block;
	background-image: url(../images/animierte_gifs/linielinks.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: right;
	
}
/* ### Navigation ################################### */
a.menu{
	display:block;
	width:135px;
	padding:3px 0px 0px 5px;
	border-top:2px solid #ffffff;
}
a.menu:hover {
	color : #E6050A;
	background-color: #dddddd;
} 
.activemenu{
	color : #e6050a;
	width: 135px;
	display:block;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #dddddd;
	border-top: 2px solid #ffffff;
}
.nav_titel {
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #345543;
	padding: 10px 0px 0px 2px;
	width: 100%;
	display: block;
	border-top: 2px solid #ffffff;
}
/* ### Links ######################################### */
a:link {
} 
a:hover {
	color : #E6050A; 
}
.content_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}

