/**
* Allgemeine CSS-Datei
* @package styles
*/
/******************************
 Styles f�r Layout
*******************************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: #0B1618;
	color: #FFFFFF;
}

#maincontainer {
	width: 1000px;
	border: 0px dotted #C9C9C9;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-color: #0B1618;
}

#innercontainer {
	padding: 10px 10px 10px 10px;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

a img{
	border :0px;
}

.vspacer10{
	height:	10px;
	clear: both;
}

/******************************
 Main Content
*******************************/

.maincontentsmall {
	float:left;
	width: 750px;
	min-width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.maincontentbig {
	float:left;
	width: auto;
	margin-left: 0px;
	min-width: 500px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.maincontentbox1-header {
	height: 30px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #A89C76;
	margin-bottom: 0px;
}

.maincontentbox1-header h1 {
	color: #A89C76;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bolder;
	margin: 0;
}

.maincontentbox1-content{
	color: #A89C76;
}

.maincontentbox1-content a{
	color: #A89C76;
	font-weight: bolder;
	text-decoration: none;
}

.maincontentbox1-content a:hover{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}

.maincontent_topic{
	margin-top: 20px;
	font-weight: bolder;
	font-size: 14px;
}

.maincontent_text{
		margin-top: 10px;
}

.maincontent_text a{
	font-weight: bolder;
}

.maincontent_fotos{
	white-space: nowrap;
	
}	


#spacer_maintopic {
	clear: both;
	padding: 0px;
	margin-bottom: 0px;
	height: 3px;
	background: url(../images/bg_spacermaintopic.jpg) repeat-x;
}

/******************************
 Formulare
*******************************/

.input {
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #898163;
	margin: 0;
	padding: 2px 4px;
	height: 13px;
	background: url(../images/inputbg.gif) top left no-repeat #FFFFFF;
	color: #2A312B;
}

.width20{width: 20px;}
.width50{width: 50px;}
.width100{width: 100px;}
.width110{width: 110px;}
.width155{width: 155px;}
.width200{width: 200px;}

.error{
	background:#990000;
	color:white;
}

.textarea{
	height: 150px;
	widht: 500px;
}

.input_order{
	border-color:#898163;
	border-width:1;
	border-style:solid;
	height:18px;
	font-size:10px;
	background: url(../images/inputbg.gif) top left no-repeat #FFFFFF;
}

/******************************
 Messagebox
*******************************/

.messagebox{
	margin-top: 30px;
}

.messagebox_info {
	border: 1px solid #898163 ;
	background: #76A88F;
	width: 100% px;
	padding: 10px;
	font-weight: bold;
}

.messagebox_error {
	border: 1px solid #898163;
	background: #990000;
	width: 100% px;
	padding: 10px;
	color:#FFFFFF;
	font-weight: bold;
}

/******************************
 Sidebars
*******************************/

#sidebar-right {
	float: right;
	width: 180px;
	margin-top: 30px;
	padding: 0px;
}

/******************************
 Boxes
*******************************/

.box-right {
	clear: both;
	width: 180px;
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	color: #A89C76;
	font-size: 12px;
}

.box_album{
	padding-left: 7px;
}

.box_newsletter_content{
	padding-left: 7px;
}

.image_links{
}

/******************************
 Schriften / Links
*******************************/

.linknormal a{
	font-weight: normal;
	color: #A89C76;
}

.tourtagebuch{
	text-align: justify;
}
.justify{
	text-align: justify;
}

a{
	font-weight: bolder;
	text-decoration: none;
}

.maincontent_guestbook_topic{
	font-size: 9px;
	margin-top: 20px;
}

.maincontent_guestbook_text{
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5;
}

/******************************
 Menu
*******************************/

#menu{
	float:left;
	padding: 0px;
	margin-top: 214px;
	margin-left: 15px;
	color: #FF0000;
}

.menuoption{
	float:left;
	padding: 10px 5px 0px 5px;
	margin-left: 19px;
	font-weight: bolder;
	font-size: 14px;
	height: 26px;
}

.menuoption a {
	color: #A89C76;
	text-decoration: none;
}

.menuoption a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menuoptionactive{
	background-color: #A89C76;
	color: #FFFFFF;
}

.menuoptionactive a {
	color: #FFFFFF;
	text-decoration: none;
}

/******************************
 Header/Footer
*******************************/

#header {
	padding: 0px;
	margin: 0px;
	height: 250px;
	border-top: 0px solid white;
	background: url(../images/header.jpg) no-repeat left center;
}

#spacertop {
	clear: both;
	padding: 0px;
	margin-bottom: 0px;
	height: 2px;
	background-color: #A89C76;
}


#spacerbottom {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 3px;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 50px;
	color: #A89C76;
	text-align: center;
	font: arial;
	background: url(../images/bg_spacertop.jpg) repeat-x;
}
