/*
Simon Ledinek
*/

body {
	margin: 0;
	padding: 0;
	background: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:visited {
	color: #660066;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 842px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 842px;
	height: 100px;
	margin: 3px auto 0px auto;
	padding: 0px;
}

#subheader {
	width: 842px;
	height: 164px;
	margin: 0;
	padding: 1px 0px 1px 0px;
	border-top: 2px solid #CCC;
	border-bottom: 8px solid #CCC;	
}

#subheader_container_slide_01, #subheader_container_slide_02, #subheader_container_slide_03 {
	float: left;
	padding: 0;
	margin: 0;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	color: #CCC;	
}

#logo h1, #logo p {
	margin: 0;
	margin-left: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	letter-spacing: -2px;
	text-align: right;
	/* text-transform: lowercase;*/
	font-size: 3.8em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.logo_light {
	font-weight: normal;
	font-size: 0.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 60px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
} 

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

#logo_language_support {
	float: right;
	padding: 0;
}

#logo_language_support img {
	border: none;	
}

/* 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: #000;
}

/* Menu */

#menu {
	float: left;
	width: 350px;
	background: #666;
}

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

#menu li {
	
}

#menu a {
	display: block;
	line-height: 1.5em;
	padding: 5px;
	background: #666;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #333;
	background: url(../images/img02.jpg) no-repeat;
}

/* Page */

#page {
	width: 842px;
	margin: 0 auto;
	padding: 0;
	
}

#page-bgtop {
	padding: 20px 0px;
	background: #FFF;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 578px;
	padding: 5px 15px 15px 5px;
	margin: 0 15px 15px 15px;
}

.post {
	/*background: url(../images/img07.gif) no-repeat left 0px;*/
	padding: 0 0 0 0;
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	letter-spacing: -.5px;
	color: #000;
}

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

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0 15px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

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

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

.post .meta a {
}

.post .entry {
	padding: 0 0 20px 0;
	/*text-align: justify;*/
}

.post .entry h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0 15px 30px 0;
}

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

#sidebar li {
	margin: 0;
	margin: 0 0 15px 0;
	
}

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

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0 30px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {	
	color: #FFF;
	padding:  0 0 0 5px;
	font-size: 1.0em;
	background: #999 url(../images/sidebox_headline_grey.png) top left;
	border: 1px solid #CCC;
}

#sidebar p {
	margin: 0;
	text-align: left;
	padding: 5px;
}

#sidebar a {
	border: none;
	outline: none;
}

#sidebar img {
	/*border: 1px solid #D1D1D1;*/
}

#sidebar a:hover {
	/*
	text-decoration: underline;
	color: #8A8A8A;
	*/
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Image gallery */

.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #666;
	border: 1px solid #666;
	float: left;
	margin: 0 7px 8px 0;
}

.thumbnail a {
	border: none;
}

.thumbnail a img {
	border: none;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;;
}

.clearer {
	clear: both;
}

/* Misc */

#contact_form table td {
	
}

.contact_form_textfield, .contact_form_combobox, .contact_form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.contact_form_textfield {
	width: 250px;
	
}

.contact_form_combobox{
}

.contact_form_checkbox{
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.contact_form_textarea {
	width: 250px;
	height: 100px;
	
}

#callback_phone_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#sidebar form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.rental_space_container {
	border: 2px solid #CCCCCC;
}

.rental_space_container td{
	padding: 5px;
	vertical-align:top;

	border: 0px solid #999999;

}

.rental_space_container_header{
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	background: #666 url(../images/sidebox_headline_grey.png);
	padding-left: 2px;
}

.rental_space_container_description_element {
	font-weight: bold;
}

#view_version {
	position: absolute;
}

#list_list_view {
	line-height: 3em;
	list-style-type: none;
	list-style-image: url(../images/icon_list_item_01.png);
}

.sublist_list_view {
	list-style-type: none;
	list-style-image: url(../images/icon_list_item_02.png);
}
