/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 0px;
	background: #262626;
	position: absolute;
}

/* This is the page container */
#container {
	width: 1000px;
	margin-left: 0px;
}

/* The topmost faded bar */
#topbar {
    width: 683px;
    background: url(images/header2.jpg);
    height: 98px;
    padding: 65px 105px 0px 0px;
    font: 11px Arial;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
    float: right;
}

#topbar-start {
    width: 683px;
    background: url(images/header-start2.jpg);
    height: 98px;
    padding: 65px 105px 0px 0px;
    font: 11px Arial;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
    float: right;
}

#topbar-left {
    width: 212px;
    background: #262626;
    height: 98px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    float: left;
}

h1 {
    padding: 15px 0px 0px 25px;
    font: 13px Arial;
    font-weight: bold;
    color: #f4a119;
}

/* Container for the article box, and the pic box */
.contentboxouter {
    width: auto;
    padding: 0px 0px 0px 0px;
    clear: both;
} 

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

.normaltext {
    font: 13px Arial;
    font-weight: normal;
    color: white;
    float: left;
}

/* Hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: white;
}

a:hover {
	text-decoration: none;
        color: #f4a119;
}

.active {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #f4a119;
}

/* This will contain the columns */
#ColContainer
{
    width: auto;
    background-color: #E0E0E0;
}

.c1
{
    width: 164px;
    height: auto;
    background-color: #262626;
    border: none;
    border-top: none;
    line-height: 22px;
    color: white;
    float: left;
}

.c2
{
    width: 225px;
    height: 400px;
    background-color: #414141;
    border: none;
    border-top: none;
    line-height: 22px;
    padding: 15px 0px 0px 25px;
    font: 13px Arial;
    font-weight: bold;
    color: #f4a119;
    float: left;
}

.c3
{
    width: 446px;
    height: 400px;
    background-color: #939393;
    border: none;
    border-top: none;
    line-height: 22px;
    padding: 15px 20px 0px 20px;
    font: 12px Arial;
    color: white;
    float: left;
}

.c4
{
    width: 100px;
    height: auto;
    background-color: #262626;
    border: none;
    border-top: none;
    line-height: 22px;
    color: white;
    float: right;
}

.c1-start
{
    width: 164px;
    height: auto;
    background-color: #262626;
    border: none;
    border-top: none;
    line-height: 22px;
    color: white;
    float: left;
}

.c2-start
{
    width: 190px;
    height: 230px;
    background: url(images/kachelofen.jpg);
    border: none;
    border-top: none;
    line-height: 22px;
    padding: 320px 0px 0px 60px;
    font: 13px Arial;
    font-weight: bold;
    color: #f4a119;
    float: left;
}

.c3-start
{
    width: 446px;
    height: 230px;
    background: url(images/kepplinger_wohlmuth.jpg);
    border: none;
    border-top: none;
    line-height: 22px;
    padding: 320px 20px 0px 20px;
    font: 12px Arial;
    color: white;
    float: left;
}

.c4-start
{
    width: 100px;
    height: 550px;
    background: url(images/start-c4.jpg);
    border: none;
    border-top: none;
    line-height: 22px;
    color: white;
    float: right;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}


