a:link { text-decoration:none; font-weight:bold; color:#2E2E2C; }
a:visited { text-decoration:none; font-weight:bold; color:#2E2E2C; }
a:hover { text-decoration:underline; }
a:focus { text-decoration:underline;}

a.anav:link { text-decoration:none; font-weight:bold; color:#2E2E2C; }
a.anav:visited { text-decoration:none; font-weight:bold; color:#2E2E2C; }
a.anav:hover { text-decoration:underline; }
a.anav:focus { text-decoration:underline;}

a.afoot:link { text-decoration:none; font-weight:bold; color:#ffffff; }
a.afoot:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a.afoot:hover { text-decoration:underline; }
a.afoot:focus { text-decoration:underline;}


body {
	background-color: #2E2E2C;
	font-family:Verdana;
	overflow-y:scroll;
}

div {
	position: relative;
	margin: 0px auto;
	padding: 0px;	
}

#page table {
	border-collapse: collapse;
	border: 0px solid white; 	
}

#page table thead tr td {
	border: 2px solid #FFFFFF;
	font-family:verdana;
}

#page table thead tr:nth-child(even) {
 font-size:8pt;
 color: #000000;
 background-color: #FFFFFF;
}
#page table thead tr:nth-child(odd) {
	font-size:10pt;
 color: #FFFFFF;
 background-color: #AAAAAA;
}

#page table tbody tr td {
	border: 2px solid #FFFFFF;
	font-family:verdana;
	font-size:8pt;
}

#page table tbody tr:nth-child(even) {
 background-color: #FFFFFF;
}
#page table tbody tr:nth-child(odd) {
 background-color: #EEEEEE;
}

.aufbau {
	table-layout: fixed;
	width: 100%;
	font-family:Verdana;
	font-size:10px;
}

#site {
	width: 960px;
	min-height: 600px;
	background-color: #fff;
	border-radius: 10px;
}

#footer {
	width: 960px;
}

#footer table tr td {
	color:#fff;
	font-size:10px;
	text-align:center;
}

#footer table tr td {
	color:#fff;
	font-size:10px;
	text-align:center;
}

#header {
	height:150px;
	width:960px;
	background-color:#FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../img/logo_ol_bearb.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-bottom:1px solid black;
}

.slider_img {
	width:760px;
	height:150px;
	border-top-right-radius: 10px;
	position:relative;
	left:100px;
	background-image: url(../img/slider_rote_schuhe.jpg);
	background-repeat: no-repeat;
	border-left: 1ßx solid black;
}

#navi {
	width:195px;
	height: 450px;
	float: left;
	border-bottom-left-radius: 10px;
}

#page {
	width:560px;
	min-height: 450px;
	float: left;
}

#box {
	width:195px;
	height: 450px;
	float: left;
	border-bottom-right-radius: 10px;
	background-image: url(../img/logosw_girl.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.form_table tbody tr td {
	vertical-align: middle;
}

.form_table tbody tr td input {
	padding: 3px;
	font-family:Verdana;
	font-size:10px;
	border: 1px solid black;
	border-radius:3px;
	width: 220px;
}

.form_table tbody tr td input:focus
{
	background-color:#F5F6CE;
} 

