/* Beispielstylesheet fuer das Mini-CMS.
Wird angewendet auf den gesamten Adminbereich. */

h1 {
	text-align:left
	color : Gray;
	font-size : 15px;
	padding-left : 232px;
}

body {
	background-color: #000000;
	scrollbar-arrow-color: #999999; 
	scrollbar-face-color: #000000;
    scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color:#000000; 
	scrollbar-3dlight-color: #000000;
}

h1,h2,h3,h4,h5,p,div,td,th {
	font-family: Arial;
	font-size : 12px;
}



h3.head { font-size:15px; color:#800000; font-family: Arial;}

p.teaser {
	font-size:12px;
	font-family: Arial;
	color : Black;
}

p.datum {
	font-size:10px;
	color: Gray;
	font-family: Arial;
}

p.newstext {
	font-size:12px;
	font-family: Arial;
	color : Black;
}

p.autor {
	font-size:10px;
	font-family: Arial;
	color : Gray;
}

p.weitlinks {
	font-size:11px;
	font-family: Arial;
	color : Gray;
}
/* Erklärender Text im Adminbereich */
td,th { font-size:12px;
	font-family: Arial;
	color : #AD0101; padding:10px; }

#adminmenu { width:200px; }

a:link {
	color:#920101;
	text-decoration:none;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1;
}
a:visited {
	color: #920101;
	text-decoration:none;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1;
}
a:hover {
	color: Red;
	text-decoration:none;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1;
}
a:active {
	color: #920101;
	text-decoration:none;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 1;
}
.ft {
	font-size:12px;
	font-family: Arial;
	color : #D8B272;
}
.head{
	font-size:18px;
	font-family: Arial;
	color : #D8B272;
}
.gr {
	font-size:12px;
	font-family: Arial;
	color : Gray;
}
.ftb {
	font-size:12px;
	font-family: Arial;
	color : #D8B272;
	font-weight : bold;
	letter-spacing : 2;
}
