html, body {
		height:100%;
		}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #373B35;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/*hintergrundfarbe der verschiedenen seiten
.start1 {
	background-color: #ACC100;
}

.start2 {
	background-color: #8AD6F6;
}

einmittung wie vorher
#vertical {
	height: 600px;
	width: 100%;
	margin-top: -300px;
	position: absolute;
	top: 50%;
}

#center {
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of vertical's and center's height */
	float:left;
}

#vertical {
	margin:0 auto;
	position:relative; /* puts vertical in front of distance */
	text-align:left;
	height:600px;
	width:980;
	clear:left;
}

#center {
	height: 600px;
	width: 980px;
	margin-right: auto; /* centers all following content horizontaly */
	margin-left: auto;
}

#starttext1 {
	height: 50px;
	width: 800px;
	position: relative;
	left: 145px;
	top: 6px;
	margin: 0px;
	padding: 0px;
}

#starttext2 {
	height: 50px;
	width: 680px;
	position: relative;
	left: 300px;
	top: 6px;
	margin: 0px;
	padding: 0px;
}

#content {
	height: 540px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#logo {
	height: 110px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515D69;
}

/*verschiedene logofarben*/
.turk #logo {
	background-image: url(../99_pix_allg/logo/logo_turk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.gras #logo {
	background-image: url(../99_pix_allg/logo/logo_gras.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.dblau #logo {
	background-image: url(../99_pix_allg/logo/logo_dblau.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.hblau #logo {
	background-image: url(../99_pix_allg/logo/logo_hblau.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.orange #logo {
	background-image: url(../99_pix_allg/logo/logo_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.srot #logo {
	background-image: url(../99_pix_allg/logo/logo_srot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*ende verschiedene logofarben*/


#copyright {
	height: auto;
	width: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#copyright p {
	font-size: 9px;
	line-height: 12px;
	color: #999;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-top: 0px;
}

#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	color: #E74494;
}

#hauptfenster {
	height: 540px;
	width: 800px;
	position: absolute;
	left: 180px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#bildtext {
	height: 510px;
	width: 330px;
	position: absolute;
	left: 435px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	color: #373B35;
}
	
/*inhaltselemente shop*/
#shoplinks {
	height: 540px;
	width: 360px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373B35;
}

iframe {
	margin: 0px;
	padding: 0px;
}

#shoprechts {
	height: 540px;
	width: 439px;
	position: absolute;
	left: 361px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#textrechts {
	height: 540px;
	width: 360px;
	position: absolute;
	left: 360px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#artikel1 {
	height: 90px;
	width: 439px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#artikel2 {
	height: 90px;
	width: 439px;
	position: absolute;
	left: 0px;
	top: 90px;
	margin: 0px;
	padding: 0px;
}

#artikel3 {
	height: 90px;
	width: 439px;
	position: absolute;
	left: 0px;
	top: 180px;
	margin: 0px;
	padding: 0px;
}

#artikel4 {
	height: 90px;
	width: 439px;
	position: absolute;
	left: 0px;
	top: 270px;
	margin: 0px;
	padding: 0px;
}

#artikel5 {
	height: 90px;
	width: 439px;
	position: absolute;
	left: 0px;
	top: 360px;
	margin: 0px;
	padding: 0px;
}

#artikel6 {
	height: 90px;
	width: 439px;
	position: absolute;
	left: 0px;
	top: 450px;
	margin: 0px;
	padding: 0px;
}


#artikel1 img, #artikel2 img, #artikel3 img, #artikel4 img, #artikel5 img, #artikel6 img {
	clear: left;
	float: left;
}

/*elemente der hauptnavigation*/
#hnavi {
	height: 58px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373B35;
}

#hn0 {
	height: 58px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#hn1 {
	height: 58px;
	width: 180px;
	position: absolute;
	left: 180px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373B35;
}

#hn2 {
	height: 58px;
	width: 180px;
	position: absolute;
	left: 360px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373B35;
}

#hn3 {
	height: 58px;
	width: 180px;
	position: absolute;
	left: 540px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373B35;
}

#hn4 {
	height: 58px;
	width: 260px;
	position: absolute;
	left: 720px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373B35;
}

#hnavi p {
	margin-top: 41px;
	margin-left: 6px;
	margin-bottom: 0px;
}

#hnavi a:link, #hnavi a:visited {
	color: #373B35;
	text-decoration: none;
}

#hnavi a:hover {
	color: #E74494;
}

#hnavi a:link:hover, #hnavi a:visited:hover { color: #E74494; }

/*aktive seitenanzeige in der hauptnavigation*/
.news #h1:link, .about #h2:link, .shop #h3:link, .grafik #h4:link {
	color: #E74494;
}
.news #h1:visited, .about #h2:visited, .shop #h3:visited, .grafik #h4:visited {
	color: #E74494;
}

/*subnavigation als liste*/
#snavi {
	height: 300px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
}

#snavi ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

#snavi ul li {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515D69;
}

#snavi ul li a:link, #snavi ul li a:visited {
	color: #373B35;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 7px;
}

#snavi ul li a:hover {
	color: #E74494;
}

#snavi ul li a:link:hover, #snavi ul li a:visited:hover { color: #E74494; }

/*aktive seitenanzeige in der subnavigation*/
.sub0 #s0:link, .sub1 #s1:link, .sub2 #s2:link, .sub3 #s3:link, .sub4 #s4:link, .sub5 #s5:link, .sub6 #s6:link, .sub7 #s7:link, .sub8 #s8:link, .sub9 #s9:link {
	color: #E74494;	
}

.sub0 #s0:visited, .sub1 #s1:visited, .sub2 #s2:visited, .sub3 #s3:visited, .sub4 #s4:visited, .sub5 #s5:visited, .sub6 #s6:visited, .sub7 #s7:visited, .sub8 #s8:visited, .sub9 #s9:visited {
	color: #E74494;	
}
/*ende der subnavigation als liste*/

/*Textformattierungen*/
#bildtext p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#bildtext h4 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

#shoplinks p, #textrechts p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#shoplinks h3, #textrechts h3 {
	font-size: 13px;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

#shoplinks h4, #textrechts h4 {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	font-weight: bold;
}

#shoprechts p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}


.wichtig { font-weight: bold; }

/*Links Text im normalen Inhalt*/
a:link {
	color: #373B35;
	text-decoration: underline;
}

a:hover {
	color: #E74494;
}

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

a:link:hover, a:visited:hover {
	color: #E74494;
}

/*ausgeblendet
#bildtext a:link {
	color: #FFF;
	text-decoration: underline;
}

#bildtext a:hover {
	color: #E74494;
}

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

#bildtext a:link:hover, #bildtext a:visited:hover {
	color: #E74494;
}
*/
