/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #fff;
	font-size: 0.9em;
	font-family: 'Tahoma';
	background: #071F4B url(assets/mueritzsee.jpg) no-repeat;
	background-position:  170px 0;
	margin:0;
	padding:0;
	height:100%;
}

.backgroundless {
	background-image: none;
}

.backgroundless img {
	margin: 25px 80px;
}

.backgroundless form {
	margin: 0 auto;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:underline;
	font-size:0.9empx;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:0.9em;
	text-align:left;
}

.login_box p {
	margin:0px 10px 20px 10px;
	font-size:0.9em;
	color:#fff;
	text-transform: uppercase;
}
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:0.9em;
	text-align: left;
}

.content_box li {
	text-align: left;
	list-style-image: url(assets/arrow_44.gif);
	list-style-position: inside;
	margin-left: -40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color:#ddd;
	font-size:0.9em;
}

.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:1em;
	text-align:justify;
}

.content_box_map li {
	list-style-type: none;
	text-align: left;
	list-style-position: inside;
	margin-left: -40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color:#ddd;
	font-size:0.9em;
}


.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}



#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:0.9em;
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	/*font-weight:bold;*/
}

.small {
	margin: 0 0 0 18px;
	font-size:0.8em;
	text-transform: none;
}

.nodisc {
	list-style-type: none;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:3em;
	text-transform:uppercase;
	font-weight:normal;
	margin: 15px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:2em;
	margin: 15px 0px 10px 50px !important;
	margin: 15px 0px 10px 50px;
	font-size:1.5em;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:1.2em;
	color:#fff;
}

h6 {
	font-size: 1em;
	font-family: "Zapf Chancery", fantasy, cursive, "Comic Sans MS", cursive;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */

#nav_list {
	margin: 0 0 0 -10px;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

* html #nav_list {
	\margin: 0 0 0 -20px;
	m\argin: 0 0 0 -10px;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:0.9em;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(assets/sidebar_body.png) 0px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 0px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}

#menu_header {
	width:170px;
	text-align:left;
	float:left;
	margin:0 0 0 5px;
}


#menu_header table {
	margin:4px 0 0 0px;
	text-transform:uppercase;
	color:#ffd502;
	font-size: 0.9em;
	font-weight:bold;
}

* html #menu_header table {
	\margin:4px 0 0 -5px;
	m\argin:4px 0 0 0px;
}

#menu_header img {
	margin:4px 0 0 0px;
}	

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(assets/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
    width: 930px !important;
	width: 960px;
	height: 250px;
	float:left;
	text-align: right;
}

#content {
	width: 950px;
	text-align: justify;
	float: left;
	margin:0 0 0 0px;
	background: url(assets/sidebar_body.png) 0px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 0px 0px repeat-y;
}

.content_box {
	width: 150px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 280px;
	margin:0px 0px 0px 20px;
	float: left;
}


.content_box_map_large {
	width: 570px;
	margin:20px 0px 0px 20px;
	float: left;
}

.content_box_map {
	width: 150px;
	margin:20px 0px 0px 20px;
	float: left;
}

.content_box_map p{
	line-height: 2em;
	margin:0px 0px 0px 0px;
	text-align: left;
}

.content_box_photo {
	width: 290px;
	margin:0px 0px 0px -10px;
	float: left;
}

#content_footer {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:130px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:125px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 15px;
}

* html textarea.sidebar {
	\margin:5px 0px 5px 5px;
	m\argin:5px 0px 5px 15px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:125px;
	color: #707070;
	margin:0px 0px 5px 15px;
}

* html input.sidebar {
	\margin:0px 0px 5px 5px;
	m\argin:0px 0px 5px 15px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:125px;
	color: #707070;
	margin:0px 0px 5px 15px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:125px;
	color: #707070;
	margin:5px 0px 5px 0px;
}



/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
/* 	cursor: default; */
	list-style: none;
}

.hoverbox a
{
/* 	cursor: default; */
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 200px;
}


