@charset "iso-8859-1";

/*INFORMATION
*************************************************************************************************************************
Basisvorlage:					INDEX.CSS
Programmiert von:				mediakustik webdesign, Carsten Arntz (c)2008
								www.mediakustik.de
Programmiert fÃfÂ¼r:			Erzbisch&ouml;fliches Berufskolleg Neuss
								www.berufskolleg-marienberg.de
Programmierungszeitraum:		Oktober-Dezember 2008
************************************************************************************************************************/ 



body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #f5f5f5;
}



.index {
	margin: 50px auto auto;
	padding: 50px 0 60px;
	text-align: center;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}



.img_border {
	padding: 6px;
	border: 1px dotted #333333;
}



table {
	font: 1.1em/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}



.footer {
	margin: auto;
	width: 960px;
	text-align: right;
}
.index table tr td .footer a{
	text-align: right;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}

