/*
	//
	// Projekt      : kulturverein.schwarzenbach-saale.de
	// Projektbeginn: 06. Februar 2010
	// Auftraggeber : Nanne Wienands
	// Modul 		: kvs.css
	// benötigt     : ---
	// Ort          : css/
	// Version      : 0.010
	// Beschreibung : CSS zur Steuerung des Designs der Startseite
	// Datum        : 11. Februar 2010
	// Autor        : Etienne Borbély
	// Copyright    : (c) 2010
	//
*/

body {
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
	display: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777777;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ee1c23;
}

table {
	border: 0px;
	padding: 0px;
}

a:link {text-decoration: underline; color: black;}
a:visited {text-decoration: underline; color: black;}
a:active {text-decoration: underline; color: black;}
a:hover {text-decoration: underline; color: red;}

.transparenz {
	filter:alpha(opacity=75);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	width: 200px;
}

.kopf {
	width: 100%;
	background-color: white;
}

.logo {
	margin-left: 300px;
}

.rassel {
	vertical-align: top;
	text-align: right;
}

.hauptbild {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	margin-top: -215px;
	padding: 0px;
	background-image: url('../images/startseite-sw.jpg');
	width: 665px;
	height: 459px;
}

.menues {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: center;
	width: 20%;
}

#maennchen {
	position: relative;
	top: 245px;
	left: 604px;
	display: block;
	width: 108px;
	height: 210px;
}

