@media all
{



/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	B A S E  S T Y L E S
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

* { /* reset default values */
    margin: 0;
    padding: 0;
	outline: 0;
}

body {
	font: 100.01% sans-serif; /* Lösung für Bug bei IE 6 mit EM */
	/* background-color:#A1BCC6; */
	background-color: #EAEAEA;
	text-align:center; /* Zentrierung für den IE 5.x */
	left:0px;
	top:0px;
	z-index:0;
	position:relative;
	float:none;
	padding-top:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.footer {font-family: Verdana, Arial, Helvetica, sans-serif}

#page{ 
	width:61em;
	text-align: left;
	margin: 0 auto; /*Zentrierung für die standardkonformen Browser */
	z-index: 100;
	float:none;
	position: relative;
}



/* #page_margins {min-width: 800px; max-width: 800px; margin:auto;} */



/* 13px */
h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1 {font-size: 1.5em; color: #000000; margin: 0 0 0 0; padding-top: 0.5em; padding-bottom:0.5em;}
h2 {font-size: 1.3em; color: #000000; margin: 0 0 0 0; padding-top: 1.0em; padding-bottom:0.5em;}
h3 {font-size: 1.2em; color: #006; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }
h4 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
h5 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }
h6 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }

p,ul,dd,dt { line-height: 1.5em; }
p { line-height: 1.5em; margin: 0 0 1em 0; font-family:Verdana, Arial, Helvetica, sans-serif; }

strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

/* BILD POSITIONIERUNGEN */
img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }
img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4; margin: 0px 5px 0px 5px; }

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

img {
    border: none;
}
form {
	display:inline;
}
.meta {
	position: absolute;
	visibility: hidden;
}
abbr,
acronym {
	text-decoration: none;
	border: none;
	cursor: help;
}

/* Einstellung für Links auf HP */

a:link {
text-decoration:none;
color:#33758b;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover, a:active {
text-decoration:underline;
color:#33758b;
font-weight:bold;
}

a:visited {
text-decoration:none;
color:#BC162D;
font-weight:bolder;
}

/* startscreen der index seite */

#startscreen {
	/*width:61em; */
	/*height:35em; */
	text-align: left;
	margin: 0 auto; /*Zentrierung für die standardkonformen Browser */
	z-index: 1;
	float:none;
	position:relative;
	background-image:url(../bg_hp_rotate.php);
	background-repeat: no-repeat;
	width:900px;
	height:675px;
}

.footer {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Navigation für Startseite */

#navigation {
	width: 18em;
	float: right;
	z-index: 2;
	position:relative;
	padding-top:5em;
}

#navigation ul {
	/*list-style-type: none;
	margin: 20px 0 0 0px;
	padding: 0;*/
	
	list-style-type: none;
	margin: 2em 70px 0 15px;
	padding: 0;
	position: relative;
	z-index: 200;
}

#navigation a:link, #navigation a:visited {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 2px;
	padding-bottom:0.5em;
	color:#FFFFFF;
	font-size:1.5em;
	z-index:200;
}

#navigation a:hover {
	color:#a1bac3;
	background-color: #33758b;
	font-size:1.5em;
	padding-bottom:0.5em;
	z-index:200;
}


/* stil für shop link in rot */

#red a:link, #red a:visited {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 2px;
	padding-bottom:0.5em;
	color: #BC162D;
	font-size:1.5em;
	
}

#red a: hover {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 2px;
	padding-bottom:0.5em;
	color: #BC162D;
	background-color: #33758b;
	font-size:1.5em;
	
}

/*Navigation Detailseiten */

#navigation_detail {
	width: 24.5em;
	height: 675px;
	float: left;
	z-index: 200;
	position: relative;
	background-image: url(../pics/bg_navi2.jpg); /*enthält die BG Grafik für die Navigation */
	background-repeat: repeat-y;
	border:2px solid #00536e;
}

#navigation_detail ul {
	list-style-type: none;
	margin: 2em 82px 0 15px;
	padding: 0;
	position: relative;
	z-index: 200;
}

#navigation_detail a:link, #navigation_detail a:visited {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 2px;
	padding-bottom:0.5em;
	/*color:#33758b;*/
	color:#00536E;
	font-size:1.5em;
	z-index:200;
}

#navigation_detail a:hover {
	color:#a1bac3;
	background-color: #33758b;
	font-size:1.5em;
	padding-bottom:0.5em;
	z-index:200;
}

/* stil für shop link in rot */

#red_detail a:link, #red_detail a:visited  {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 2px;
	padding-bottom:0.5em;
	color: #BC162D;
	font-size:1.5em;
	z-index:200;
}

#red_detail a: hover {
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding: 2px;
	padding-bottom:0.5em;
	color: #BC162D;
	background-color: #33758b;
	font-size:1.5em;
	z-index:200;
}

/* Navigation Detail */

#submenu {
	width:20em;
	float:right;
	position: relative;
	z-index:1;
}

#submenu ul {
	list-style-type: none;
	padding: 0;
	position: relative;
	z-index: 1;
}


/* content div detailseiten */	

#content {
	width:34.5em;
	text-align: left;
	z-index: 1;
	float:right;
	position: relative;
	border:2px solid #00536e;
	padding:10px;
	background-color:#A1BCC6;
}
}