/*Allgemeine Formatierungen*/
*
{
	margin: 0;
	padding: 0;
	border: 0px solid #8CDEF7;
	border-color: #67AA0D;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.2em;
	margin-top: 25px;
	text-decoration: underline;
}

h3
{
	margin: 0;
}

h4
{
	text-align:center;
	margin:25px 10px 10px;
	font-size:1.8em;
	text-decoration:underline;
}

hr
{
	border-top: 1px solid #8CDEF7;
}

body
{
	background-color: white;
	border-top: 4px solid #67AA0D;
	font: 12px/24px Verdana, Helvetica, sans-serif;
}

a
{
	color: #37636C;
	/*color: #8CDEF7;*/
	text-decoration: none;
}

p
{
	margin-top: 15px;
}

ul
{
	display: block;
	list-style-type: none;
}

input
{
	border: 2px solid #666666;
}

textarea
{
	border: 2px solid #666666;
}
/* Ende allgemeine Formatierungen*/
/* Positionierungen */
#wrap
{
	margin: 0 auto;
	background-color: white;
	width: 800px;
	position: relative;
}

#head
{
	background-color: white;
	background-image: url(../img/header.png);
	width: 800px;
	height: 110px;
	float: left;
}

.menue
{
	/**
	 * background-color: #0C85AB;
	 *
	 */
	background-color: transparent;
	/*background-image: url(../img/link_bg_1.png);*/
}

#topmenueright
{
	width: 225px;
	height: auto;
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 575px;
	color: #8CDEF7;
	text-align: center;
	font-size: 11px;
}

.smalllink
{
	color: #8CDEF7;
	text-decoration: none;
}

.normallink
{
	color: black;
	text-decoration: none;
	font-size: 13px;
}

.normallink:hover, .normallink:active, .normallink:focus
{
	color: #8CDEF7;
}

#topmenueleft
{
	width: 425px;
	height: 25px;
	position: absolute;
	top: 85px;
	left: 150px;
	padding-left: 0px;
}

#topmenueleft li {
	display: inline;
}

#topmenueleft a:link, #topmenueleft a:visited {
	padding: 4px 35px 5px 36px;  /* ANPASSEN F�R DAS TOPMEN�LEFT */
	font-weight: bold;
	font-size: 1.1em;
	color: #8CDEF7;
/*color: #8CDEF7;*/
}

#topmenueleft a:hover {
	background-color: #15BCEE;
	color: #000;
}

#leftmenue
{
	background-color: #3d8fa7;
	background-image: url(../img/leftmenu_bg.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: auto;
	position: absolute;
	top: 85px;
	left: 0px;
	color: #8CDEF7;
	font-size: 0.78em;
}

#leftmenue ul {
	margin: 0;
	padding: 0;
}

#leftmenue li {
	display: inline; /* this gets rid of the gaps */
}

#leftmenue ul li a:link, #leftmenue ul li a:visited {
	display:block;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 1.4em;
	color: #8CDEF7;
}

#leftmenue ul li a:hover {
	background-color: #15BCEE;
	color: #000;
}

#leftmenue ul li ul li a:link,  #leftmenue ul li ul li a:visited {
	padding-left: 30px;
	font-size: 1.2em;
	font-weight: normal;
}

#info
{
	margin: 0 auto;
	padding: 5px 0 5px 0px;
	line-height: 10px;
	text-align: left;
	font-size: 9px;
}


#content
{
	background-color:transparent;
	width: 635px;
	min-height: 330px;
  	height: auto !important;
  	height: 330px;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 150px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#content p
{
	text-align: justify;
}

#content ul
{
	list-style-type: circle;
	margin-left: 10px;
	margin-top: 15px;
}

#tippsTable td
{
	padding: 10px;
	max-width: 200px;
	min-width: 130px;
}


#kalender {
	margin: 0 auto;
	margin: 0;
}

#belegung
{
	font-size: 0.78em;
	border-width: 1px;
	table-layout: fixed;
	width: 700px;
}

#belegung tr
{

}

#belegung td
{
	height: 15px;

}

.monthName, .dayName
{
	color: #37636C;
	background-color: #15BCEE;
	border-width: 0px;
}

.dayName
{
	width: 15px;
	text-align: center;
}

.dayFree
{
	background-color: white;
	border-width: 1px;
	text-align: center;
}

.dayBegin
{
	background-image: url(../img/anfang.jpg);
	border-width: 1px;
	text-align: center;
}

.dayFull
{
	background-color: #67AA0D;
	border-width: 1px;
	text-align: center;
}

.dayEnd
{
	background-image: url(../img/ende.jpg);
	border-width: 1px;
	text-align: center;
}

.whitespace
{
	border-width: 0;
}

#example
{
	border-width: 1px;
}


/* ----  G A L E R I E  ---- */

#galerieLink
{
	float: right;
	text-align: center;
}

#picBarTable
{
	width: 630px;
}

#picBarTr
{

}

#picBarList
{
	list-style-type: none;
	display: inline;
}

.picBarListItem
{

}

.picBarLink
{
	outline: none;
}

#picMaxTr
{
	text-align: center;
}

#picMax
{
}

/* ----  E N D E   G A L E R I E  ---- */


#foot
{
	background-color: white;
	float: left;
	width: 100%;
	height: 20px;
	border: 1px dashed #8CDEF7;
	border-width: 1px 0 0;
	color: #15BCEE;
}
/* Ende Positionierungen */

/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */

/* Current - Aktuell angew�hlter Men�punkt */
.current
{
	color: white
}

/* Ende Current */