
html {
    border: none;
}

body {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
    color: #000000;
    background-color: #ae9e93;
    margin: 0px;
    padding: 0px;
}

p,li {
	font-size: small;
}

h1 {
 	font-size: 160%;
}

h2 {
 	font-size: 120%;
}

hr {
	width: 100%;
	size: 2px;
}


body.menu {
}

body.content {
    background-image: url(/pix/contentbg.jpg);
    background-position: top left;
    background-attachment: fixed;
    padding: 0px;
    margin: 0px;
}

body.gallery {
	margin: 15px;
}


div#page {
    background-image: url(/pix/bgimage.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position:absolute;
    top: 0px;
    left: 50%;
    width: 920px;
    height: 676px;
    margin-top: 15px;
    margin-left:-460px;
    border: 1px solid #8a7263;
}

div#content {
    position: absolute;
    left: 231px;
    top: 213px;
    width: 640px;
    height: 428px;
    border: 1px solid #606060;
}

div#innercontent {
    padding: 1em;
}

div#logo {
    position: absolute;
    left: 18px;
    top: 17px;
    width: 156px;
    height: 153px;
}

div#imagestrip {
    position: absolute;
    left: 185px;
    top: 30px;
    width: 710px;
    height: 110px;
    overflow: hidden;
}



div#mainmenu {
   position: absolute;
   left: 178px;
   top: 135px;
}


div#sidemenu {
   position: absolute;
   left: 28px;
   top: 170px;
}

div.mehr {
   border: 1px solid #808080;
   padding: 1em;
   background-image: url(/pix/transbg.png);
}


.contentframe {
   border: none;
}


.boldblack {
	color: #000000;
	font-weight:bold;
}

.marker {
	color:#ffcc00;
	font-weight:bold;
}

.grey {
 	color: #a0a0a0;
}

.bildlinks {
 	padding-right: 1em;
	padding-bottom: 1em;
	float: left;
}

hr.sep {
 	width: 100%;
	height: 2px;
	margin-top: 2ex;
	margin-bottom: 2ex;
}

div.button {
	padding: 1ex 0px 2ex 0px;
}

a.func {
	background-color: #ede9e5;
	border: 1px solid;
	padding: 2px 8px 2px 8px;
	margin: 2px 0px 2px 0px;
	border-color: #ffffff #594a2a #594a2a #ffffff;
	font-size: 85%;
}


.frame { margin: 10px 10px 10px 10px; }
.small { font-size:small; }

a:link { color:#a04030;text-decoration:none;font-weight:bold; }
a:visited { color:#a04030;text-decoration:none;font-weight:bold; }
a:active { color:#906040;text-decoration:none;font-weight:bold; }
a:hover { color:#906040;text-decoration:underline;font-weight:bold; }
a[name]:hover {text-decoration: inherit; font-weight:inherit; color: inherit; background: inherit; }


a.func:link { color:#594a2a;text-decoration:none;font-weight:normal; }
a.func:visited { color:#594a2a;text-decoration:none;font-weight:normal; }
a.func:active { color:#906040;text-decoration:none;font-weight:normal; }
a.func:hover { color:#906040;text-decoration:underline;font-weight:normal; }
a.func[name]:hover {text-decoration: inherit; font-weight:inherit; color: inherit; background: inherit; }


