/*
Datei:		i-design.css
Copyright:	i-design
Autor:		Thorsten Reitz
Version:	0.1
Datum:		16.09.2008

Historie:

0.1: Styles für Seitenlayout festgelegt
*/

/* Schrift wird festgelegt fuer die komplette Seite */
a, p, div, body, td {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #4F565F;
}

a:link {	
	color: #4F565F;	text-decoration: underline;
}

a:visited {	
	text-decoration: underline;	color: #4F565F;
}

a:hover {	
	text-decoration: underline;	color: #A87345;
}

#logo1 {
	text-align: center;
	position: relative;
	top: 10px;
}

#TextContainer1 {
	position: relative;
	text-align: left;
	top: 0px;
	width: 1024px;
}
#TextContainer2 {
	position: relative;
	text-align: center;
	top: 10px;
	width: 1024px;
}