img {
	border-color: #000000;
}

div {
	text-align: left;
}

p,strong,b,i,em,u,strike,ul,ol,li,dl,dt,dd,blockquote,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td,textarea {
	font-size: 12px;
}

dl,dd {
	margin: 0;
	padding: 0;
}

input,textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	vertical-align: text-bottom;
}

h6 {
	font-weight: bold;
	display: block;
}

h5,h4 {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

h3,h2 {
	font-weight: bold;
	font-size: 13px;
	display: block;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

strong,b {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

/*** verschachtelung von STRONG und EM ***/
strong i,strong em,em strong,i strong {
	font-style: italic;
	font-weight: bold;
}

u {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

ul,ol,li { /*display: block;*/
	margin-left: 15px;
}

ul li {
	list-style-type: disc;
	/*display: block;*/
}

ol li { /*display: block;*/
	list-style-type: decimal;
}

blockquote {
	display: block;
	margin-left: 15px;
}

html, body {
	background: #E7C882;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container {
    width: 970px;
    height: 664px;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/mainbg.jpg) top left no-repeat;;
}

#maintable {
    border: 1px solid #794A17;
    background: #F6E5BE;
}

#menutd {
    background: url(/images/menubg.gif) top center no-repeat;
    border-right: 1px solid #8F6534;
    height: 430px;
}

#logotd {
    border-right: 1px solid #8F6534;
    height: 148px;
    vertical-align: top;
}

#menu {
    border-left: 4px solid #794A17;
}

#contenthome {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

#content {
    height: 580px;
    width: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
}

#bottom {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #F3E6CF;
    font-size: 11px;
}

a.lmenu:link, a.lmenu:active, a.lmenu:visited {
    display: block;
    background: url(/images/menuabg.gif) bottom left no-repeat;
    height: 20px;
    line-height: 20px;
    width: 180px;
    margin-left: 10px;
    color: #302F2C;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
}

a.lmenu:hover, a.lmenuactive:link, a.lmenuactive:visited, a.lmenuactive:active, a.lmenuactive:hover {
    display: block;
    background: url(/images/menuabg.gif) bottom left no-repeat;
    height: 20px;
    line-height: 20px;
    width: 180px;
    margin-left: 10px;
    color: #993300;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
}

a:link, a:visited, a:active, a:hover {
    color: #794a17;
}

#content a img {
	border: 1px solid #794a17;
}

.headline {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.headlineoverview {
	font-weight: bold;
	font-size: 14px;
}

#gmaps {
    height: 500px;
    width: 680px;
    position: absolute;
    left: 10px;
    top: 40px;
}

#directions {
    width: 0px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top : 40px;
}

#gmapform {
    position: absolute;
    top: 550px;
}

.diashow {
    height: 70px;
    width: 110px;
    padding: 0;
    margin: 3px;
}

#content td {
    padding: 2px;
}
