/*
 * General
 */
html,body{
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center
}
body{
	background:url('../images/bg.gif') repeat-x;
}
body,td{
	font-family:Arial;
	font-size:12px;
	color:#000;
}
a{
	color:#00448B;
}

form,fieldset,img,a{
	margin:0;
	padding:0;
}

/*
 * Body
 */
* html #body{
	height:100%;
}
#body{
	border-left:1px solid #00448B;
	border-right:1px solid #00448B;
	width:950px;
	background:url('../images/menu_bg.gif') repeat-y;
	background-color:#FFF;
	
	position:relative;
	min-height:100%;
	
	margin:auto;
}

.row-0{
	background-color:#B4C8DD;
}
/*
 * Header
 */
#header_box{
	background:url('../images/header_bg.gif') repeat-x;
}
#header{
	background:url('../images/header.gif') no-repeat;
	height:112px;
	text-align:left;
}
#header img{
	float:right;
}
#header a{
	color:#FFF;
	display:block;
	padding:8px;
}
#content{
	text-align:left;
	background:url('../images/content_bg.gif') no-repeat;
}

/*
 * Menu
 */
#menu{
	width:200px;
	vertical-align:top;
	padding-top:83px;
}
#menu .navi,
#menu .navi_act,
#menu .navi2,
#menu .navi2_act{
	display:block;
	border-bottom:1px solid #00448B;
	padding-left:15px;
	text-decoration:none;
}
#menu .navi_act,
#menu .navi:hover,
#menu .navi2_act,
#menu .navi2:hover{
	background-color:#00448B;
	color:#FFF;
	text-decoration:none;
}
#menu .navi2,
#menu .navi2_act{
	padding-left:30px;
}
/*
 * Übersicht
 */
#uebersicht{
	vertical-align:top;
	padding:20px;
	padding-top:70px;
}

/*
 * Reisen
 */
#reisen_tab{
	width:100%;
}
.col0{
	width:120px;
}
.col2,col3{
	width:60px;
}


/*
 * item_detail
 */
.error{
	color:#F00;
	font-weight:bold;
	font-size:14px;
}
.item_detail h2{
	color:#FFF;
	background-color:#00448B;
	
	margin:0px;
	padding:1px;
	margin-bottom:10px;
	padding-left:5px;
	
	font-size:14px;
}
.item_detail h3{
	color:#FFF;
	background-color:#00448B;
	
	margin:5px 0px;
	padding:1px;
	padding-left:5px;
	
	font-size:12px;
}
/*
 * item_anfragen
 */
.item_anfragen{
	border-top:2px solid #00448B;
	margin-top:10px;
}
.item_anfragen input,.item_anfragen select{
	border:1px solid #00448B;
}
.item_anfragen .submit{
	color:#FFF;
	background-color:#00448B;
}

/*
 * Kontakt
 */
#mailform fieldset{
	border:0px;
	margin:0px;
	padding:0px;
}
#mailform label{
	display:block;
	width:100px;
	float:left;
	clear:left;
}

/*
 * Gästebuch
 */
.tx-veguestbook-pi1 h2.tx-guestbook-header{
	padding:5px;
	width:100%;
}


/*
 * Gallery
 */
.tx-chgallery-pi1 .single span small{
    display:none;
}
.tx-chgallery-pi1 .single{
    border:1px solid #00448B;
    background:#E0E9F1 !important;
}
.tx-chgallery-pi1 .single span{
    border:0px !important;
}
.tx-chgallery-pi1 .single .img{
    background:none !important;
}
