﻿body {
	width:100%;
	margin:0;
	background-color:#eae6e6;
	font-size:100.01%;
	color: #000;
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	padding:0;
}

/*Container gesamt hellgrau*/
#gesamt {
	width: 750px;
	height:100%;
	margin:0px auto;
	text-align:left;
	font-size:0.9em;
	background-repeat:no-repeat;
	background-position:0 0 0 0;
}

.z {
	text-align:center;
	}

a {
	text-decoration: none;
	font-size:0.9em;
}

a:link {color:#333;}
a:visited {color:#999;}
a:hover {color:#333;text-decoration:underline;}
a:active {color:#333;}

hr {
	border:0; /*Für firefox und Opera*/
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC; /*Für IE*/
	background-color:#CCC;
	height:1px;
	border-style:solid;
}

p { 
	font-size:0.9em;
}

img {
	border: 0;
}

a.norm {
	text-decoration: none;
	font-size: 0.9em;
	font-weight:normal;
}
a.norm:link {color:#CC3300;}
a.norm:visited {color:#333;}
a.norm:hover {color:#CC3300;;text-decoration:underline;}
a.norm:active {color:#CC3300;;}

