/* ALLGEMEIN */

body
{
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #e5e5e5;
        padding: 0px;
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        font-family: arial, helvetica, tahoma ,verdana, sans-serif;
        height: auto;
}

#main
{
        text-align: center;
        border:solid 0px #000;
        margin: 0px;
        width: 100%;
}

/* KOPFBEREICH */

#main_top
{
	width: 0px;
	width: 100%;
	background-image:url(images/header-9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#top
{
        height: 54px;
        text-align: right;
        padding-right: 20px;
}

#top1
{
	height: 297px;
	vertical-align: middle;
	text-align: left;
	color: #030;
	padding-top: 20px;
}

#hpname
{
	letter-spacing: 1px;
	font-size: 38px;
	font-family: "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
	color: #030;
}

#slogan
{
	letter-spacing: -1px;
	font-size: 16px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	color: #536622;
	font-style: italic;
	text-align: center;
}

/* INHALTSBEREICH */

#main_inhalt
{
	width: 100%;
	height: auto;
	background-image: url(images/back_main%201.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#inhalt
{
        width: 793px;
        height: auto;
}

#inbox
{
	height: auto;
	padding: 50px 40px 40px 45px;
	letter-spacing: 0px;
	width: 100%;
	vertical-align: top;
	text-align: left;
	line-height: 19px;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	color: #003300;
}

/* Überschriften */

h2
{
        font-family: "Trebuchet MS", arial, helvetica, tahoma, verdana, sans-serif;
        font-style: italic;
        color: #003300;
        margin-bottom: 18px;
        letter-spacing: 0px;
        font-size: 19px;
        border-bottom: solid 0px #746b64;
        padding-bottom: 4px;
}



h1 {
	font:Arial, Helvetica, sans-serif;
    color: #003300;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 16px;
    border:none;
}


/* NAVIGATION */

/* allgemeine links im text */

a:link, a:visited, a:active
{
	font-size: 15px;
	line-height: 19px;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	color: #003300;
	text-decoration: underline;
}

a:hover
{
        color: #003300;
        text-decoration: none;
		font-weight:bold;
		
}

.col_right {
	padding:0 50px 0 220px;
	margin:0;
}

.col_left {
	float:left;
}

.clearfix {
	clear: both;
}
