body {
	background-color: #F0F8FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	scrollbar-base-color: #F0F8FF;
	scrollbar-arrow-color: Red;
	scrollbar-track-color: #F0F8FF;
	scrollbar-face-color: #F0F8FF;
	scrollbar-darkshadow-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: Black;
	background-image: url(Studentenbude/img/bg_logo2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
A:LINK {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color : Aqua;
	font-weight : bold;
	text-decoration : underline;
}
A:VISITED {
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}


table {
	background-color: InfoBackground;
}
td {
	border-bottom-color: #FF7F50;
	border: 0px solid #FFA500;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.td_logo{
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	padding-left : 5px;
	padding-top : 5px;
}
.td1{
	border-bottom-color: #FF7F50;
	border: 1px solid #FFA500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.td2{
	border: 0px ridge Blue;
	font-family: "Courier New", Courier, monospace;
	font-variant: small-caps;
	font-weight: bold;
}
.text_titel{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
}
.text_rot{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Red;
	background-color: #FFD700;
}
.td_title{
	background-color: #FF6600;
	color: Aqua;
	font-weight: bold;
	font-size: 18px;
}
.td_text{
	background-color: InfoBackground;
	font-family: Arial;
	font-size: 13px;
	border: 1px none;
}
.td_bottom{
	background-color: #FF6600;
	font-family: Arial;
	font-size: 14px;
	color: Lime;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
	border: 0px none;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
SELECT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TEXTAREA {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
}






