h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #E7650E;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: -20px;
    padding-top: 0;
    margin-top: 0;
}


h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #E7650E;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#co_inhalt {
    font-family: Arial, Helvetica, sans-serif;
    color: #E7650E;
    font-size: 1em;
    background-image: url(../_images/bg_home.gif);
    background-repeat: no-repeat;
    padding-top: 65px;
    height: 100%;
    
}

table {
    font-family: Arial, Helvetica, sans-serif;
    color: #E7650E;
    font-size: 1em;
}

#inhalt {
    width: 35em;
    padding-left: 240px;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    color: #E7650E;
    font-weight: bold;
    font-size: 0.9em;
    width: 90em;
}

#footer_left {
    background-image: url(../_images/leiste.gif);
    background-repeat: repeat-x;
    line-height: 25px;
    width: 20em;
    float: left;
}

#footer_middle {
    background-image: url(../_images/leiste.gif);
    background-repeat: repeat-x;
    line-height: 25px;
    width: 40em;
    float: left;
}

#footer_right {
    background-image: url(../_images/leisteende.gif);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 25px;
    margin-left: 60em;
}

a:link, a:visited, a:hover, a:active, a:focus {
    
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #E7650E;
    font-weight: bold;
    font-size: 1em;
} 

form {
	background-color: #FFECBF;
	border: 1px dashed #E7650F;
	padding: 1em;
}

.clear {
	clear: left;
	margin: 0.25em;
}

label {
	float: left;
	width: 8em;
}

input.submit {
	background-color: #fff;
	border: 1px solid #E7650F;
	color: #E7650F;
}

a:hover {
    color: #C9191C;
    text-decoration: underline;
}
