body {
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        color: #060;
        background: #CCC;
        margin: 0px;
        padding: 0px;
}
a {
        color: #060;
}
a:hover {
        color: #F33;
}
h1, h2, h3, h4, h5, h6, p {
         padding: 0px;
         margin: 0px;
         margin-bottom: 12px;
}
h1 {
         font-size: 20px;
}
h2 {
         font-size: 18px;
}
h3 {
         font-size: 16px;
}
h4 {
         font-size: 14px;
}
h5 {
         font-size: 10px;
         font-weight: normal;
}
h6 {
         font-size: 8px;
         font-weight: normal;
}
#gallery a, .gallery {
}

.justify {
	text-align: justify;
}
.center {
	text-align: center;
}

input, textarea, select {
	background: transparent;
	border: 2px inset #5A982D;
}
.imgnorm, .imgleft, .imgright {
	border: 1px solid #5A982D;
	margin: 1px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
thead td{
	border-bottom: 1px solid #000;
}
table.preise tbody td {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
td + td {
	border-left-style: none;
}


td.tdrot {
	color: #FFF;
	background: #C00;
}
td.tdgelb {
	color: #333;
	background: #FC0;
}
td.tdweiss {
	color: #1A4903;
	background: #FFF;
}




#main {
        width: 970px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        height: auto;
		min-height: 600px;
}
#main #header {
        background: url(images/design_01.jpg);
        float: left;
        height: 168px;
        width: 970px;
        position: relative;
        border-top: 1px solid #030;
        border-right: 1px solid #030;
        border-left: 1px solid #030;
}
#main #header #sprache {
        position: absolute;
        height: 14px;
        width: 48px;
        left: 67px;
        top: 141px;
        text-align: center;
}
#main #header #sprache img {
        margin: 2px;
}


#main #inhaltaussen {
        background: url(images/design_inhalthg.jpg);
        float: left;
        height: auto;
		min-height: 389px;
        width: 970px;
        position: relative;
        border-right: 1px solid #030;
        border-left: 1px solid #030;
}
#main #inhaltaussen #menu {
        background: url(images/design_02.jpg) no-repeat;
        float: left;
        height: auto;
		min-height: 389px;
        width: 180px;
        position: relative;
}
#main #inhaltaussen #menu ul {
        margin: 0px;
        padding: 0px;
        width: 180px;
        list-style-type: none;
}
#main #inhaltaussen #menu ul li {
	padding-top: 6px;
}
#main #inhaltaussen #menu ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	width: 146px;
	padding-left: 30px;
	background: #5A982D;
	display: block;
	-moz-box-shadow: 2px 2px 3px #666;
	-ms-box-shadow: 2px 2px 3px #666;
	font-weight: bold;
}
#main #inhaltaussen #menu ul li a:hover {
        color: #F33;
        background: #DCE8D4;
        -moz-box-shadow: 2px 2px 3px #666;
        -ms-box-shadow: 2px 2px 3px #666;
}

#main #inhaltaussen #contentaussen {
        background: url(images/design_03.jpg) no-repeat;
        float: left;
        height: auto;
		min-height: 389px;
        width: 790px;
        position: relative;
}
#main #inhaltaussen #contentaussen #content {
        padding: 10px;
        float: left;
        height: auto;
		min-height: 369px;
        width: 770px;
        position: relative;
}
#main #inhaltaussen #contentaussen #content .bildrechts {
	float: right;
	height: 204px;
	width: 254px;
	position: relative;
}

#imageContainer {
         width: 452px;
         height: 362px;
         position: relative;
         overflow: hidden;
}
#imageContainer img {
         border: 1px solid #5A982D;
}

#main #feater {
        background: url(images/design_04.jpg);
        float: left;
        height: 40px;
        width: 970px;
        position: relative;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        padding-top: 3px;
        border-right: 1px solid #030;
        border-left: 1px solid #030;
        border-bottom: 1px solid #030;
}
#main #feater a {
        color: #FFF;
}
#main #feater a:hover {
        color: #F33;
}

