body
{
	font-size:12px;
	font-family:Arial;
	background:#000000 url('../layout/bgr.gif') repeat-x top;
	margin:0;
	padding:0;
	color:#7c7c7c;
}
a img
{
	border:0;
	vertical-align:bottom;
}
p
{
	text-align:justify;
	text-indent:20px;
	line-height:20px;
	font-size:12px;
	margin:10px 0;
}
h1
{
	font-size:19px;
	font-weight:bold;
	color:#004a80;
	margin:10px 0 20px 0;
	padding:0;
}
h2
{
	font-size:14px;
	font-weight:bold;
	color:#004a80;
	padding:0;
	margin:0;
}

a:link, a:visited
{
	text-decoration:none;
	color:#c20000;
}
a:hover
{
	color:#000;
}



#header
{
	width:912px;
	height:97px;
	margin:0 auto;
}

#logo
{
	width:357px;
	height:33px;
	padding-top:59px;
	position:absolute;
	z-index:1;
}
#menu
{
	width:500px;
	height:91px;
	position:absolute;
	padding:10px 0 0 410px;
}
#container
{
	width:912px;
	height:482px;
	margin:0 auto;
	background:#fbfbfa url('../layout/main.gif') no-repeat top;
	border:4px solid #7a7a7a;
	border-top-color:#d58686;
}
.borders
{
	width:4px;
	height:118px;
	background:url('../layout/borders.gif');
	position:absolute;
}
#borders_left { margin:97px 0 0 -4px; }
#borders_right { margin:97px 0 0 912px; }

#footer
{
	width:912px;
	margin:3px auto;
	font-size:10px;
	color:#ffffff;
}
#footer a:link, #footer a:visited
{
	text-decoration:none;
	color:#ffffff;
}
#footer a:hover
{
	color:#c20000;
}
#pixlab
{
	float:right;
	display:inline;
}
#pixlab a:link, #pixlab a:visited
{
	text-decoration:none;
	color:#7a7a7a;
}
#pixlab a:hover
{
	color:#c20000;
}

#counter
{
	color:#c2c2c2;
	position:absolute;
	margin:0 0 0 200px;
}



/* FORMULARZE */
form
{
	margin:0;
	padding:0;
}
input, select, textarea
{
	font-family:Arial;
	font-size:11px;
	border:1px solid #b7b7b7;
}





/**
 * Page
 */
 
.paginator { padding: 4px; width: 99%; text-align: right; margin-bottom: 10px; }

.paginator a, .paginator span { margin: 1px; padding: 2px 4px; border: 1px solid #eee; color: #ccc }
.paginator a { color: #333; border-color: #ddd; }
.paginator a:hover { border-color: #aaa; }
.paginator .current {background:#565d5f; color:#fff; }
.paginator .title {border: none;}
