/*Christian Neunaber*/

/*formatierungen*/

body {
	scrollbar-highlight-color: #1aad9f;
	scrollbar-shadow-color: #1aad9f;
	scrollbar-3dlight-color: #1aad9f;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #c23c8b;
	scrollbar-darkshadow-color: #c23c8b;
	scrollbar-base-color: #c23c8b;
	scrollbar-face-color: #1aad9f;
	background-color: #c23c8b;
	color: #ffffff;
}

/*schriftarten*/

body,td,p,a,b,i,ol,ul,li,h1,h2,h3,h4,div,nobr,tt,font {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #ffffff;
}

ul {
list-style-image: url(/images/_design/ul_eye.gif);
}

/*klassen*/

.small {
	font-size: 10px;
	text-decoration: none;
	color: #f7e147;
}

.yellow {
	font-size: 12px;
	color: #f7e147;
}

.text {
		line-height: 1.5; 
}


/*ueberschriften*/

#table {
	border-width:1px;
	border-style:solid;
	border-color:#d4d4d4;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

/*links*/

a:link {
	text-decoration: none;
	font-size: 14px;
	color: #f7e147;
}
a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #f7e147;
	}
a:aktiv {
	text-decoration: none;
	font-size: 14px;
	color: #f7e147;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #f7e147;	
}
