/* General Stuff */

body, html {
	margin:0px;
	padding:0px;
	font-size:15px;
	font-family:Arial,Verdana,Tahoma,Helvetica,Sans-serif,sans-serif;
	color:#000000;
}

/* Formatierte HTML-Tags */

a {outline:none;}
a:link {text-decoration:none;color:#CC0000;}
a:visited {text-decoration:none;color:#CC0000;}
a:active {text-decoration:none;color:#CC0000;}
a:hover {text-decoration:none;color:#CC0000;}

table { border-collapse: collapse; border: 0px none; border-spacing: 0px;}
td { border: 0px none;padding:0px;margin:0px; }
th { border: 0px none; }

/* Positionierung und Layout der Hauptelemente (Navigationsmenüs; Inhalt) */
	
#center{
	position:absolute;
	top: 0px;
	left: 50%;
	width: 1004px;
	height: 608px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -502px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-right-color: #DBD3D0;
	border-left-color: #DBD3D0;
	padding: 0px;
}

#layout {
	width:1004px;
	height: 608px;
	table-layout: fixed; 
	border-spacing: 0px;
}

.content {
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 608px;
	padding: 0px;
	margin: 0px;
	border:0px;
}

/* Transparente PNGs im Internet Explorer */

.transparent {behavior:  url(iepngfix.htc);}
