/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/*@import url(layouts.css);*/
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #472B20;
	margin: 0;
	line-height: 145%;
	background: #C7A163 url(../images/main_bg.jpg) repeat-y;
	text-align: center; /* IE */
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #472B20;
	margin: 0;
	line-height: 145%;
	background: #C7A163 url(../images/main_bg.jpg) repeat-y top center;
	text-align: center; /* IE */
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
a.image, a.image:hover  {border:0;}


/* Clears Divs */
.clr{clear: both;}

.componentheading, TD.contentheading, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
	line-height: 32px;
}

h3 {
	display: block;
	padding-top: 35px;
	font-size: 18px;
	color: #A33C29;
}

/* #######################  END GENERAL SETTINGS ############################ */


/* #######################  LAYOUT SETTINGS ############################ */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/wrapper_bg.jpg) repeat-y 6px 0;
}

#wrapper_bottom {
	width: 900px;
	height: 74px;
	background: url(../images/wrapper_bottom.jpg) no-repeat 6px 0;
}

#topmenu {
	width: 900px;
	height: 40px;
	background: url(../images/topmenu_bg.jpg) no-repeat;
}

#topmenu .moduletable {
	margin-left: 90px;
}

#topmenu A { color: #F0D191 !important; }

#spot {
	width: 900px;
	height: 350px;
	background: url(../images/spot_bg.jpg) no-repeat;
}

#mainbody {
	width: 495px;
	margin-left: 85px;
	float: left;
}

#RightCol {
	width: 230px;
	margin-left: 40px;
	float: left;
	padding-top: 20px;
}

/* #######################  END LAYOUT SETTINGS ############################ */


.moduletable_impressionen {
	background: #603C2D url(../images/impressionen_bg.jpg) no-repeat top center ;
	padding: 50px 0 10px 0;
	margin-bottom: 10px;
}

.moduletable_map {
	background: #603C2D url(../images/map_bg.jpg) no-repeat top center ;
	padding: 50px 0 10px 0;
}

.moduletable_map div { padding-left: 6px;}

.moduletable_map2 { visibility: hidden; }

.footerline, .footerline A {
	color: #F0D191;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

TABLE.contentpaneopen { width: 100%; }