/* ---------------------------------------------------------- */
/* StyleSheet fuer http://www.rosazeahilfe.de                 */
/* Version Screen (main.css)                                  */
/*                                                            */
/* Copyright (c) 2005 by JAB-Design, www.jab-design.de        */
/* ---------------------------------------------------------- */

/* tested with:												  */
/* mac safari 1.2											  */

a, body, em, h1, h2, h3, h4, h5, h6, p, input, select, textarea 
{ 
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif; 
}

html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 13px;
	line-height: 1.3em;
	background-color: white;
	background-image: url(bilder/hellblau.gif);
	background-repeat: no-repeat;
	background-position: -20% 70%;
}

p
{
	color: black;
	font-size: 1em;
	line-height: 1.3em;
}

/* Ueberschriften h1-h6 */

h1
{
	color: #C2628B;
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2
{
	color: #393989;
	font-size: 120%;
	font-weight: normal;
	margin: 15px 0px 15px 0;
	line-height: 1.1em;
}

h3
{
	color: #393989;
	font-size: 100%;
	font-weight: normal;
	margin: 15px 0px 15px 0;
}

em
{
	color: #393989;
	font-weight: bold;
	font-style: normal;
}

/* Anker-Pseudo-Klassen Standard und ANCHOR */

a:link, a:visited
{
	color: #C2628B;
	text-decoration: none;
}

a.anchor:link, a.anchor:visited
{
	color: #C2628B;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}

a:hover, a.anchor:hover
{
	color: #3A3C8A;
	text-decoration: none;
	clear: both;
}

.anchorhigh { color: #535399; }

/* Anker-Pseudo-Klasse AKTIV */

a.aktiv:link, a.aktiv:visited
{
	color: #3A3C8A;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}

a.aktiv:hover
{
	color: #C2628B;
	text-decoration: none;
	clear: both;
}

/* Formularfelder */

input
{
	color: black;
	font-size: 1em;
	background-color: transparent;
}

select
{
	color: black;
	font-size: 1em;
	background-color: transparent;
}

textarea
{
	color: black;
	font-size: 1em;
	width: 280px;
	height: 280px;
	background-color: transparent;
}

input.feld1
{
	margin: 0;
	width: 320px;
}

input.feld2
{
	margin: 0;
	width: 70px;
}

input.feld3
{
	margin: 0;
	width: 250px;
}

textarea.feld
{
	margin: 0;
	width: 320px;
	height: 280px;
}

#balken_top
{
	background-image: url(bilder/balken_top.jpg);
	background-repeat: no-repeat;
	/*width: 630px;*/
	height: 33px;
	margin: 0px;
	padding: 0px;
}

#bild
{
	float: left;
	height: 125px;
	width: 142px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#menue img
{
	margin: 0;
	padding: 0;
}

#menue
{
	height: 29px;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	background-color: transparent;
}

#submenue
{
	font-size: 0.9em;
	z-index: 20;
	margin: 0 12px 0 12px;
	background-color: transparent;
}

#submenue2
{
	font-size: 0.9em;
	z-index: 20;
	margin: 0 14px 0 14px;
	background-color: transparent;
}

#anchor
{
	/*position: fixed;*/
	float: left;
	padding: 0 0 0 15px;
	width: 150px;
	height: 200px;
	margin: 36px 0 0 0;
	z-index: 20;
	background-color: transparent;
}

#content
{
	/*min-height: 60%;
	height: 60%;*/
	display: block;
	/*overflow:auto;*/
	padding: 36px 36px 36px 16px;
	z-index: 30;
	background-image: url(bilder/rosa.gif);
	background-repeat: no-repeat;
	background-position: 80% 10%;
}

#logo
{
	position: relative;
	top: 10px;
	z-index: 1;
}

.dot
{
	position: relative;
	right: 5px;
}

.kleiner
{
	font-size: 80%;
}

.small
{
	font-size: 0.9em;
}

.smaller
{
	font-size: 0.8em;
}

td.weiss
{
	color: #FFFFFF;
}

td.fehler
{
	color: #A30810;
	font-weight: bold;
}