
/*global*/

html{
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #FFFFff;
	margin-top:15px;
	margin-bottom:15px;
}

p,ul,li,td{	
	font-family : Eras, "Tahoma Regular", Tahoma, Times;
	font-size : 14px;
	color:#00401f;
}
p big {
	font-size: 16px; 
	font-weight: bold;
}

p bigbig{
	font-size: 32px;
	font-weight: bold;
	text-decoration: underline;
}
p small {
	font-size: 10px
}

a {	
	font-family : Eras, "Tahoma Regular", Tahoma, Times;
	font-size : 12px;
	font-weight: bold; 
	text-decoration: none;
	color: maroon;
}


a:link {
	text-decoration: none;
	color: maroon;
}

a:visited {
	text-decoration: none;
	color: maroon;
}

a:active {
	text-decoration: none;
	color: maroon;
}

a:focus {
	text-decoration: none;
	color: maroon;
}

a:hover {
	color: grey;
}
a img {
	border: none;
}

td {
	vertical-align : top;
}


hr {
	color: #000000;
	border: 1px dotted #000000;
}

/*main table*/
#container {
	background-color: #026407;
	border: 1px solid black;
	margin: 0px;
	color: #ffffff;
}

/*left side menu*/
.menu {
	margin: 0px;
	font-weight: bold;
	border: solid black 0px;
	color: #ffffff;
}

img.menu{
	padding-left: 10px;
}

a.menu {
	color: #ffffff;
	border-bottom: dotted navy 0px;
	border-left: solid red 0px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height:30px;
}

a:visited.menu {
	color: #ffffff;
	border-bottom: dotted navy 0px;
	border-left: solid red 0px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height:30px;
}

ul.menu{
	color: #ffffff;
	list-style-position:inline;
}

li.menu{
	margin-left:0px;
	color: #ffffff;
}


a:hover.menu {color: lightgrey;}

.submenu {
	margin: 0px;
	font-weight: bold;
	border: solid black 0px;
	color: #ffffff;
}

a.submenu {
	color: #ffffff;
	border-bottom: dotted navy 0px;
	border-left: solid red 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
}

a:visited.submenu {
	color: #ffffff;
	border-bottom: dotted navy 0px;
	border-left: solid red 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
}

a:hover.submenu {color: lightgrey;}


/*middle blog field*/
#blog {	
	background-color: #d9ffb0;
	border-left: 0px dotted black;
	border-top: 0px dotted black;
	padding-top:10px;
}

td#blog{
	padding-left:10px;
	padding-right:10px;
}

/*rubrik name*/
header1#blog {
	font-size: 15px;
	font-weight:;
	font-style:italic;
	font-stretch: expanded;
	text-decoration: underline;
}


/*box for content*/
#blog .roundbox{
	background-color: #ffffff;
	border: 1px solid black;
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

/*right side*/
#rightside {	
	border-left: 0px dotted black;
	border-top: 0px dotted black;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
}
#divscroll { position:fixed;}

#foot {	padding: 5px;
	border-left: 0px dotted black;
	border-top: 0px dotted black;
}

p#foot{
	text-align: right;
	margin: 10px 10px 10px 30px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a#foot {
	text-align: left;
	margin: 10px 10px 10px 30px;
	color: lightgrey;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}



/*galerie*/

#thumb {padding: 5px;
	background-color: #d9ffb0;
	border-left: 0px dotted black;
	border-top: 0px dotted black;
}

p#thumb{
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	font-style:italic;
}

img#thumb {border: none;}
a#thumb {border: none;}

p.pic {
	font-size: 12px;
	font-weight: bold;
	color: #00401f;
	padding-top:15px;
	margin: 2px;
}

#bilder {
	text-align: center;
	padding:10px;
	border: solid black 0px;
	background-color: #d9ffb0;
}
#gaestebuch {
	background-color: #ffffab;
}

#gaestebuchleft {
	background-color: #ffffab;
}


textarea,input{
	font-family : "Sans Serif",Eras, "Tahoma Regular", Tahoma, Times;
	font-size: 12px;
}



