/*#########################################################
##
## Datei: main01.css
## Erstellt am: 20/01/2007
## Coded by: Gerald Myslik
##
###########################################################*/

/* TAGs */
* {
	margin:0;
	padding:0;
	border:solid 0;
}
body {
	font:normal 100.1% Arial Helvetica sans-serif;
	color:#000;
	background:#26354a;
}
h1 {
	font:bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#C9C9C9;
	background:transparent;
	text-align:center;

}
h2 {
	font:bold 0.8em Helvetica, sans-serif;
	text-align:center;
	text-decoration:underline;
	color:#E1E1E1;
	background:transparent;
	padding:12px 0px 0px 0px;
}
h3 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	text-decoration:underline;
	background:transparent;
	padding:20px 0px 0px 0px;
}
h4 {
	font:10px Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	background:transparent;
	padding:0px 0px 0px 15px;
}
/*h5 {
    font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#fff;
	background:transparent;
	padding:0px 0px 0px 15px;
}*/
h6 {
    font:11px Helvetica, sans-serif;
	text-align:left;
	color:#fff;
	background:transparent;
	padding:10px 5px 0px 10px;
}
h5 {
    font:10px Helvetica, sans-serif;
	text-align:justify;
	color:#fff;
	background:transparent;
	padding:10px 15px 10px 10px;
}

a img {
	background:transparent;
	margin:0;
}
a:link, a:visited {
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#fff;
	background-color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}

a {
float:left;
width:65px;
text-decoration:none;
color:white;
background-color:#FF9900;
padding:0;
}

li {
display:inline;
}

ul li {
	list-style:square outside;
	margin-left:40px;
	padding:0.5em 20px 0 10px;
}
p {
	padding:0.8em 20px 0 30px;
}

/* Klassen */

/* DIVs */
#container {
	margin: 0 auto;
	width: 756px;
	height: 568px;
	color: #000;
	background: #26354a;
}
#logo {
	margin-top:5px;
	width:100%;
	height:60px;
	color:#000;
	background:#baa517 url(../img/layout/logo01.gif) top right no-repeat;
}	
#navi2 {
   float:left;
   width:100%;
   height:20px;
   color:#fff;
   margin:2px 0px -8px 0px;
   list-style-type:none;
}	
#main {
	width:100%;
	height:488px;
	color:#000;
	background:#000;
	line-height:1.2em; /* to avoid the peekaboo bug */
}
#schmuck {
	float:left;
	width:155px;
	height:488px;
	margin:3px 0px 0px 0px;
	color:#000;
	background:transparent;
}
#plan {
    float:left;
	width:434px;
	height:488px;
	margin:3px 0px 0px 6px;
	color:#fff;
	background:transparent;
	}
#planb {
    float:left;
	width:434px;
	height:488px;
	margin:2px 0px 0px 6px;
	color:#fff;
	background-image:url(../img/lageplan2.jpg)
	}
#cdframe {
    float:left;
	width:434px;
	height:488px;
	overflow:auto;
	margin:3px 0px 0px 6px;
	color:#fff;
	background:#5E1315;
}
#subhead {
    float:left;
    width:373px;
	height:auto;
	margin-top:20px;
	margin-left:15px;
	margin-bottom:15px;
	color:#FFFFFF;
	background-color:#800000;
	border:outset 2px;
	border-color:#CCCCCC;
}
#cover {
    float:left;
	width:110px;
    height:110px;
	margin-left:15px;
	margin-top:15px;
	color:#fff;
	background:transparent;
}
#coverdvd {
    float:left;
	width:110px;
    height:155px;
	margin-left:15px;
	margin-top:15px;
	color:#fff;
	background:transparent;
}
#descript {
    float:left;
	width:257px;
	height:110px;
	margin-left:10px;
	margin-top:15px;
    color:#fff;
    background-color:#800000;
}

#descriptdvd {
    float:left;
	width:257px;
	height:155px;
	margin-left:10px;
	margin-top:15px;
    color:#fff;
    background-color:#800000;
}
#schmuck2 {
	float:right;
	width:155px;
	height:488px;
	margin:3px 0px 0px 0px;
	color:#000;
	background:transparent;
}

#impressum {
    float:left;
	width:434px;
	height:488px;
	overflow:auto;
	margin:3px 0px 0px 6px;
	color:#fff;
	background:#800000;
	}

