/*#########################################################
##
## 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;
	color:#000;
	background:transparent;
	text-align:center;
}
h2 {
	font:bold 1.25em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:transparent;
	padding:10px 20px 6px 35px;
}
h3 {
	font:bold 1.05em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:transparent;
	padding:10px 20px 6px 35px;
}
h4 {
	font:10px Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	background:transparent;
	padding:0px 0px 0px 15px;
}
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 */
p.mainbot {

	height:20px;
	background:#26354a url(../img/layout/footer01.gif) top center no-repeat;
}

/* 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;
   padding:0;
   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;
}
#content {
	float:left;
	margin:3px 0px 0px 6px;
	width:340px;
	height:488px;
	color:#000;
	background:transparent;
}
#schmuck2 {
    float:right;
	width:155px;
	height:488px;
	margin:3px 0px 0px 0px;
	color:#000;
	background:transparent;
}
