/***********************************************************************/
/*** Allgemeine Auszeichnungen ***/
/***********************************************************************/

html, body {
	background: #ffffff;
	margin: 0;
	padding: 0px;
	text-align: left;
	font: 12px Lucida sans, Verdana, Geneva, sans-serif;
	line-height: 1.5;
	color: #ffffff;
}

img {
	border:none;
}

a.content {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-decoration:none;
}

a.content:hover {
	color: #ea519b;
	border-bottom: 1px dotted #ea519b;
	text-decoration:none;
	cursor: hand;
}

p, div, span, h4, h5, h6, td {
	font: 12px Lucida sans, Verdana, Geneva, sans-serif;
	line-height: 1.5;
	color: #ffffff;
	vertical-align: top;
}

p {
	line-height: -0.5;
}

p#absatz {
	margin-top:6px;
}

h1 {
	color: #ffffff;
	font: 20px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	font-weight: light;
	margin:0px 0px 10px 0px;
}

h2 {
	color: #ea519b;
	font: 16px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin:0px 0px 10px 0px;
}

h3 {
	color: #ea519b;
	font: 12px Lucida sans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin:10px 0px 5px 0px;
	line-height: 1.5em;
}

h4 {
	color: #99c000;
	font: 12px Lucida sans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	line-height: 1.5;
}

h5 {
	color: #2d2d2d;
	font: 12px Lucida sans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin:10px 0px 5px 0px;
	line-height: 1.5em;
}

h6 {
	color: #000000;
	font: 11px Lucida sans, Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
}

.captionhome {
	position: absolute;
	top: 200px;
	left: 330px;
	font-size: 2.25em;
	z-index: 2;
}

.caption {
	position: absolute;
	top: 175px;
	left: 200px;
	z-index: 2;
}

.aktuell {
	font-weight: bold;
}

#leistungen ul {
	position: absolute;
	top: 350px;
	left: 330px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 1;
	}

#leistungen ul li {
	margin:0px 0px 6px 0px;
	padding:0px;
}


/***********************************************************************/
/*** HAUPTNAVIGATION ***/
/***********************************************************************/

#navigation ul {
	position: absolute;
	top: 215px;
	left: 108px;
	z-index: 0;
	width: 174px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li a, #navigation ul li a:hover, #navigation ul li#activenav a {
	color: #000000;
	font-weight: normal;
	font: 12px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding-left: 15px;
	background: url('bilder/point_out.gif') no-repeat top left;
	display: block;
	margin: 2px 0;
	border-bottom: 1px dotted #ffffff;
}

#navigation ul li a:hover, #navigation ul li#activenav a {
	font-weight: normal;
	text-decoration: none;
	background: url('bilder/point_over.gif') no-repeat top left;
	display: block;
	margin: 2px 0;
}


/*********************************************************************************************************************************/
/*** ZUSATZNAVIGATION ***/
/*********************************************************************************************************************************/



/****************************************************************************************************************************/
/*** Rechte Seite Navigation***/
/****************************************************************************************************************************/



/***********************************************************************/
/*** Allgemeine Layout-Rahmen ***/
/***********************************************************************/

body#page {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}

div#startseite {
	position: relative;
	width: 950px;
	height: 700px;
	margin: 30px auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('bilder/hg_page.jpg');
	background-repeat: no-repeat;
}

div#tiger {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 359px;
	height: 535px;
	margin: 0px;
	padding:0px;
	z-index: 1;
}

#content {
	position: absolute;
	top: 118px;
	left: 330px;
	width: 400px;
	height: 550px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

div.contentscroll {
	overflow: auto;
	width: 470px;
	height: 200px;
	padding-right: 10px;
	filter:alpha(opacity=75); 
	-moz-opacity:0.75; 
	opacity:0.75; 
	background-color: #720165;
}

div#logo {
	position: absolute;
	top: 70px;
	left: 108px;
	width: 174px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 2;
}

div#block1 {
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 65px;
	height: 662px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	background-image: url('bilder/violett65x662.gif');
}

div#block2 {
	position: absolute;
	bottom: 0px;
	left: 95px;
	width: 200px;
	height: 662px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	background-image: url('bilder/grau200x662.gif');
}

div#anschrift {
	position: absolute;
	bottom: 20px;
	left: 330px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	text-align: left;
}


/***********************************************************************/
/*** Tipps Layout-Rahmen ***/
/***********************************************************************/



/***********************************************************************/
/*** Slideshow Inhalts-Rahmen ***/
/***********************************************************************/

div#slideshow {
	position:absolute;
	top: 95px;
	left: 0px;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index: 1;
	overflow: auto;
}

/***********************************************************************/
/*** Mitglieder Inhalts-Rahmen ***/
/***********************************************************************/



/***********************************************************************/
/*** Login / Formulare ***/
/***********************************************************************/

#formtable {
	position: absolute;
	top: 118px;
	left: 330px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#formtable table {
	font-weight: normal;
	font: 12px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 0px;
	border: 0px;
	padding: 2px;
}

#formtable table td#text{
	width: 150px;;
}

#formtable table td#field{
	width: 250px;;
}

.formfield {
	width: 250px;
	text-align: left;
	vertical-align: top;
	font: 12px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	margin: 2px 0;
	background-color: #ffffff; 
	border: 1px solid #ffffff;
}

.button { 
	color: #000000; 
	font: 12px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	margin: 2px 0;
	background-color: #ffffff; 
	border: 1px solid #ffffff; 
	cursor: hand; 
	width: 125px;
}

.buttonactive { 
	color: #ffffff; 
	font: 12px/1.5em Lucida sans, Verdana, Geneva, sans-serif;
	margin: 2px 0;
	background-color: #e8529a; 
	border: 1px solid #e8529a; 
	cursor: hand; 
	width: 123px;
}
