/* 
* Ostsee Reise 1.0 
* lastchange 05-04-2009
*/
html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: normal;
	background-color: #F9F8F8;
	color: #868686;
	}

p, div, span { 
	font-size: 1.0em;
}

.clr {
	clear: both;
}
/* link stuff */
a:link, a:visited {
	color							: #F29353;
	text-decoration			: underline;
}

a:hover {
	color: #F29353;
	text-decoration: none;
}
/* link stuff */
a.extern:link, a.extern:visited {
	color							: #62B644;
	text-decoration			: underline;
}

a.extern:hover {
	color: #62B644;
	text-decoration: none;
}

#page {
	width: 790px;
	margin: 10px 0px 0px 10px;
	background-color: #fff;
}
#header {
	width: 790px;
	height: 90px;
	background: url(images/logo.jpg) no-repeat;
}
/* top navigation links */

#nav {
	width: 790px;
	height: 25px;
	background-color: #F29353;
}

/*rechte Box */
#right {
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-bottom:10px;
}

#right a:link, #right a:visited {
	display: block;
	color							: #4A5364;
	text-decoration			: underline;
	margin	: 4px 2px 0 5px;
	font-weight: bold;
}

#right a:hover {
	color: #4A5364;
	text-decoration: none;
}
/* content Bereich */
#left{
	width: 570px;
	float: left;
	margin-top: 10px;
}

#content {
	margin: 0px 5px 10px 5px;
	height: 100%;
}

/* footer Bereich */
#footer {
	width: 790px;
	height: 40px;
	background-color: #62B644;
	text-align: right;
}
#footer a:link, #footer a:visited {
	display: block;
	color							: #fff;
	text-decoration			: underline;
	margin	: 4px 2px 0 5px;
	float: left;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* copyright Bereicht */
#copyright {
	width: 790px;
	height: 40px;
	text-align: center;
	
}

.catlabel {
	background-color: #EE985D;
	width					: 100%;
	height				:25px;
	color					:#4A5364;
	font-weight			:bold;
	margin 				: 10px 0 5px 0;
}

/* formate fuer Bilder */
.imgboxleft, .imgboxright {
	background: #F9F8F8;
	border: thin dotted #F29353;
	
}
.imgboxleft {
	float: left;
	margin: 0 5px 5px 0;
}
.imgboxright {
	float: right;
	margin: 0 0 5px 5px;
}

.imglabel {
	color					:#4A5364;
	font-size			: 0.8em;
}

img {
	border:0px;
	margin: 5px 5px 5px 5px;
}

