/***
USCHI
created by nordicweb.com
***/

@import url("http://fonts.googleapis.com/css?family=Arvo");

/* REISEN----------------------- */
.reisen {
position:absolute;
top:540px;
left:20px;
}

.reisen a {
text-decoration:none;
}

.reisen a:hover {
text-decoration:none;
}

/* EXTRALINKS CSS*/

.extralinks {
position: absolute;
  top: 19px;
  right: 18px;

}
.extralinks a{
color: #ffff;
text-decoration: none;
}
.extralinks a:hover{
color: #fff;
text-decoration: underline;
}


/* FOOTCONTENT*/

div.footContent {
position: absolute;
  top: 175px;
  left: 50px;
  color: #516169;
}
div.col {
  float: left;
  margin-right: 200px;
}
div.col b {color: #d3d3d3;}

/* LIVE SEARCH */

div.livesearch {
position:absolute;
top: 481px;
left: 10px;

}

div.livesearch input {
border: 8px solid #cecdc9;
background: none;
font-family: 'Arial Narrow', Arial, Sans-serif;
color:#676458;
  font-size: 16px;
    width: 157px;
}

/* SENESTE ANNONCER */
div.senesterAnnoncer {
 
position:absolute;
top:670px;
left:10px;
  width:173px;
padding: 30px 0 0 0px;
  
}
div.senesterAnnoncer h3{ 
padding: 15px 0 0 0x;
  color:#676458;
  margin: 0;
  font-size: 14px;
}



/* BODY & SITE */
body {
background: #efdccd;
}
div.site_body {
background: url(../img/bg.jpg) top center no-repeat;
padding: 0;

}
div.site {
width: 1000px;
margin: 0 auto;
background: url(../img/site_bg.jpg) top center repeat-y;
}

div.site_inner {
background: url(../img/site.jpg) no-repeat;
min-height: 800px;
height:auto !important;
height: 800px;
}

/* SLIDESHOW */
body.page_10201 div#slideshow {
top: 44px;
left: 217px;
width: 781px;
height: 156px;
display:inline;
}
div#slideshow {
display:none;
}



/* CONTENT */
div.content {
width: 752px;
float:right;
}

body.page_10201 div.content_inner {
padding:205px 40px 0 5px;
}
div.content_inner {
padding:80px 40px 0 5px;
min-height:760px;
height:auto !important;
height:760px;
}

/* MENU */

div.menu, div.menu ul {
width: 200px;
}
div.menu_inner {
padding: 170px 1px 0 5px;
}
div.menu ul ul {
left: 200px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
display: block;
color: #444;
text-decoration: none;
padding: 5px 0 5px 20px;
background: url(../img/navbg_0.gif) center left no-repeat;
border-bottom: 1px solid #52aba2;
}
div.menu li a:hover {
color: #54aea4;
background: url(../img/navbg.gif) center left no-repeat;
}
div.menu li a.active {
color: #54aea4;
background: url(../img/navbg.gif) center left no-repeat;
}

/* SUB MENU ITEM */

div.menu li li a {
background: #f9f9f9;
color: #443f36;
}
div.menu li li a:hover {
color: white;
background: #54aea4;
}
div.menu li li a.active {
color: white;
background: #54aea4;
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
}
div.menu li li li a:hover {
}
div.menu li li li a.active {
}

/* FOOT */

div.site_foot {
height: 0;

}
div.foot {
}
div.foot_inner {  
background: url(../img/foot_bg.jpg) top center no-repeat;
width: 1000px;
margin: 0 auto;
position:relative;
font-size: 12px;
height: 287px;
}
div.foot,
div.foot a {
color:#fff;
}


/* SITE CREATED */

div.foot div.siteCreated {
position: absolute;
top: 255px;
right: 40px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
text-decoration: none;
color: #d3d3d3;
}


/* FORMS */

form div.input {
margin-bottom: 2px;
clear:both;
}
form label {
width:120px;
float:left;
display:block;
}
form div.input input,
form div.input textarea {
width: 240px;
border: 1px #ccc solid;
}
form div.input textarea {
height: 140px;
}
form div.submit {
padding-left: 120px;
clear:both;
}
form div.submit input {
}

/* LANGUAGE SELECTION */

div.languages {
top:10px;
right:10px;
}
div.languages #languageActive img {
border: 1px white solid;
}

/* SEARCH */

div#search_results_page ul {
list-style:none;
padding-left:0;
}
ul#search_results {
}

ul#search_results li.search_result_flag ul {
border-top:1px #ddd solid;
}
ul#search_results li.search_result_flag li.search_result {
margin-left:40px;
background:#f9f9f9;
}
ul#search_results li.search_result_flag li:hover {
}
ul#search_results li.search_result {
padding:6px 0;
border-bottom:1px #ddd solid;
}
ul#search_results li a {

}
ul#search_results li span {
display:block;
color:#555;
}

div#slideshow,
div#slideshow div.picture {
position: absolute;
overflow: hidden;
}

/* LOOK BUT DONT TOUCH */

div.site,
div.foot,
div.menu li
{ position: relative; }

div.menu
{        float:left;        }

div.menu ul ul {
display: none;
position: absolute;
top: 0;
}

div.menu ul,
div.languages ul
{        margin:0; padding:0; list-style:none;        }

div.content {        overflow:hidden        }
html, body {        height:100%; margin:0;        }
div.languages { position: absolute }
div.languages li { float:left }
div.languages li a {        text-decoration:none; margin-right:2px;        }
div.languages li a img { border:none }

div#slideshow,
div#slideshow div.picture {
position: absolute;
overflow: hidden;
}


/* IE 5.5 CENTER FIX */

body,
div.foot
{        text-align:center;        }

div.site,
div.foot_inner
{        text-align:left;        }

div.menu a .subind
{        float: right;        }

*:first-child+html div.menu li {
float: left;
width: 100%;
}
* html div.menu li {
float: left;
height: 1%;
}
* html div.menu a
{        height: 1%;        }


/* ERROR MELDUNGEN */
div.error-message {
padding:2px 0 2px 26px;
background: url(/img/icon/16/exclamation.gif) 4px 3px no-repeat;
font-weight:bold;
color:#e25f53;
width:334px;
margin-left:118px;
}

/* NEWS SIDEBAR */

div.news {
	position:absolute;
	z-index:1000;
top: 526px;
	left:10px;
	width:200px;
	height:362px;
	background: none;
	overflow:auto;
	font-size:11px;
	line-height:130%;
border: none;  
}
div.news_inner {
	padding:5px;
}
div.news ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.news li {
	border-bottom:1px #646464 dotted;
	padding:5px 0;
}
div.news li:hover {
	background:none;
}
div.news li.archiveLink a { }

div.news li a.title {
	display:block;
	font-weight:bold;
color: #646464;
}

div.news li a.title:hover {
color: #646464;
}

div.news li span.date {
	display:block;
	font-style:italic;
	font-family: Georgia;
color: #646464;
}
div.news span.description {	color:#999; }


/* NEWS ITEM CONTENT */
div.newsContent {
min-height: 360px;
height:auto !important;
height: 360px;
}

div.newsContent span.date {
	display:block;
	float:right;
	font-style:italic;
	font-family: Georgia;
	color:#e5f7fc;
}

div.newsContent a.archiveLink { }


/* NEWS ARCHIVE */

div.newsIndex ul.newsList {
	list-style:none;
	padding:0;
	border-top:1px #ddd solid;
}

div.newsIndex ul.newsList li {
	padding:6px 0;
	border-bottom:1px #ddd solid;
}

div.newsIndex ul.newsList li a.title { }

div.newsIndex ul.newsList li span.date {
	font-style:italic;
	font-family: Georgia;
	color:#666;
	display:block;
}
div.newsIndex ul.newsList li span.description { }




/* NEWS ARCHIVE - YEARS & MONTHS OVERVIEW */

div.newsArchive {
	border-left:1px #ddd solid;
	background: white;
	float:right;
margin: 30px 0;
}
div.newsArchive_inner {
	padding:10px 15px;

}
div.newsArchive ul {
	list-style: none;
	padding:0;
	margin:0;
}
div.newsArchive li.y {
	margin-left:0;
}
div.newsArchive li.m {
	margin-left:15px;
}
div.newsArchive li span.total {
	color:#666;
}
div.newsArchive li.archiveLink a { }


/* NEWS PAGINATION */

div.newsIndex div.pagination {
	clear:both;
	text-align: center;
}
div.newsIndex div.paginateLinks { }
div.newsIndex div.paginateLinks a.prev { }
div.newsIndex div.paginateLinks a.next { }
div.newsIndex div.pageNumbers { }
div.newsIndex div.pageNumbers span a { }
div.newsIndex div.pageNumbers span.current a { }
