/* CSS Document */
/* Designers in Motion GesbR */
/* http://www.designersinmotion.at */

body {
	margin: 0px;
	height: 100%;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-color: #8C8366;
	background-position: center;
}

img {
	border: 0px;
}


.wrapper {
	position: relative;
	width: 100%;
	text-align: center;
}

.header {
	width: 640px;
	height: 180px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.streifen {
	background-image: url(bg_streifen_fix2.jpg);
	background-repeat: repeat-y;
	height: 154px;
	width: 100%;
	top: 200px;
	position: absolute;
	text-align: center;
	background-color: #9E987E;
	background-position: center;
}

.streifen_fix {
	height: 146px;
	background-image: url(bg_streifen_fix.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 4px;
	background-color: #756E54;
}

/* Hauptnavigation Tabs */

.nav {
	position: relative;
	width: 623px;
	margin-top: -18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
}

#tabmenu {
	color: #dad0a6;
	z-index: 1;
	padding-left: 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAD0A6;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a, a.active {
	color: #4a3e0e;
	background: #dad0a6;
	border: 1px solid #dad0a6;
	padding: 2px 5px 2px 5px;
	margin: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#tabmenu a.active {
	background: #f8f3dd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8f3dd;
}

#tabmenu a:hover {
	color: #4a3e0e;
	background: #f8f3dd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F3DD;
}

#tabmenu a:visited {
		color: #4a3e0e; 
}

#tabmenu a.active:hover {
		background: #f8f3dd;
		color: #4a3e0e; 
}
		
/* Subnavigation */

.subnav {
	position: relative;
	width: 600px;
	text-align: right;
	padding-top: 13px;
}

#navcontainer {
	margin-bottom: 1em;
	overflow: hidden;
	width: 610px;
}

#navlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	margin-right: -9px;
}

#navlist li{
	float: right;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAD0A6;
}

#navlist li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #756E54;
	text-decoration: none;
}

#navlist li a:active{
	font-weight:bold;
}

#navlist li a:hover{
	color: #4A3E0E;
}

/* Content */

.content {
	position: relative;
	width: 604px;
	background-image: url(bg_content.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A3E0E;
	height: auto;
}


.content h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #4a3e0e;
	margin: 0px;
}


.titel {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #4A3E0E;
}

.content_col1 {
	position: relative;
	width: 410px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAD0A6;
	padding-right: 20px;
	margin-top: 20px;
	padding-bottom: 15px;
}

.content_col1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A3E0E;
	text-decoration:underline;
}

.content_col2 {
	position: relative;
	width: 140px;
	float: right;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	padding-right: 10px;
}

.content_col2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #4A3E0E;
}

/* Footer */

.clearer {
	clear: both;
}

.footer {
	position: relative;
	height: 35px;
	width: 721px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-image: url(bg_footer.jpg);
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A3E0E;
	text-align: center;
	vertical-align: bottom;
}

.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A3E0E;
	text-decoration:none;
}

/* Lightbox */

#lightbox{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}