/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    font-family: Arial, Verdana, Tahoma, "Bitstream Vera Sans", Sans-Serif;
    font-size: 0.7em;
    color: #333;
    background: url('../images/background.gif');
}

/* -- LINKS -- */
a {
    color: #4297c1;
    text-decoration: none;
}
a:link, a:visited {
    color: #4297c1;
    text-decoration: none;
}
a:hover, a:active {
    color: #333;
    text-decoration: underline;
}

/* -- TEXT -- */
h1 {    font-size: 1.9em;   color: #4297c1;   }
h2 {    font-size: 1.2em;   color: #333;   }
h3 {    font-size: 1.1em;   color: #f28c27;   }
h4 {    font-size: 1.0em;   color: #666;   }
h5 {    font-size: 0.9em;   color: #666;   }
h6 {    font-size: 0.8em;   color: #666;   }

h1 a:link {    color: #4297c1;   }
h2 a:link {    color: #333;   }
h3 a:link {    color: #f28c27;   }
h4 a:link {    color: #666;   }
h5 a:link {    color: #666;   }
h6 a:link {    color: #666;   }

p { margin-bottom: 10px; line-height: 1.4em; }
hr { color: #ccc; background-color: #ccc; height: 1px; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    margin-bottom: 10px;
}

/* -- LISTS -- */
ul { list-style: none; }
ol { margin-left: 25px; }
ul li { margin: 0; }
ol li { padding: 0 0 7px 0; }

/* -- IMAGES -- */
img { border: 0; }

/* -- FORMS -- */
fieldset {
    margin: 3px;
    border: 1px solid #000;
    padding: 3px;
}
legend {
    font-weight: bold;
    color: #000;
}
label { font-weight: bold;  }

input, textarea {
	font-size: 12px;
    font-family: Arial, Verdana, Tahoma, "Bitstream Vera Sans", Sans-Serif;
	font-style: italic;
	color: #666;
	padding: 2px;
}
input:focus {}
input:hover {}
input[type="text"], input[type="password"], input[type="file"], textarea {
	border: 1px solid #4197C0;
}
input:focus, textarea:focus {   background: #fdfdfd;   }
input, textarea, select, button {   margin: 2px;   }
form input[type=text] {}
form {}

/* -- STYLES -- */
blockquote {
    padding: 10px;
    color: #666;
    font-size: 1.2em;
    line-height: 1.4em;
}
blockquote p {}
blockquote cite {   font-weight: bold;  }

/* -- TABLES -- */
table { margin: 10px 0; }
th,tr,td { font-size: 1em; }

/* -- CLASSES -- */
.hide { display: none; }
.show { display: block; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.nobackground { background: none; }
.noborder { border: 0 none; }
p.error { margin-bottom: 0; color: red; }



/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/

/* - - CONTAINER - - */
#container {
}

/* - - TOP MENUS - - */
#top-outer { background: url('../images/top_bg.gif') 0 0 repeat-x; width: 100%; }
#top-inner {
	position: relative;
	margin-left: 226px;
	width: 973px;
	height: 36px;
}

/* Top Left Menu */
#top-left-menu {
	float: left;
	list-style: none;
	background: url('../images/menu_seperator.gif') center left no-repeat;
}
#top-left-menu li {
	float: left;
	height: 21px;
	padding: 10px 14px 6px 14px;
	background: url('../images/menu_seperator.gif') center right no-repeat;
}

/* Top Right Menu*/
#top-right-menu {
	float: right;
	list-style: none;
	background: url('../images/menu_seperator.gif') center left no-repeat;
}
#top-right-menu li {
	float: left;
	height: 21px;
	padding: 6px 14px;
	background: url('../images/menu_seperator.gif') center right no-repeat;
}
a.menu-link:link, a.menu-link:active, a.menu-link:visited { color: #fff; text-decoration: none; }
a.menu-link:hover {	text-decoration: underline; }

/* - - HEADER - - */
#header {
	position: relative;
	margin-left: 226px;
	background: url('../images/logo.png') 0 48% no-repeat;
	width: 973px;
	height: 240px;
}

/* Login Box */
#login {
	position: absolute;
	top: 0;
	right: -20px;
	width: 396px;
	height: 55px;
	background: url('../images/login_bg.png') 0 0 no-repeat;
	text-align: right;
}
#login .tx-felogin-pi1 { padding-right: 100px; }
#login #user, #login #pass { width: 131px; font-style: italic; }
#login .submit { position: absolute; right: 3px; bottom: 5px; }
#login p { margin: 5px 0 1px 0; font-size: 0.9em; }
a.forgot-pwd:link, a.forgot-pwd:active, a.forgot-pwd:visited { color: #354351; text-decoration: underline; }

/* Speech Bubble */
#header-text {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 630px;
	height: 180px;
}
#header-text #text {
	background: url('../images/speech_bubble.png') 0 0 no-repeat;
	width: 438px;
	height: 140px;
	font-style: italic;
	color: #333;
	padding: 30px 10px 0 20px;	
}
#header-text #text h2, #header-text #text h3 { margin-bottom: 5px; }
#header-text #text h2 { font-size: 1.4em; color: #333; }
#header-text #text h3 { font-size: 1.2em; color: #f28c27; }
#header-text #text p { font-size: 1em; line-height: 1.6em; padding-right: 20px; }
#header-text #frau {
	position: relative;
	left: -15px;
	width: 155px;
	height: 185px;
	background: url('../images/frau.png') bottom right no-repeat;
	z-index: 1;
}

/* - - CONTENT CONTAINERS - - */
#content-container-outer {
	position: relative;
	background: url('../images/content_bg_top.png') 0 0 no-repeat;
	margin: -18px 0 45px 230px;
	padding-top: 42px;
	width: 973px;
	z-index: 2;
	text-align: left;
}
#content-container-inner { background: url('../images/content_bg.png') 0 0 repeat-y; padding: 25px 12px 0 0; }

/* - - LEFT COLUMN - - */
#col-left h2 { color: #4297c1; padding: 15px 0 0 0; font-size: 1.4em; }
#col-left {
	float: left;
	min-height: 400px;
	width: 680px;
	margin-left: 12px;
}

/* Page Titles */
h1.page-title { margin-left: 12px; }
p.sub-title { margin: 0 0 30px 12px; }

/* White Postit Notes */
#col-left div.postit-white {
	background: url('../images/postit_white_bg.gif') 0 0 repeat-y;
	width: 293px;
	margin-bottom: 20px;
}
#col-left div.postit-white h2 {
	background: url('../images/postit_white_top.gif') 0 0 no-repeat;
	font-size: 1.3em;
	height: 39px;
	padding: 30px 10px 0 20px;
}
#col-left div.postit-white h2 img { display: inline; }
#col-left div.postit-white div.postit-white-content { margin-top: -20px; padding: 0 20px; }
#col-left div.postit-white div.postit-white-bottom {
	background: url('../images/postit_white_bottom.gif') 0 0 no-repeat;
	height: 93px;
	margin-top: -10px;
	padding-right: 10px;
}

/* Edit Links */
span.edit { display: block; text-align: right; padding: 20px 8px 2px 8px; }

/* Search form (with map) */
#search-form { float: right; width: 40%; margin-top: 30px; }
#search-form h3 { margin: 10px 0 0 2px; font-size: 1.4em; }
#search-form .search-button { margin: 15px 45px 0 0; }
span.align-right { display: block; text-align: right; }
span.align-left { display: block; text-align: left; }

/* Ranking table */
.rank-table { margin: 0 0 25px 15px; }
.rank-table td { padding: 4px 0; } 
.rank-number {
	font-size: 1.3em;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.rank-name { border-bottom: 1px solid #ccc; }
.rank-name a { display: block; }
.rank-stars { padding-left: 5px; }
.rank-stars img { display: inline; }
.rank-score { padding-left: 5px; font-size: 0.8em; }

/* Listings Table */
.list-table { 
	margin: 0 20px 25px 15px; 
	border-collapse:separate;
	border-spacing: 0 5px;
}
.list-table td { border-bottom: 1px solid #ccc; padding-bottom: 8px; }
.list-number { font-size: 1.3em; vertical-align: top; padding: 5px 0 0 0; }
.list-name { padding-left: 10px; }
.list-name a { display: block; }
.list-stars img { display: inline; }
.list-table td.list-go { border: 0; }
	
/* Pagination */
.page-browse li {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border: 1px solid #ccc;
	padding: 4px 4px 4px 6px;
	background: #fff;
	text-align: center;
}
.page-browse li.page-browse-first, li.page-browse-last { width: 50px; }
.page-browse li:hover { background: #f28c27; }
a.page-browse-link:link, a.page-browse-link, a.page-browse-link { text-decoration: none; }
a.page-browse-link:hover {	color: #fff; text-decoration: underline; }

/* House links/list */
#bayern li {
	float: left;
	width: 150px;
	height: 42px;
	padding-left: 50px;
	font-size: 1.1em;
	margin: 10px 0;
}
#bayern a { display: block; margin-top: 11px; }
#bayern li.color-green { background: url('../images/icons/houses/green.png') 0 50% no-repeat; }
#bayern li.color-turquoise { background: url('../images/icons/houses/turquoise.png') 0 50% no-repeat; }
#bayern li.color-pink { background: url('../images/icons/houses/pink.png') 0 50% no-repeat; }
#bayern li.color-lilac { background: url('../images/icons/houses/lilac.png') 0 50% no-repeat; }
#bayern li.color-red { background: url('../images/icons/houses/red.png') 0 50% no-repeat; }

/* Photo icon list backgrounds */
li.icon-photos1 { margin-left: 5px; padding: 0 0 1px 65px; height: 40px; background: url('../images/icons/photos1.png') 0 0 no-repeat; }
li.icon-photos2 { margin-left: 5px; padding: 0 0 1px 65px; height: 40px; background: url('../images/icons/photos2.png') 0 0 no-repeat; }

/* Alert Link */
a.melden { 
	display: block; 
	background: url('../images/icons/melden.png') 0 0 no-repeat; 
	margin-left: 20px;
	padding: 10px 0 0 32px;
}

/* Curved box wrapper*/
div.box { background: url('../images/border_bg.gif') 0 0 repeat-y; margin-bottom: 20px; }
div.box h2 { color: #4297c1; padding: 15px 0 0 25px; font-size: 1.4em; }
div.box h2, div.box h3, div.box h4, div.box h5, div.box h6 { margin-left: 25px; }
div.box table { margin-bottom: 0; }
div.box td { padding: 10px 0 10px 10px; }
div.box input[type="text"] { width: 200px; }
div.box-content { padding: 15px 25px 20px 25px;}
div.box-top { background: url('../images/border_top.gif') 0 0 no-repeat; height: 6px; }
div.box-bottom { background: url('../images/border_bottom.gif') 0 0 no-repeat; height: 6px; }
span.large-text { font-size: 1.5em; }

/* Social Bookmarking links */
span.social-links {
	display:block;
	float: right;
	padding-right: 20px;
}

/* Social Network List */
ul.social-networks-list { margin-bottom: 25px; }
ul.social-networks-list li { height: 25px; padding: 10px 0 0 30px; }
ul.social-networks-list li.facebook { background: url('../images/icons/facebook.png') 0 50% no-repeat; }
ul.social-networks-list li.twitter { background: url('../images/icons/twitter.png') 0 50% no-repeat; }

/* Map */
img.map { margin: 0 20px 20px 0; }

/* - - RIGHT COLUMN - - */
#col-right {
	float: right;
	width: 240px;
	margin-right: 12px;
}

/* Register button */
#register { margin: 0 0 20px 23px; }

/* Yellow Postit Notes */
div.postit-yellow {
	background: url('../images/postit_yellow_bg.gif') 0 0 repeat-y;
	width: 234px;
	margin-bottom: 20px;
}
div.postit-yellow h2 {
	background: url('../images/postit_yellow_top.gif') 0 0 no-repeat;
	font-size: 1.1em;
	height: 39px;
	padding: 30px 10px 0 55px;
}
div.postit-yellow div.postit-yellow-content { margin-top: -20px; padding: 0 20px; }
div.postit-yellow div.postit-yellow-bottom { background: url('../images/postit_yellow_bottom.gif') 0 0 no-repeat; height: 42px; }

/* Contact Information table */
table.contact td { height: 25px; }

/* Set margins on star images & other icons... */
img.star { margin-bottom: 10px; }
img.contact-icon { margin-right: 12px; }

/* List icons */
li.icon-users { padding: 0 0 5px 35px; background: url('../images/icons/users.png') 0 0 no-repeat; }
li.icon-users-star { padding: 0 0 5px 35px; background: url('../images/icons/users_star.png') 0 0 no-repeat; }
li.icon-users-plus { padding: 0 0 5px 44px; background: url('../images/icons/users_plus.png') 0 0 no-repeat; }
li.icon-users-minus { padding: 0 0 5px 44px; background: url('../images/icons/users_minus.png') 0 0 no-repeat; }

/* Tag Cloud */
#cloud a.tag1 { font-size: 0.8em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.9em; font-weight: 200; }
#cloud a.tag3 { font-size: 1.0em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.1em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.3em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.4em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.5em; font-weight: 800; }
#cloud a.tag9 { font-size: 1.6em; font-weight: 900; }
#cloud a.tag10 { font-size: 1.7em; font-weight: 900; }
#cloud { line-height: 1.5em; }
#cloud a { padding: 0; }
#cloud { margin: 0; width: 100%; }
#cloud li { display: inline; }

/* Sponsors block */
#sponsors { width: 210px; }
#sponsors img { margin: 5px 0 10px 0; }	
#sponsors p { font-size: 0.9em; text-align: right; }

/* Social Bookmarking links */
#share {
	margin-top: 15px;
	padding: 15px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #333;
}
#share img, #share a { display: inline; margin-left: 2px; }

/* - - FOOTER - - */
#footer-outer {	width: 100%; background: url('../images/footer_bg.png') 0 0 repeat-x; }
#footer-inner {
	position: relative;
	margin-left: 226px;
	padding-top: 25px;
	width: 973px;
	height: 145px;
}

/* Footer Menu */
#footer-menu { float: left; list-style: none; }
#footer-menu li {
	margin-top: -5px;
	float: left;
	height: 21px;
	padding: 10px 14px 6px 14px;
	background: url('../images/menu_seperator.gif') center right no-repeat;
}
#footer-menu li.last { background: none; }

/* Facebook/Twitter links */	
#footer-twit-fb ul { float: right; list-style: none; }
#footer-twit-fb li { float: left; height: 35px; }
#footer-twit-fb li a { display: block; height: 30px; padding: 5px 20px 0 35px; }
#footer-twit-fb li a.facebook { background: url('../images/icons/facebook.png') 0 0 no-repeat; }
#footer-twit-fb li a.twitter { background: url('../images/icons/twitter.png') 0 0 no-repeat; }

li.icon-homepage {line-height:25px;padding-top: 0px; padding-right: 0pt; padding-bottom: 5px; padding-left: 35px; background: url("../images/icons/online.png")  0px 0px no-repeat;}
li.icon-email {line-height:25px;padding-top: 0px; padding-right: 0pt; padding-bottom: 5px; padding-left: 35px; background: url("../images/icons/email.png")  0px 0px no-repeat;}
li.icon-phone {line-height:25px;padding-top: 0px; padding-right: 0pt; padding-bottom: 5px; padding-left: 35px; background: url("../images/icons/phone.png")  0px 0px no-repeat;}
li.icon-fax {line-height:25px;padding-top: 0px; padding-right: 0pt; padding-bottom: 5px; padding-left: 35px; background: url("../images/icons/fax.png")  0px 0px no-repeat;}
li.icon-facebook {line-height:30px;padding-top: 0pt; padding-right: 0pt; padding-bottom: 5px; padding-left: 35px; background: url("../images/icons/facebook.png")  0px 0px no-repeat;}
li.icon-twitter {line-height:30px;padding-top: 0pt; padding-right: 0pt; padding-bottom: 5px; padding-left: 35px; background: url("../images/icons/twitter.png")  0px 0px no-repeat;}

ul#error {margin-bottom:20px;}
ul#error LI {margin-left:50px;line-height:150%;list-style-type:disc;}

.map .iwmapcss {border:1px solid #ddd;}
.map span#longitude {display:none;}
.map span#latitude {display:none;}

.ratings-star  {
  width: 30px;
  height: 30px;
  background-image: url('../images/icons/star_grey.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-bottom: 10px;
}

.ratings-full {
  background-image: url('../images/icons/star_orange.png');
}

.pageBrowserPage {display:none;}

#totalPages {display:none;}

// --- Pagination ---

.jPaginate{
    height:34px;
    position:static;
    color:#a5a5a5;
    font-size:small;   
	  width:100%;
}
.jPaginate a{
    line-height:15px;
    height:18px;
    cursor:pointer;
    padding:2px 5px;
    margin:2px;
    float:left;
}
.jPag-control-back{
	position:static;
	float:left;
}
.jPag-control-front{
	position:static;
}
.jPaginate span{
    cursor:pointer;
}
ul.jPag-pages{
    float:left;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px;
    overflow:hidden;
}
ul.jPag-pages li{
    display:inline;
    float:left;
    padding:0px;
    margin:0px;
}
ul.jPag-pages li a{
    float:left;
    padding:2px 5px;
}
span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:2px 5px;
    margin:2px;
    float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height:22px;
    margin:2px;
    float:left;
    line-height:18px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
    width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
}
span.jPag-snext,
span.jPag-snext-img{
    margin:2px 2px 2px 0px;
    font-size:18px;
    width:15px;
    text-align:right;
}
ul.jPag-pages li span.jPag-previous-img{
    background:transparent url(../images/previous.png) no-repeat center right;
            }
ul.jPag-pages li span.jPag-next-img{
    background:transparent url(../images/next.png) no-repeat center left;
            }
span.jPag-sprevious-img{
    background:transparent url(../images/sprevious.png) no-repeat center right;
            }
span.jPag-snext-img{
    background:transparent url(../images/snext.png) no-repeat center left;
            }

#pagebrowser {margin-bottom:20px;text-align:right;float:right;color:#4297c1;}

#pagebrowser DIV {overflow:hidden; float:left; width:auto;}

#clock {text-align:center; line-height: 150%; background:#efefef; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; padding-top:10px;padding-bottom:10px; color:#fe0000; font-size: 10pt;}
#time {font-size:11pt; font-weight:bold;}
.align-center {text-align:center;}
.align-left {text-align:left;}
.align-right {text-align:right;}

.username-loggedin {position:absolute; bottom:15px;left:15px;font-weight:bold;font-size:10pt;color:#ffffff;}
