/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #f0f8fc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #1c3463;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #1c3564;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x left top;
}

/* Header */

#header {
	width: 998px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 15px 0px 0px 30px;
	color: #000000;
}

#logo img {
 float: left;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 20px;
	text-indent: 15px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: -30px 0px 0px 0px;
	padding: 26px 0 0 2px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #C5E8FF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #dedede;
	background: #fff;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

#place {
	margin: -20px 0;
  width: 570px;
  height: 271px;
  background: url(images/place.gif) 0 0 no-repeat;
  padding: 10px 10px 10px 220px;
}

#place p {
  width: 350px;
 }

#place ul {
  padding: 5px;
}

#place img {
  padding: 10px;
}

/* Menu */

#menu {
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header.gif) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 39px;
	margin-left: 5px;
	padding-top: 15px;
	background: url(images/menu.gif) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: -4px;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a, #menu a:hover {
	background: url(images/active.gif) repeat-x left top;
	color: #493E2B;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin-top: -4px;
}

/* Page */

#page {
	width: 898px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #fff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 0 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #333;
}

.post .title a {
	color: #493E2B;
	border: none;
}

.post .meta {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #d66e03;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(images/title.gif) no-repeat left top;
	padding: 25px 0px 0px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
}

.more {
	padding-left: 16px;
	background: url(images/more.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	padding-right: 30px;
}

.comments {
	padding-left: 18px;
	background: url(images/comment.gif) no-repeat left 4px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.faq strong {
 font-size: 16px;
 border-bottom: 1px solid #eee;
 color: #444;
}

.all a {
 float: right;
 background: #2b487f;
 border: 1px solid #1C3564;
 padding: 10px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

.mobil {
 float: left;
}

.box {
 background: #fafafa;
 border: 1px solid #ddd;
 padding: 20px;
 margin: 20px 0;
}

.tlacitko {
 margin: 10px 0 0 275px;
}

table {
 color: #222;
 padding: 10px 0 20px 0;
}
    
td {
 background: #fbfbfb;
 border: 1px solid #eee;
 border-top: 2px solid #eee;
 padding: 5px;
 text-align: center;
 font-size: 13px;
}
     
td.white {
 background: #fff;
 border: 1px solid #f1f1f1;
 border-top: 2px solid #f1f1f1;
}

td.grey {
 background: #ddd;
 border: 1px solid #ccc;
 border-top: 2px solid #ccc;
}
     
td.tdtitle {
 background: #1c3564;
 color: #fff;
 border: 1px solid #11254b;
 border-top: 2px solid #11254b;
 font-weight: bold;     
 padding: 10px 30px;
}

td.tdtitle2 {
 background: #ef8006;
 color: #fff;
 border: 1px solid #d37003;
 border-top: 2px solid #d37003;
 font-weight: bold;     
 padding: 10px 30px;
}

td.tdtitle3 {
 background: #333;
 color: #fff;
 border: 1px solid #222;
 border-top: 2px solid #222;
 font-weight: bold;     
 padding: 10px 30px;
}


td.tdlogo {
 background: #497921;
 color: #fff;
 border: 1px solid #3f6b1a;
 border-top: 2px solid #3f6b1a;     
 font-weight: bold;
 padding: 10px;      
}           
     
td.none {
 background: #fff;
 border: 1px solid #fff;
}

input {
 padding: 5px;
 margin: 5px 5px 5px 0;
}

.submit {
 font-weight: bold;
 padding: 8px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 273px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 30px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li span {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #454545 url(images/date.gif) repeat-x left top;
	font-size: 12px;
	color: #fff;
	border: 1px solid #222;
}

#sidebar li li strong {
	margin-right: 10px;
	padding: 0 6px;
	background: #454545 url(images/date.gif) repeat-x left top;
	font-size: 15px;
	color: #fff;
	border: 1px solid #222;
	font-weight: bold;
}

.aktuality li {
  padding: 0 0 10px 0;
}

.aktuality li span {
	margin-right: 10px;
	padding: 0 6px;
	background: #454545 url(images/date2.gif) repeat-x left top;
	font-size: 15px;
	color: #fff;
	border: 1px solid #e07506;
	font-weight: bold;
}

#sidebar li li span a {
	color: #FFFFFF;
}

#sidebar h2, #sidebar h1 {
	height: 65px;
	background: url(images/sidebar.gif) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 28px;
	color: #333;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#sidebar p strong {
	color: #444;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-content {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 50px 0px 50px;
	background: url(images/footer.gif) repeat-x left top;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	float: right;
	width: 273px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	color: #666;
	padding: 0 20px 0 20px;
	text-align: right;
}

#footer a {
	text-decoration: underline;
	color: #333;
}

