
/* Allg. Angaben */

html
{
	overflow-y:scroll;
	background-image:url(../img/bg_1.jpg);
}
#header
{
	width:870px;
	height:165px;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#main
{
	width:750px;
	background-image:url(../img/bg_content.jpg);
	background-repeat:repeat-y;
	text-align:left;
	vertical-align:top;
	padding-top:40px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:30px;
}
#footer
{
	width:870px;
	height:30px;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-y;
	margin-bottom:5px;
}

/* Textformatierungen */
.text
{
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#2b2b2b;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:hover
{
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#2b2b2b;
	text-decoration:underlined;
}
.textTable
{
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	/*
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	*/
	padding:5px;
	line-height:20px;
	font-weight:normal;
	color:#2b2b2b;
	text-decoration:none;
	vertical-align:top;
}
.textFooter
{
	font-family:Arial,Verdana,sans-serif;
	font-size:10px;
	line-height:20px;
	font-weight:normal;
	color:#676767;
	text-decoration:none;
}

