/* Standard-CSS für schneidersports.com */
/* Wichtige Farben
Dunkles Logogelb = #EED91D
Dunkles Logorot =  #A92E28 
Dunkles Logoblau = #203374
*/
body {
	background: #fff url(layout1/body_bg.gif) bottom right repeat-x;
	color: #000;
	margin: 35px 0 0 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

	
a:hover {
	color: #A92E28;
	text-decoration: none;
}

a:active {
	color: #A92E28;
	text-decoration: none;
}

/* Kopfbalken */
#head {
	background: #000;
	height: 168px;
}

/* Sprache wählen */
#sprache {
	text-align: center;
	margin-top: 6%;
}

/* footer */
#footer {
margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	padding-bottom: 15px;
}


