/*
Titel: screen.css
Stand: 01. Oktober 2005
Autor: Martina Güth
www.gueth-media.de
*/

/*
Allgemeine Grundformatierungen
*/
body {
	background: #FBF7EE url(../images/bck.jpg);
	height: 100%;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 1.7em;
}
TABLE, TR, TH {
	color: #000033;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.klein {
	color: #040926;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;

}

.title {
	color: #4D6F9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight : bold;
	font-style : normal;
	letter-spacing: 0.2em;

}
.bold {
	color: #B82121;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		font-weight : bold;
		font-style : normal;
		}
.boldklein {
	color: #B82121;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight : bold;
		font-style : normal;
}
/*
Linkformatierungen
*/
A {
	color: #B82121;
	text-decoration : underline;
		font-size : 11px;
		font-weight : normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
			}
	
A:HOVER {
	color: #6759E3;
		text-decoration : overline;
		font-weight : normal;
}
A.mitte {
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;




}
A.mitte:VISITED {
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;




}
A.mitte:HOVER {
	color : #000033;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top-style : solid;
	border-top-color : #000033;
	border-bottom-color : #000033;
	background-color : #FFFFFF;
}
A.menue {
	color : #B82121;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A.menue:HOVER {
	color : #622228;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top-style : solid;
	border-top-color : #94343E;
	border-bottom-color : #94343E;
	background-color : #EAE9F9;
}

A.menue2 {
	color : #94343E;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top-style : solid;
	border-top-color : #94343E;
	border-bottom-color : #94343E;
	background-color : #EAE9F9;
}

A.menue2:HOVER {
	color : #94343E;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top-style : solid;
	border-top-color : #94343E;
	border-bottom-color : #94343E;
	background-color : #EAE9F9;
}
.tblbck1 {
	background-image: url(../images/tblbck1.jpg);
	background-position: 0px 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.5em;
	list-style-image: url(../images/list.gif);


}
