/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: rgb(247, 228, 169);
	font-size: 12px;
}

a, a:visited
{
	text-decoration: none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

#mainContainer
{
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	width: 800px;
	height: 600px;
	background-color: white;
	border: 1px solid black;
	position:relative;
}

#banner
{
	height: 120px;
	width: 100%;
	/*background-color: rgb(235, 183, 47);*/
	background-color: #ffcc00;
	border-bottom: 7px solid black;
}

.menuButton
{
	width: 120px;
	height: 90px;
	background-image: url('../img/spiegelei.jpg');
	float: left;
	font-size: 14px;
	text-align: center;
	margin: 15px 18px;
}

.menuButton a
{
	position: relative;
	width: 100%;
	top: 35px;
	font-weight: bold;
}

.active a, .menuButton a:hover
{
	color: black;
}

#leftMenu
{
	/*float: left;*/
	width: 160px;
	height: 423px;
	position: absolute;
	left: 0;
}

#leftMenu .menuButton
{
	width: 120px;
	float: none;
	height: 90px;
	background-image: url('../img/spiegelei_weiss.jpg');
	font-size: 14px;
	text-align: center;
	margin: 15px 20px;
}

#inhalt
{
	position: relative;
	margin-left: 250px;
}

#events, #kontakt, #reklamation, #gallerylist
{
	/*padding-left: 250px;*/
	padding-top: 30px;
	width: 500px;
}

#kontakt
{
	font-size: 12px;
}

#h1
{
	font-size: 21px;
	color: rgb(235, 183, 49);
	font-weight: bold;
	width: 500px;
	border-bottom: 4px solid rgb(235, 183, 49);
	margin-top: 10px;
}

#events table
{
	margin-top: 15px;
	width: 500px;
	border: 1px solid rgb#FFCC00;
	border-collapse: collapse;
}

#events table td
{
	padding: 2px;
	border: 1px solid #FFCC00;
	padding-left: 5px;
}

#events table .monat
{
	background-color: #FFCC00;
	font-weight: bold;
}

#events table .monat td
{

}

#events table .w
{
	font-weight: bold;
}


#left_checkbox_div
{
	float: left;
	width: 350px;
	padding: 10px;
}

#right_checkbox_div
{
	margin-left:10px;
	padding: 10px;
	margin-bottom: 30px;
}

.left_input
{
	float:left;
	width: 300px;
}

.input_text
{
	width: 200px;
}

#adresse
{
	clear: both;
}

#adresse p
{
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 5px;
}

#adresse input
{
	float: left;
	margin-top: 5px;
	width: 100px;
}

#adresse textarea
{
	margin-top: 5px;
	float: left;
	width: 100px;
}

#adresse br
{
	clear: both;
}

/*#adresse .button
{
	width: 200px;
	border: none;
	background-color: #99CCFF;
	color: #009AFE;
	border: 1px solid #009AFE;
	margin: 5px;
}*/

#adresse .button
{
	width: 100px;
	border: none;
	background-color: white;
	color: black;
	border: 1px solid black;
	margin: 5px;
	margin-top: 35px;
}

#reklamieren
{
	position: absolute;
	left: 20px;
	top: 150px;
}

#reklamieren a
{
	font-size: 18px;
	color: rgb(235, 183, 49);
	font-weight: bold;
}

#logo
{
	position: absolute;
	left: 30px;
	top: 270px;
	font-size: 10px;
}

#reklamation p
{
	position: absolute;
	left: 0px;
	top: 400px;
	font-size: 18px;
	color: rgb(235, 183, 49);
	font-weight: bold;
}

#reklamation button
{
	border: none;
	background-color: white;
	border: 1px solid black;
	position: absolute;
	top: 400px;
	left: 350px;
	width: 100px;
}

#gallerylist td
{
	width: 165px;
	padding-top: 15px;
	padding: 2px;
	border: 1px solid #FFCC00;
	padding-left: 5px;
}

#gallerylist table 
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}

#gallerylist table a:visited, #gallerylist table a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#gallerylist table a:hover
{
	color: #99CCFF;
}

#gallerylist table
{
	margin-top: 15px;
	width: 500px;
	border: 1px solid #FFCC00;
	border-collapse: collapse;
}

.desc_row td
{
	font-weight: bold;
	background-color: #FFCC00;
	height:
}

#members img
{
	width: 80px;
	border: 1px solid black;
}

.member
{
	float: left;
	margin: 10px;
	margin-top: 20px;
	width: 80px;
	height: 160px;
}

.break
{
	clear: both;
}

#members
{
	overflow: auto;
	height: 450px;
}

#members .name
{
	height: 2.2em;
}

#members .funktion
{
	font-weight: bold;
}

.sponsor_img
{
	width: 200px;
	height: 100px;
	overflow: hide;
}

#sponsor1
{
	width: 210px;
	height: 200px;
	float: left;
}

#aktuell
{
	width: 150px;
	color: rgb(255, 204, 0);
	border: 3px solid rgb(255, 204, 0);
	overflow: show;
	position: relative;
	z-index: 4;
	left: 110px;
	top: 190px;
	background-color: white;
	padding: 5px;
}
