body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}

p {	
	text-align: left;
}

h1 {
	margin-bottom: 15px;
	width: 400px;
	font-weight: bold;
	font-size: 14px;
	color: #48BFE3;
}

tr {
	font-size: 11px;
}

a {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
}

a:hover {
	color: #48bfe3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
}


img { 
	border:none; 
}

ul {
	margin: 0px 0px 20px 0px;
	margin-left: -40px;
}

li {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style: none;
}

ul li {
	text-transform: uppercase;
	color: #48bfe3;
	font-weight: bold;
}

ul li li {
	text-transform: none;
	font-weight: normal;
}

#subbreak {display: inline-block;}

/* BOX */

#box {

	width:700px;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px auto 0px auto;
	background-image: url(/images_layout/header.gif);
	background-repeat: no-repeat;
}

/* HEADER */

#logo {
	height: 180px;
	width: 325px;
	margin-top: 20px;
	margin-left: 30px;
}

#logos {
	height: 155px;
	width: 275px;
	margin-top: -180px;
	margin-left: 390px;
}

/* NAVIGATION */

#navigation {
	height: 90px;
	width: 500px;
	margin-top: -5px;
	margin-left: 200px;
}

#navigation a {
	border: solid 0 #FFFFFF;
}

/* CONTENT-BOX */

#content {
	width: 400px;
	margin-left: 270px;
	padding: 0px;
}


#content #footer {
	margin-top: 25px;

}

#content div {margin-bottom: 5px;}

/* SUB-NAV */

.active_subnav {
	color: #48bfe3;
	font-weight: bold;
}

/* SIDEBAR */

#sidebar {
	width: 210px;
	margin-left: 30px;
	float: left;
	margin-top: -35px;
}

#sidebar a {
	color: #48bfe3;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #FFFFFF;
	margin-left: 15px;
}

#sidebar a:visited {
	color: #48bfe3;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #FFFFFF;
	margin-left: 15px;

}

#sidebar a:hover {
	color: #48bfe3;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #FFFFFF;
	margin-left: 15px;

}

#sidebar a:active {
	color: #48bfe3;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #FFFFFF;
	margin-left: 15px;

}

/*  KONTAKTFORMULAR*/

td { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 10px;
	color: #48bfe3;
	padding: 0px;	
}

input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
        font-size: 10px;
	color: #000;
	padding: 0px;	
}

input, select, textarea { 
	background-color: #e0e0e0;
	border: 1px solid #969696;
}


input, textarea { 
	width: 241px;
}


input.submit { 
	width: 80px;
	font-weight: bold;
	color: #48bfe3;
}

input.submit:hover { 
	background-color: #969696;
	border: 1px solid #e0e0e0;
color: #fff;
}

#buchung input, textarea { 
	width: auto;
}


/* IMPRESSUM */

#content #meta {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}

#content #meta a {
font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	border: solid 0 #FFFFFF;
}