@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	height:100%;
	min-height:100%;
	background-image:url(/pics/body_kachel.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#547cc7;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#6a951f;
}

td {
	vertical-align:top;
}


.higlight{
	font-weight:bold;
	color:#990000;
}

#out {
	margin:0 auto;
	width:960px;
}

#head {
	text-align:right;
}

#middle {
	position:relative;
}

#slideshow {
	width:960px;
	height:283px;
	position:relative;
	z-index:1;
}
#slideshow img{
	position:relative;
	top:27px;
	left:196px;
	z-index:1;
}

#navigation {
	top:0;
	left:0;
	position:absolute;
	z-index:5;
}

#content {
	width:415px;
	padding:0 30px 0 40px;
	float:left;
}

#picture {
	float:right;
	width:445px;
	padding-top:20px;
	padding-bottom:36px;
	padding-right:20px;
	background-image:url(../pics/picture_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	margin-right:10px;
}
#picture img{
	position:relative;
	top:2px;
	left:8px;
	z-index:1;
}

.clear {
	clear:both;
}

#fckeditor {
	padding:10px;
	background-color:#FFFFFF;
	background-image:none;
	height:100%;
}


#topOverlay{
	width:960px;
	height:283px;
	
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(../pics/top-overlay.png);
	
	z-index:2;
}

#contentOverlay{
	width:386px;
	height:184px;
	
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(../pics/content-overlay.png);
	
	z-index:2;
}
