/* www.tropfenklang.de */
/* Antje Scharf, www.as2web.de */

html,body{
	background: #FCF5DF;
	margin:0;
	padding:0;
}

/* layer */

div.all{
	background: #FFF1C8;
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-400px;
	z-index:1;
	width:803px;
	height:600px;
}

div{
	vertical-align:top;
}

/* Text */

p,li{
	margin-top:2px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

p.gruenueber{
	font-size:80%;
	color: #060;
}

p.orangeueber{
	font-size:80%;
	color: #F80;
}

p.gruen70{
	font-size:70%;
	color: #060;
}

p.orange60{
	font-size:60%;
	color: #F80;
}

b.orange70{
	font-weight:bold;
	color: #F80;
}

li.gruen70{
	font-size:70%;
	color: #060;
	line-height: 120%;
}


/* Tabellen */

td{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	vertical-align:top;
}

td.unten{
	vertical-align:bottom;
}

td.orange60{
	font-size:60%;
	color: #F80;
}

td.gruen60{
	font-size:60%;
	color: #060;
}

td.gruen70{
	font-size:70%;
	color: #060;
}

td.gruenueber{
	font-size:80%;
	color: #060;
}

/* Formulare */

label,select,input[type=checkbox],input[type=button],input[type=submit] {
cursor: pointer;
}

input{
	font-size: 80%;
	color: #336;
}

form {			/* wie cellpadding */
	line-height: 150%;
}


/* links */

a {
   color: #060;
   font-weight:bold;
}
a.orange {
   color: #F80;
   font-weight:bold;
}
a:link {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active {
   text-decoration: none;
}


/* sonstiges */

img {
   border: 0;
}
