/* 	Cascading Stylesheet style.css
	Erstellt 28.09.2004 von Fabian Scheider (c) */

/* css für die Standard-Tags definieren */

html {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	scrollbar-arrow-color: #FF0000; 
	scrollbar-base-color: #000000;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FEFEFE;
}

body { 
	background: #FFFFFF;
	font: 11pt/16pt arial; 
	color: #444444;
	margin: 0px; 
	}

p { 
	font: 11pt/16pt arial; 
	margin-top: 0px; 
	color: #444444;
	}

/* mittlere Überschrift, gesperrt, fett */
h1 { 
	font: bold 12pt arial;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444444;
	}

/* kleine hervorhebung, gesperrt */
h2 { 
	font: bold 13pt arial;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444444;
	}

/* große überschrift, fett */
h3 { 
	font: bold 12pt arial;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444444;
	}

/* Verweise */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #222222;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #222222;
	}

a:hover, a:active { 
	text-decoration: underline; 
	text-decoration: none; 
	color: #666666;
	}

table {
	font: 10pt arial;
}


/* CSS für die speziellen divs definieren (also die Bereiche)*/

/* Links in der oberen Titelleiste */
#titel-links {
	background:  url(../syspics/title-u.gif) top left;
	border-bottom: solid;
	border-width: 1px;
	border-color: #222222;
}

/* Links in der unteren Leiste */
#bottom-links {
	background:  url(../syspics/title-u.gif) top left;
	border-top: solid;
	border-width: 1px;
	border-color: #222222;
}

/* Verhalten der Links in der Titelleiste oben */
#titel-links a:hover {
	background:  url(../syspics/btn-backg.gif) center left repeat-x;
}

/* Formatierung des Frames rechts (aktueller Flyer) */
#infoframe {
	position: relative;
	right: 0px;
	margin: 20px;
	width: 230px;
	float: right;
	padding: 4px;
	border: solid;
	border-width: 1px;
	border-color: #666666;
	text-align: center;
	background: #FFFFFF;
}

#infoframe h1 { 
	font: bold 10pt arial;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444444;
}

#main {
	height: 100%;
	padding-left: 5px;
	margin-left: 30px;
	border-left: solid;
	border-width: 1px;
	border-color: #222222;
}

#news-0 {
	padding: 10px;
	margin: 0px;
/*	padding-top: 2px;*/
/*	padding-bottom: 2px;*/
	background: #FCFCFC;
}

#news-0:hover p{
	color: #000000;
}

#news-1 {
	padding: 10px;
	margin: 0px;
/*	padding-bottom: 2px;*/
	background: #EEEEF3;
}

#news-1:hover p{
	color: #000000;
}
