body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #DCD3C2 url(/gfx/bg.jpg) no-repeat center top;
}
a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
object {
	outline: none;
}
form, h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.hidden, hr {
	display: none;
}

/* ========================================== */

#Page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	color: #6B6D67;
	font-size: 11px;
	font-family: tahoma;
}

#Top {
	height: 125px;
	background: url(../gfx/bg_top.gif) no-repeat;
}
#Top h1 {
	width: 320px;
	height: 90px;
	padding: 20px 0px 10px 0px;
	float: left;
}
#Top h1 a {
	width: 320px;
	height: 90px;
	display: block;
}
#Top h1.pl a {
	background: url(../gfx/logo_pl.png);
}
#Top h1.en a {
	background: url(../gfx/logo_en.png);
}
#Top h1 a span {
	display: none;
}
#Lang {
	float: right;
	margin: 0px;
	padding: 13px 20px 0px 6px;
	list-style: none;
}
#Lang li {
	float: left;
	margin-left: 4px;
}
#Lang a {
	display: block;
	float: left;
	width: 25px;
	height: 15px;
	background: url(../gfx/flags.png) no-repeat top;
}
#Lang a.de {
	background-position: 0px -15px;
}
#Lang a.ru {
	background-position: 0px -30px;
}
#Lang a.es {
	background-position: 0px -45px;
}
#Lang a.fr {
	background-position: 0px -60px;
}
#Lang a.en {
	background-position: 0px -75px;
}
#Lang span {
	display: none;
}
#Links {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	float: right;
	height: 20px;
	/* width: 216px; */
	width: 140px;
	background: url(../gfx/bg_links.gif) no-repeat left bottom;
}
#Links.en {
	width: 70px;
}
#Links li {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	padding-right: 13px;
}
#Links li.Kontakt {
	padding-right: 5px;
}
#Links a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
}
#Links span {
	display: none;
}

#Menu {
	margin: 0px;
	padding: 55px 0px 0px 10px;
	list-style: none;
	float: left;
	font-size: 22px;
	font-family: times;
}
#Menu li {
	display: block;
	float: left;
	padding: 0px 20px 0px 10px;
	background: url(../gfx/g.gif) no-repeat right center;
	height: 33px;
}
#Menu li.Last {
	padding-right: 10px;
	background: none;
}
#Menu a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px 0px 10px;
	color: #4F4D48;
}
#Menu a:hover, #Menu a.Activ {
	border-bottom: 2px solid #DF000A;
}

/* ========================================== */

#SubMenu {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	font-size: 17px;
	font-family: times;
	text-align: right;
	font-weight: bold;
}
#SubMenu li {
	border-bottom: 1px dashed #ccc;
}
#SubMenu li.Separator {
	height: 30px;
}
#SubMenu a {
	display: block;
	padding: 5px 20px 10px 0px;
	color: #4F4D48;
	background: url(../gfx/s.gif) no-repeat right center;
}
#SubMenu a.otherLink {
	color: #888;
}
#SubMenu a:hover, #SubMenu a.Activ {
	color: #DF000A;
}
#SubMenu ul {
	list-style: none;
	display: none;
	font-weight: normal;
}
#SubMenu .Ok ul {
	display: block;
}
#SubMenu ul li {
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
}

/* ========================================== */

#Page .OneLines {
	margin-top: 5px;
	background: url(../gfx/line.gif) repeat-y center center;
}
#Page .TwoLines {
	background: url(../gfx/line.gif) repeat-y right center;
}
#Page .Col {
	width: 300px;
	float: left;
	padding: 0px 10px 0px 10px;
}
#Page .ColLeft {
	width: 310px;
	float: left;
	padding: 0px 10px 0px 0px;
}
#Page .BigCol {
	width: 600px;
	float: right;
	padding: 10px 20px 0px 20px;
}
#Page .Line {
	clear: both;
	height: 1px;
	padding: 10px 0px 10px 0px;
	background: url(../gfx/line.gif) no-repeat left center;
}

/* ========================================== */

#Main .Text {
	line-height: 140%;
	font-family: verdana;
	font-size: 12px;
	color: #333;
}
#Main .Text h2 {
	color: #666;
	font-family: times;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: -10px;
}
#Main .Text h3, #Main .Text h4 {
	font-family: arial;
	font-weight: normal;
	color: #DF000A;
	line-height: 130%;
	padding-bottom: 10px;
}
#Main .Text h3 {
	font-size: 20px;
}
#Main .Text h4 {
	font-size: 14px;
}
#Main .Text p {
	padding-bottom: 10px;
}
#Main .Text p.Date {
	color: #83817C;
	padding-bottom: 2px;
	float: right;
}

#Main .Text ul, #Main .Text ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
#Main .Text ul li, #Main .Text li {
	padding-top: 1px;
	padding-bottom: 1px;
}
#Main .Text a {
	color: #DF000A;
	text-decoration: underline;
}
#Main .Text a:hover {
	color: #000;
	text-decoration: none;
}
#Main .Text img.imageBorder {
	padding: 4px;
	background-color: #E7E7E3;
	border: 1px solid #ccc;
}
#Main .Text .GoogleMap {
	border: 1px solid #ccc;
}

/* ========================================== */

#Box {
	width: 310px;
	height: 287px;
	overflow: hidden;
}
#BoxPlace {
	position: relative;
	top: -33px;
	left: 0px;
}

#Main .MiniNews.dot {
	padding-bottom: 10px;
	background: url(../gfx/line_news.gif) no-repeat left bottom;
	margin-bottom: 6px;
}
#Main .MiniNews a.img {
	float: left;
	margin-right: 5px;
}
#Main .MiniNews a img {
	border: 1px solid #bbb;
}
#Main .MiniNews p {
	padding-top: 10px;
}
#Main .MiniNews p.Date {
	color: #83817C;
	padding-top: 0px;
	padding-bottom: 2px;
}
#Main .MiniNews h3 {
	font-size: 12px;
	font-weight: normal;
	color: #DF000A;
	padding-bottom: 0px;
}
#Main .MiniNews h3 a {
	color: #DF000A;
}
#Main .MiniNews h3 a:hover {
	color: #a00;
}
#Main .MiniNews p a {
	color: #333;
	line-height: 140%;
}
#Main .MiniNews p a:hover {
	color: #000;
}
#Main .MiniNews p a span {
	color: #DF000A;
	font-size: 10px;
}

/* ========================================== */

#Main .linkGroup {
	padding-top: 10px;
	background: url(../gfx/line_news.gif) no-repeat left top;
	margin-top: 10px;
}
#Main .boxLink {
	margin-top: 5px;
}
#Main .boxLink a {
	color: #DF000A;	
}
#Main .boxLink.l {
	float: left;
}
#Main .boxLink.r {
	float: right;
}
#Main .boxLink .sr {
	padding: 0px 10px 0px 0px;
	background: url(../gfx/sm.gif) no-repeat right -3px;
}
#Main .boxLink .sl {
	padding: 0px 0px 0px 10px;
	background: url(../gfx/sm.gif) no-repeat left -23px;
}
#Main .boxLink span.info {
	font-weight: bold;
	padding-right: 20px;
}
#Main .PageSwich {
}
#Main .PageSwich a, #Main .PageSwich strong {
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}
#Main .PageSwich a:hover {
	background: #fff;
}

/* ========================================== */

#Main .Gallery {
	
}
#Main .GallRow {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 122px;
}
#Main .GallRow img {
	border: 1px solid #bbb;
}
#Main .GallRow.lc {
	padding-right: 0px;
}
#Main .GallRow.lr {
	padding-bottom: 0px;
}

#Main .Box {
	padding: 5px 10px 0px 0px;
}
#Main .Box.BottomLine {
	background: url(../gfx/line_news.gif) no-repeat left bottom;
}
#Main .SmallBox {
	padding: 0px 10px 5px 10px;
}

/* ========================================== */

#FastJump {
	padding: 0px 10px 10px 20px;
	width: 600px;
	float: right;
	filter: alpha(opacity=30);
}
#FastJump a {
	color: #888;
}
#FastJump span {
	padding-left: 10px;
	background: url(../gfx/sm.gif) no-repeat left -3px;
}
#FastJump span span {
	display: none;
}
#FastJump a:hover {
	color: #DF000A;
}
#FastJump a.Printer {
	background: url(../gfx/printer.gif) no-repeat left top;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
}
#FastJump a.Printer span {
	display: none;
}

/* ========================================== */

#Bottom p {
	line-height: 140%;
	padding-bottom: 5px;
}
#Bottom img {
	border: none;
}
#Bottom .r {
	text-align: right;
}
#Bottom a {
	color: #6B6D67;
}
#Bottom a:hover {
	color: #000;
}
#Bottom .Links a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../gfx/icons.png) no-repeat;
	float: left;
	margin-right: 10px;
}
#Bottom a.rss {
	background-position: left center;
}
#Bottom a.goldenline {
	background-position: center center;
}
#Bottom a.facebook {
	background-position: right center;
}
#Bottom a span {
	display: none;
}

#Question {
	font-size: 17px;
	color: #000;
	font-family: tahoma;
	padding: 25px;
	border: 1px solid #ccc;
}
