body {
    background-color: #000000;
    font-family: Arial;
}

p {
	color:#000000;
	font-size: 10pt;
}

h1 {
	font-size:18pt;
	color:#6C0808;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	margin-bottom:-10px;
	margin-top:10px;
}

h2 {
	font-size:11pt;
	color:#6C0808;
	font-family: Arial;
	margin-bottom:-15px;
	margin-top:10px;
}

p a {
	text-decoration: none;
	color: #B22222;
}
p a:hover{
	text-decoration:underline;
	color: #B22222;
}
#Container-Box {
    position: absolute;
	top:20px;
	left:64px;
    width: 768px;
    height: 350px;
	background-color:#F0E68C;
	border: double #ffffff 1px;
}

#Container-Container {
	position: absolute;
    left: -500px;
	margin-left:50%;
    top: 80px;
	width: 1000px;
	height: 458px;
}

#Container-Logo {
	position: absolute;
	left:415px;
    top: -35px;
	width: 500px;
	height: 40px;
}

#Container-Logo span {
	color:#FFFFFF;
}

#Container-Logo .big {
	font-size: 35pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	color:#34BC21;
	font-variant:small-caps;
}

#Container-Logo .small {
	font-size: 10pt;
}

#Container-Navigation-Navi {
    position: absolute;
    left: 65px;
    top: 395px;
    width: 790px;
    height: auto;
	text-align:center;
}

#Container-Bild-Links {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 350px;
}

#Container-Content {
    position: absolute;
    top: 0px;
    left: 221px;
    width: 547px;
    height: 350px;
	overflow:auto;
}

#Container-Background-Cigar {
    position: absolute;
    background-image: url(../images/bg.jpg);
    width: 1000px;
    height: 458px;
}

a.Navi-Haupt-Link {
	font-size:11pt;
	text-decoration: none;
	color: #EE7600;
	font-weight:bold;
}

a.Navi-Haupt-Link-active {
	font-size:11pt;
	text-decoration: none;
	color: #228B22;
	font-weight:bold;
}

span.Navi-Haupt-Link {
	font-size:12pt;
	text-decoration: none;
	color: #228B22;
	font-weight:bold;
}

a.Navi-Haupt-Link:hover {
	color:#228B22;
}