html,body
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-color: #fff;
	height: 100%;
	
	background: url(../images/header_background.png) repeat-x;
	
}

#content
{
	width: 960px;
	min-height: 100%;
	margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	
	background: url(../images/content_background.jpg) repeat-y;
}

#header
{
	background: url(../images/header_sub.jpg) no-repeat;
	height: 161px;
}

#header h1 a span
{
	display: none;
}

#header h1 a
{
	float: left;
	display: block;
	width: 270px;
	height: 90px;
	margin-top: 15px;
	margin-left: 25px;
}

ul#meta
{
	float: right;
	text-align: right;
	display: block;
	width: 100px;

	position: relative;
	left: -30px;
	top: 20px;
}

ul#meta li a
{
	color: #999;
}

ul#meta li a:hover
{
	text-decoration: none;
}

#kontakt_menu
{
	margin-top: 10px;
}

#kontakt_menu a
{
	font-weight: bold;
}

ul#me1
{
	display: block;
	width: 700px;
	float: right;
	margin-top: 25px;
}

ul#me1 li
{
	float: right;
	margin-right: 30px;
	margin-left: 8px;
}

ul#me1 li a
{
	color: #fff;
	text-decoration: none;
	display: block;
}

ul#me1 li a.active,
ul#me1 li a:hover
{
	text-decoration: underline;
}

#navigation
{
	float: left;
	text-align: right;
	display: block;
	width: 309px;
}

#navigation h3
{
	margin-top: 40px;
	padding-right: 20px;
	font-size: 16pt;
	font-weight: bold;
	color: #d2d2d2;
}

#navigation ul
{
	display: block;
	padding-left: 30px;
	padding-right: 20px;
}

#navigation ul li
{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
	padding-right:40px;
}

#navigation ul li.first
{
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}


#navigation ul li a
{
	color: #242424;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li.active a
{

	font-weight: bold;
	color: #a70c0c;
}

#navigation ul li.active
{
	background: url(../images/me2_active.png) no-repeat 235px 21px;
}

#navigation ul li ul
{
	margin: 0px;
	padding: 0px;
}

#navigation ul li ul li
{
	margin: 0px;
	padding: 0px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation ul li ul li.first
{
	margin-top: 5px;
	border: none;
}

#navigation ul li.active ul li a
{
	font-weight: normal;
	color: #242424;
}

#navigation ul li.active ul li.active a
{
	text-decoration: underline;
	color: #a70c0c;
}

#text
{
	float: left;
	display: block;
	width: 580px;
	padding: 30px;
}

#text h2
{
	margin-top: 10px;
	font-size: 16pt;
	font-weight: bold;
	color: #162e5a;
}

#text p
{
	line-height: 21px;
	margin-bottom: 21px;
}

#text p.event_title
{
	clear: both;
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#text p strong,
#text p b
{
	font-weight: bold;
}

#text ul li
{
	line-height: 21px;
}


#text p.summary
{
	margin-top: 31px;
	font-weight: bold;
}

#text p.subimages img
{
	border: 1px solid #ccc;
	margin-right: 5px;
}

#text .gallery_image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#text .gallery_image img
{
	border: 1px solid #ccc;
}

#text a
{
	color: #a70c0c;
}

#text .shop_sidebar
{
	width: 150px;
	float: right;
}

#text .shop_sidebar img
{
	border: 1px solid #ccc;
}

#text input,
#text textarea
{
	border: 1px solid #ccc;
}

#text input.button
{
	color: #fff;
	background-color: #a70c0c;
	padding: 3px;
}

#text dl.events
{
}

#text dl.events dt
{
	display: block;
	width: 70px;
	float: left;
	clear: both;
}

#text dl.events dd
{
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	text-align: right;
	padding-right: 30px;
	color: #999;
}

#text hr,
#footer hr
{
	float: right;

	width: 590px;
	margin-bottom: 30px;
	
	height: 1px;
	background-color: #dbdbdb;
	border: none;
}

#text hr
{
	clear: both;	
}

#footer p
{
	clear: both;
}

