
/* Body Style */
/* **************************************************************************** */

* {
	margin: 0;
	padding: 0;
}

/* body {
	margin: 20px 0;
	background: #7A0026 url(images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
} */

body { 	
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	/*background:#434342 url(images/bckk_960.jpg) repeat-y 50% 0;*/
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}



h1 {
	/*text-transform: lowercase;*/
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	/*font-style: italic;*/
	color: #434342;
	font-size: 24px;
}

h2 {
  	/*text-transform: lowercase;*/
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	/*font-style: italic;*/
	color: #434342;
    font-weight: bold;
	font-size: 20px;
}

h3 {
  	/*text-transform: lowercase;*/
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	/*font-style: italic;*/
	color: #434342;
	font-weight: bold;
	font-size: 18px;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
	margin-bottom: -10px;
}size

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}




/* Page Style */
/* **************************************************************************** */

#page_table {
	width: 960px;
	height: 100%;
}

#page {
	width: 980px; /* ohne Border Ränder 960px */
	margin: 0 auto;
	/*border: 0px solid #532e09;*/
/* 	background: url(images/back_content.jpg) 80% 100% no-repeat; */
}

/* Logo */

#logo {
	height: 400px;
	margin-top: 50px;
	background: #ffffff;
	border: 10px solid rgba(0,0,0,0.6);
	/*border: 10px solid #532e09;*/
	/*background: url(images/top/2.jpg);*/
	
	/*Border Transparenz*/
					
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
}

#logo h1 {
	padding: 100px 0 0 380px;
	letter-spacing: -1px;
	font-size: 3.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 3.0em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu{
	margin-top: 10px;
	margin-bottom: 30px;
	height: 38px;
	/*background: #753186; /*#330010;*/
	/*background: url(images/Untitled.gif) 80% 100% no-repeat;*/
	/*background: url(images/meWelcomenu_back_960.jpg) 80% 100% no-repeat;*/
	/*background:#1e1d1d;*/
	background:#222;
}

#nav{
	margin-top:10px;
	margin-bottom: 0px;
	list-style:none;
	/*font-weight:bold;*/
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:30px;
	position:relative;
}
#nav a{
	margin-right:5px;
	display:inline; /*block für horinzontal*/
	padding:5px;
	color:#fff;
	background:#222;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#dcc786;
	/*text-decoration:underline;*/
}

/* Content > Menu > Dropdown */

#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:18px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#5f3c16;
		
	/*text-decoration:underline;*/
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#222;
}

/* Content */

#content {

}

/* Content > Main */

#main {
	/*margin-top: 30px;*/

}

#main a {
}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 10px;
	width: 660px;
	background: #efe0c2;

    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

#video {
	margin-bottom: 10px;
	padding: 10px 30px 10px 10px;
	width: 660px;
	background: #efe0c2;

    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

#quick {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 30px 10px 10px;
	width: 210px;
	height: 100%;
	background: #efe0c2;

    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */	
}

#commu {
	margin-left: 10px;
	padding: 20px 20px 20px 20px;
	width: 210px;
	height: 100%;
	background: #efe0c2;

    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */	
}

#preview {
  	margin-top: 0px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 30px;
	background: #efe0c2;

    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

/* Content > Main > Apartmani */

#apartmani {
	background: #efe0c2;
	
    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

/* Content > Main > Upit */

#upit {
	background: #efe0c2;
	
    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}


/* Content > Main > Kontakt */

#kontakt {
	background: #efe0c2;
	
    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

/* Content > Main > Kontakt > Kontakt Form */

#kontakt_form {
	background: #efe0c2;
	height:100%;

    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
}

/* Content > Main > Notice */

#notice {
	background: #efe0c2;
	
	/*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Footer */

#footer {
  	margin-top: 30px;
	margin-bottom: 30px;
	background: #efe0c2;
	clear: both;
	padding: 20px;
	/*background: #EBE6E8;  */
			
    /*Border Transparenz*/
	border: 5px solid rgba(239,224,194,0.6);		
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
	font-family: Arial, "Times New Roman", Times, serif;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

IMG.News {
  	border:1px solid black; 
  	position: relative;
  	float: right;
  	margin-right: 12px;
	margin-left: 12px;
  	margin-bottom: 0px;
  }
  
  
/* Post */
/* **************************************************************************** */

.post {
	padding: 20px 20px 0 20px;
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
}

.post .title {
	background: #efe0c2;
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	/*background: url(images/img04.gif) repeat-x left bottom;*/
	border-bottom: 2px solid #4c4b49;
	/*font-size: 28px;*/

}

.post .links {
	float:right;

}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both; 
	padding: 10px;
	border-top: 0px solid #4c4b49;
	font-size: 13px;
	line-height: 1.5;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 0.0em;
	line-height: 180%;
}

.post .price {
  
  font-size: 12px;
}
