@charset "utf-8";
/* CSS Document */

body{
	border: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	height: 100%;
	width: 100%;
}
#inhalt {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:0;
	left: 0%;
	top: 0%;
	background-color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: 600;
	text-decoration: none;
	color: #990033;
}

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

h1{
	font-size:2em;
	font-weight: 900;
	text-align: center;
	line-height: 2em;
}
h2{
	font-size:1.8em;
	font-weight: 900;
	text-align: center;
	line-height: 1.8em;
}
h3{
	font-size:1.6em;
	font-weight: 900;
	text-align: center;
	line-height: 1.6em;
}
h4{
	font-size:1.4em;
	font-weight: 900;
	text-align: center;
	line-height: 1.4em;
}
h5{
	font-size:1.2em;
	font-weight: 900;
	text-align: center;
	line-height: 1.2em;
}
h6{
	font-size:1em;
	font-weight: 900;
	text-align: center;
	line-height: 1em;
}

/* kopf mit logo und text */
#kopf {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 0%;
	height: 10.5%;
	border: 1px solid #cccccc;
	z-index:2;
	background-image:url(bilder/header3.gif);
	background-repeat: no-repeat;
}
#schild {
	position: absolute;
	height: 90%;
	width: 6%;
	left: 3%;
	top: 1%;
}
#ueberschrift {
	top: 10%;
	width: 50%;
	height: 80%;
	position: absolute;
	color: #FFFFFF;
	left: 10%;
	z-index: 9;
	text-decoration: none;
	text-align: center;
	font-size: 2em;
	font-weight: 900;
}
#ueberschrift2 {
	position: absolute;
	height: 50%;
	width: 45%;
	left: 55%;
	top: 28%;
	color: #FFFFFF;
	z-index: 9;
	font-size: 1.3em;
	text-align: center;
	font-weight: 900;
}


/* kopf mit logo und text ende */
/* navigation */
#navi {
	position: absolute;
	height: 4%;
	width: 100%;
	top: 12%;
	border: 1px solid #cccccc;
	left: 0%;
	background-color:#000000;
	z-index:5;
}
#impressum {
	position: absolute;
	height: 100%;
	width: 10%;
	left: 89%;
	top: -120%;
	z-index:11;
}

#button1, #button2, #button3, #button4,
#button5, #button6, #button7 {
    text-align:center;
	color:#FFFFFF;
	z-index:11;
}
#button1 {
	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 1%;
}
#button1:hover {background-image:url(bilder/buttons/button_leer2.gif);
}

#button2 {	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 12%;
}
#button2:hover {background-image:url(bilder/buttons/button_leer2.gif);
}

#button3 {	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 23%;
}
#button3:hover {background-image:url(bilder/buttons/button_leer2.gif);
}

#button4 {	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 34%;
}
#button4:hover {background-image:url(bilder/buttons/button_leer2.gif);
}
#button5 {	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 45%;
}
#button5:hover {background-image:url(bilder/buttons/button_leer2.gif);
}
#button6 {
	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 77%;
}
#button6:hover{ background-image:url(bilder/buttons/button_leer2.gif)}
#button7 {	background-image:url(bilder/buttons/button_leer.gif);
	background-repeat:no-repeat;
	position: absolute;
	width: 10%;
	height: 100%;
	left: 88%;
}
#button7:hover{ background-image:url(bilder/buttons/button_leer2.gif)}
/* navigation ende */

/* hauptfeld */
#main {
	background-color:#000000;
	height: 100%;
	width: 100%;
	left: 0%;
	top: 20%;
	border: 1px solid #cccccc;
	z-index:2;
}
#main_inhalt {
	position: absolute;
	height: 80%;
	width: 85%;
	left: 1%;
	top: 18%;
	background-color: #990000;
	border: 1px solid #cccccc;
	z-index:2;
}
#haupttext {
	position: absolute;
	height: 96%;
	width: 96%;
	left: 2%;
	top: 2%;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	z-index:2;
}
#bild_links {
	position: absolute;
	height: 100px;
	width: 150px;
	left: 3%;
	top: 70%;
}
#bild_rechts {
	position: absolute;
	height: 100px;
	width: 150px;
	right: 3%;
	top: 70%;
}
#adresse1 {
	color: #000000;
	text-align: justify;
	position: absolute;
	height: 36%;
	width: 24%;
	left: 5%;
	top: 10%;
	border: 0px solid #cccccc;
	z-index:5;
}
#adresse2 {
	position: absolute;
	height: 36%;
	width: 24%;
	left: 5%;
	top: 55%;
	border: 0px solid #cccccc;
	z-index:5;
}
#teamtext_team {
	position: absolute;
	height: 300px;
	width: 45%;
	top: 5%;
	z-index: 11;
	left: 50%;
}

#teamtext_links {
	position: absolute;
	height: auto;
	width: 40%;
	top: 10%;
	z-index: 11;
	left: 5%;
}
#teamtext_rechts {
	position: absolute;
	height: auto;
	width: 40%;
	top: 10%;
	z-index: 11;
	left: 55%;
}
._h3 {
	font-size: 1.2em;
	font-weight: 500;
}
._h4 {
	font-size: 1.1em;
	font-weight: 700;
}
#team_foto {
	position: absolute;
	height: 225px;
	width: 300px;
	top: 25%;
	left: 5%;
	z-index:11;
}





#fusspfad_umrahmung {
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 80%;
	width: 13%;
	z-index: 4;
	background-color: #000000;
	left: 87%;
	top: 18%;
}


#fusspfad {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0%;
	left:0%;
	z-index:5;
}


#fuss1 {
	position: absolute;
	width:40%;
	height:12%;
	right: -4%;
	top: 3%;
	z-index:6;
}


#fuss2 {
	position: absolute;
	width:40%;
	height:12%;
	right: 15%;
	top: 15%;
	z-index:6;
}
#fuss3 {
	position: absolute;
	width:40%;
	height:12%;
	right: -4%;
	top: 27%;
	z-index:6;
}
#fuss4 {
	position: absolute;
	width:40%;
	height:12%;
	right: 15%;
	top: 39%;
	z-index:6;
}
#fuss5 {
	position: absolute;
	width:40%;
	height:12%;
	right: -4%;
	top: 51%;
	z-index:6;
}
#fuss6 {
	position: absolute;
	width:40%;
	height:12%;
	right: 15%;
	top: 63%;
	z-index:6;
}
#fuss7 {
	position: absolute;
	width:40%;
	height:12%;
	right: -4%;
	top: 75%;
	z-index:6;
}
#fuss8 {
	position: absolute;
	width:40%;
	height:12%;
	right: 15%;
	top: 87%;
	z-index:6;
}

#schuh1 {
	position: absolute;
	width:40%;
	height:12%;
	left: 15%;
	top: 3%;
	z-index:6;
}


#schuh2 {
	position: absolute;
	width:40%;
	height:12%;
	left: -4%;
	top: 15%;
	z-index:6;
}
#schuh3 {
	position: absolute;
	width:40%;
	height:12%;
	left: 15%;
	top: 27%;
	z-index:6;
}
#schuh4 {
	position: absolute;
	width:40%;
	height:12%;
	left: -4%;
	top: 39%;
	z-index:6;
}
#schuh5 {
	position: absolute;
	width:40%;
	height:12%;
	left: 15%;
	top: 51%;
	z-index:6;
}
#schuh6 {
	position: absolute;
	width:40%;
	height:12%;
	left: -4%;
	top: 60%;
	z-index:6;
}
#schuh7 {
	position: absolute;
	width:40%;
	height:12%;
	left: -4%;
	top: 75%;
	z-index:6;
}
#schuh8 {
	position: absolute;
	width:40%;
	height:12%;
	left: -4%;
	top: 68%;
	z-index:6;
}
#spur_schuhe {
	position: absolute;
	width: 312px;
	height: 21px;
	bottom: 5%;
	right: 10%;
	background-image: url(bilder/spuren/schuhspurrechtslinks.gif);
	background-repeat: no-repeat;
	z-index: 11;
}
#spur_damen {
	position: absolute;
	width: 21px;
	height: 312px;
	top: 10%;
	left: 48%;
	background-image:url(bilder/spuren/schuhspurobenunten.gif);
	z-index: 11;
	background-repeat: no-repeat;
}
#spur_herren {
	position: absolute;
	width: 200px;
	height: 45px;
	top: 2%;
	left: 25%;
	z-index: 11;
	background-image: url(bilder/spuren/schuhspurobenlinkslang.gif);
}

#spur_kinder {
	position: absolute;
	width: 200px;
	height: 45px;
	bottom: 5%;
	background-image: url(bilder/spuren/schuhspuruntenrechtslang.gif);
	background-repeat: no-repeat;
	left: 50%;
	z-index:11;
}
#spur_team1 {
	position: absolute;
	width: 200px;
	height: 45px;
	top: 5%;
	left: 2%;
	z-index: 11;
	background-image: url(bilder/spuren/schuhspurobenlinkslang.gif);
}
#spur_team2 {
	position: absolute;
	width: 200px;
	height: 45px;
	top: 88%;
	left: 75%;
	z-index: 11;
	background-image: url(bilder/spuren/schuhspuruntenrechtslang.gif);
}
#spur_profil {
	position: absolute;
	top: 208px;
	width: 92%;
	background-image: url(bilder/schuhleiste.gif);
	height: 20px;
	border: 0px;
	left: 4%;
	z-index:6;
}
#spur_links {
	position: absolute;
	width: 21px;
	height: 312px;
	top: 15%;
	left: 40%;
	background-image:url(bilder/spuren/schuhspur_links.gif);
	z-index: 11;
	background-repeat: no-repeat;
}
#spur_impressum {
	position: absolute;
	width: 45px;
	height: 100px;
	top: 10%;
	left: 85%;
	background-image:url(bilder/spuren/schuhspur_impressum.gif);
	z-index: 12;
	background-repeat: no-repeat;
}
#spur_kontakt {
	position: absolute;
	width: 45px;
	height: 100px;
	top: 70%;
	left: 85%;
	background-image:url(bilder/spuren/schuhspur_kontakt.gif);
	z-index: 12;
	background-repeat: no-repeat;
}
#herrenfoto1 {
	position: absolute;
	height:150px;
	width:150px;
	top:5%;
	left:5%;
	background-image: url(bilder/herren/herrenschuh1.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:8;
}
#herrenfoto2 {
	position: absolute;
	height:150px;
	width:150px;
	top:20%;
	left:25%;
	background-image: url(bilder/herren/herrenschuh2.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:9;
}
#herrenfoto3 {
	position: absolute;
	height:150px;
	width:150px;
	top:50%;
	left:5%;
	background-image: url(bilder/herren/herrenschuh3.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}
#herrenfoto4 {
	position: absolute;
	height:150px;
	width:150px;
	top:65%;
	left:25%;
	background-image: url(bilder/herren/herrenschuh4.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:11;
}

#damenfoto1 {
	position: absolute;
	height:100px;
	width:150px;
	top:5%;
	left:2%;
	background-image: url(bilder/damen/damenschuh1.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:8;
}
#damenfoto2 {
	position: absolute;
	height:100px;
	width:150px;
	top:10%;
	left:25%;
	background-image: url(bilder/damen/damenschuh2.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:9;
}
#damenfoto3 {
	position: absolute;
	height:100px;
	width:150px;
	top:35%;
	left:2%;
	background-image: url(bilder/damen/damenschuh3.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}
#damenfoto4 {
	position: absolute;
	height:100px;
	width:150px;
	top:40%;
	left:25%;
	background-image: url(bilder/damen/damenschuh4.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}
#damenfoto5 {
	position: absolute;
	height:100px;
	width:150px;
	top:65%;
	left:2%;
	background-image: url(bilder/damen/damenschuh6.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}
#damenfoto6 {
	position: absolute;
	height:100px;
	width:150px;
	top:70%;
	left:25%;
	background-image: url(bilder/damen/damenschuh5.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}
#kinderfoto1 {
	position: absolute;
	height:150px;
	width:150px;
	top:0%;
	left:5%;
	background-image: url(bilder/kinder/kinderschuh1.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:8;
}
#kinderfoto2 {
	position: absolute;
	height:150px;
	width:150px;
	top:20%;
	left:27%;
	background-image: url(bilder/kinder/kinderschuh2.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:9;
}
#kinderfoto3 {
	position: absolute;
	height:150px;
	width:150px;
	top:40%;
	left:5%;
	background-image: url(bilder/kinder/kinderschuh3.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}
#kinderfoto4 {
	position: absolute;
	height:150px;
	width:150px;
	top:60%;
	left:27%;
	background-image: url(bilder/kinder/kinderschuh4.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:10;
}

#kontakttext {
	position: absolute;
	height: 300px;
	width: 300px;
	left: 376px;
	top: 88px;
	text-align: justify;
	z-index:6;
}
#filiale_l-hausen {
	position: absolute;
	left: 23px;
	width: 248px;
	top: 80px;
	z-index:6;
}

#planlink_oberndorf {
	position: absolute;
	top: 300px;
	left: 300px;
	z-index:6;
}
#planlink_l-hausen {
	position: absolute;
	top: 100px;
	left: 300px;
	z-index:6;
}

#filiale_oberndorf {
	position: absolute;
	top: 260px;
	left: 24px;
	z-index:6;
}
#offen1 {
	position: absolute;
	width: 280px;
	top: 135px;
	right: 20px;
	z-index:6;
}
#offen2 {
	position: absolute;
	width: 280px;
	top: 315px;
	right: 20px;
	z-index:6;
}
#offen3 {
	position: absolute;
	width: 280px;
	top: 80px;
	right: 20px;
	z-index:6;
}
#offen4 {
	position: absolute;
	width: 280px;
	top: 260px;
	right: 20px;
	z-index:6;
}
#map {
	position: absolute;
	left: 10%;
	width: 60%;
	top: 10%;
	color: #990000;
	z-index:6;
}
#hier {
	position: absolute;
	right: 5%;
	top: 48%;
	color: #000000;
	font-size: 1.3em;
	font-weight: 900;
	padding: 10px;
	background-color: #FFFFFF;
	border: 0px solid #cccccc;
	z-index:6;
}
#s+t {
	position: relative;
	width: 100px;
	right: 10%;
	top: 10%;
	z-index: 19;
}
#news {
	position: absolute;
	left: 2%;
	top: 5%;
	height: auto;
	width: 96%;
	z-index: 11;
}
.news {
	font-size:1.8em;
	text-align:center;
	padding:5%;
}

