/*######## Basic Style ########*/

body {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: #FFF;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin: 0;
	padding: 0;
}

p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

td {vertical-align:top}
ul {list-style:none}
img,fieldset {border:0}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.anchorFix {
	position: absolute;
}
.anchorFix + * {
	padding-top: 2em;
}

::selection {
	background: #416690;
	color: #FFF;
}

::-moz-selection {
	background: #416690;
	color: #FFF;
}

/*######## End Basic Style ########*/


/*######## Container ########*/

#header {
    background: #83A4CB url(/images/header_bg.jpg) bottom repeat-x;
	height: 125px;
	text-align: left;
}

#wrapper {
	overflow: hidden;
	position: relative;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding: 0 1em;
}

#wrapper2 {
	overflow: hidden;
}

#wrapper #content {
	width: 62%;
	float: left;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	text-align: left;
}

#sidebar {
	position: relative;
	float: left;
	width: 38%;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	background: url(/images/dotted.png) 0 0 repeat-y;
	margin-top: 50px;
}

/*Opera*/
@media all and (min-width: 0px) {
	#wrapper #content, #sidebar{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	#content:before, #sidebar:before {
		content: '.';
		display: block;
		background: inherit;
		border: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
	#wrapper {
		/*display: inline-block;*/
	}
}

#footer {
	background: url(/images/dotted_horizontal.png) left top repeat-x;
	clear: both;
	margin: 1em;
	text-align: right;

}

#navigation {
	position: absolute;
	right: 1em;
	top: 79px;
	margin-top: -3.5em;
}

#search {
	position: absolute;
	right: 1em;
	top: 85px;
	text-align: right;
}
/*######## End Container ########*/

/*######## Navigation ########*/

#navigation li {
	float: left;
	margin-right: .3em;
	font-size: 1.3em;
	background:  url(/images/menu.png) 0 -50px no-repeat;	
	padding-left: 1em;
}

/* Opera */
@media all and (min-width: 0px) { 
	#navigation li {
		display: inline-block;
		float: none;	
	}
}

#navigation li:hover, #navigation li.focus {
	background: url(/images/menu.png) 0 0 no-repeat;
}
#navigation a{
	background: url(/images/menu.png) 100% -50px no-repeat;
	padding: .5em 1em .5em 0;
	display: block;
	color: #3A699F;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
#navigation li:hover a{
	background: url(/images/menu.png) 100% 0 no-repeat;
}

#navigation a:hover{
	background: url(/images/menu.png) 100% 0 no-repeat;
}

#sort {
	position: absolute; 
	top: 125px;
	right: 1em;
	background: url(/images/h2.png) 100% 0 repeat-x;
	padding-left: 2em;
}

#sort li {
	display: inline;
	margin-right: 1em;
	font-size: 1.2em;
	line-height: 30px;
	color: #FFF;
}

#sort a {
	color: #FFF;
	text-decoration: none;
}
#sort a:hover, #sort a:active, #sort a:focus {
   color: #DDE6F0;
}
#sort a.asc, .message a.asc {
	background: url(images/sort.png) 0 50% no-repeat;
	padding-left: 10px;
}
#sort a.desc, .message a.desc {
	background: url(images/sort.png) -94px 50% no-repeat;
	padding-left: 10px;
}

ul.paging {
	padding: 2em 0 1em 0;
	text-align: left;
}

ul.paging li {
	display: inline;
	font-size: 1.2em;
	margin-right: .5em;
}
ul.paging a, ul.paging li.disable {
	background: #A0B9D7;
	border: 1px solid #3A699F;
	color: #3A699F;
	padding: .2em .5em;
}
ul.paging a:hover {
	background: #DDE6F0;
}

ul.paging li.disable {
	background: #F4F7FA;
}

ul.pagination {
	padding: 2em 0 1em 0;
	text-align: left;
}

ul.pagination li {
	display: inline;
	font-size: 1.2em;
	margin-right: .5em;
}
ul.pagination a, ul.pagination li.disabled {
	background: #FFF;
	border: 1px solid #3A699F;
	color: #3A699F;
	padding: .15em .4em;
	background: #fff;
}
ul.pagination a:hover {
	background: #DDE6F0;
	border: 1px solid #3A699F;
	
}

ul.pagination li.disabled {
	border-color: #999;
	color: #999;
}
ul.pagination li.current {
	color: #436593;
	font-weight: bold;
}

ul.pagination li.current:before {
	content: "[";
}

ul.pagination li.current:after {
	content: "]";
}
#breadcrumb {
	text-align: left;
}

#breadcrumb li {
	display: inline;
	font-size: 1.1em;
}

#breadcrumb li:before {
	content: ">";
	margin-right: .5em;
}
#breadcrumb li:first-child:before {
	content: "";
	margin-right: 0;
}
/*######## End Navigation ########*/


/*######## Content ########*/


#header h1 {
    background: url(images/logo.jpg) no-repeat 0 100%;
	height: 113px;
	padding-top: 12px;
	width: 350px;
	text-indent: -999em;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#content a, div#sidebar a, div#slimbox a {
	color: #436990;
	text-decoration: none;
}

#content p a:hover, #content p a:focus , #sidebar p a:hover, #sidebar p a:focus, #sidebar dl a:hover, #sidebar dl a:focus {
	background-color: #F4F7FA;
	outline: 0;
}

#content p a:active, #sidebar p a:active {
	background: #E5ECF3;
	outline: 0;
}

p.error, p.success {
	margin: 1.83em 10% 1em;
	padding: .3em 1em;
	font-size: 1.3em;
}
div.fullpage p.error, div.fullpage p.success {
	width: 60%;
	margin: 1em 3em;
}

#availability, #userexists {
	font-size: 1.2em;
	padding: .3em 1em;
	white-space: nowrap;
}

p.error, span.not-available {
	background: #FFE6FB;
	border: 1px solid #BF60AF;	
}
p.success, span.available {
	border: 1px solid #A1BF60;
	background: #EBFFBF;
}
div.fullpage {
	text-align: left;
	padding: 0 1em;
}

div.info div {
	text-align: left;
}

div.fullpage p, div.info p, p.infotext, div.info li li {
	font-size: 1.3em;
	max-width: 60em;
	line-height: 1.5em;
	margin: 0 1em .5em 0;
	text-align: left;
}
div.fullpage p, div.fullpage ul {

}

p.sort {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 1em .5em 0;
	text-align: left;
}
#content h3 {
	font-size: 1.3em;
	text-align: left;
	margin: .8em 0 .2em 0;	
}

#content h4 {
	font-size: 1.3em;
	margin: .5em 0 0 0;
}

html body div.fullpage h3, html body div.info h3 {
	font-size: 1.3em;
	text-align: left;
	margin: 2.8em 0 .2em 0;
	font-weight: bold;
}

html body div.fullpage h4 {
	font-size: 1.3em;
	margin: .5em 0 0 0;
	text-decoration: underline;
}
#content h2 {
    background: url(/images/h2.png) 0 0 repeat-x;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
    letter-spacing: 0.2em;
	padding: .5em 0 .5em 0;
	text-align: left;
	position: relative;
	margin-bottom: 10px;	
	white-space: nowrap;
}

div.fullpage h2 {
	margin-left: -.72em;
	margin-right: -.71em;
	padding: .5em .72em .5em .71em !important;
	overflow: hidden;
}

#sidebar h2 {
    color: #FFF;
    margin: 0.5em .71em 0 .71em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding: .4em 1em;
}

#centerblock .box {
	background: #F9FAFC;
	border: 1px dashed #436593;
	/*margin: 0 1em 1em 0;*/
	margin: 0 auto 1em auto;
	width: 90%;
	padding: 1em;
}

#centerblock h3 {
    color: #436593;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 .5em 0;
	text-align: center;
}

#about-us li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 1.3em;
}

#about-us li strong {
	display: block;
	font-size: larger;
}

#about-us li.suchen {
	background: url(/images/help.png) 50% 0 no-repeat;
}

#about-us li.lesen {
	background: url(/images/help.png) 50% -200px no-repeat;
}

#about-us li.schreiben {
	background: url(/images/help.png) 50% -400px no-repeat;
}

#about-us li.bewerten {
	background: url(/images/help.png) 50% -600px no-repeat;
}
#about-us li.austauschen {
	background: url(/images/help.png) 50% -800px no-repeat;
}
#about-us li a {
	padding-top: 75px;
	display: block;
}

#image-slider {
	position: relative;
	overflow: hidden;
	height: 1%;
	margin: 1em 1em 1em 0;	
	border: 3px solid #436593;
}

#image-slider-list {
	position: absolute;
	top: 0;
	margin-left: 20px;
	height: 111px;
	text-align: left;
	padding-top: 3px;
	overflow: hidden;
}
#image-slider ul li {
	display: inline;
	line-height: 100px;
}

#image-slider li div {
	display: none;
}
#image-slider ul li img {
	padding: 1px;
	border: 3px solid transparent;		
}
	
#image-slider #infobox {
	border-top: 1px solid #436593;
	background: #DDE6F0;
	height: 6.5em;
	text-align: center;
}	
#image-slider #infobox h4 {	
	font-weight: bold;
	margin: .2em 0;
}

#image-slider #infobox address, #image-slider #infobox p  {
	font-style: normal;
	font-size: 1.2em;
}

#image-slider-list .active img {
	border: 3px solid #436593;	
}

#previous-link, #next-link {cursor: pointer; position: relative; z-index: 100;}
#previous-link {float: left;}
#next-link {float: right; }



#sidebar div {
    background: #FFF url(/images/sidebar_bg.png) bottom repeat-x;
    border: 1px solid #416692;
    color: #416692;
    margin: 0 1em 1em 1em;
	padding: 2em;
	text-align: left;
}

#sidebar div#googlemap {
	height: 25em;
	padding: 0;
	position: relative;
}

#googlemap div {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: 0;
	background: 0;
	text-align: center;
}

#googlemap div.mapMsg {
	background-color: #FFF;
	height: 200px;
	width: 100%;
}

#googlemap div.mapMsg  img {
	margin-top: 1em;
}
#googlemap div.mapMsg p {
	font-size: 1.3em;
	width: 210px;
	padding: 1em;
	position: relative;
	margin: auto;
}

#googlemap div.mapMsg p.imgTxt {
	margin: -135px auto 0 auto;
	position: relative;
	border: 1px solid #BF60AF;
	background: #FFE6FB;
	opacity: .95;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
}

div.tooltip {
	background: #FFF;
	width: 20em;
	z-index: 50000;
	border: 1px solid #436593;
	padding: .6em;
	margin-left: -10em;
}

div.tooltip  h3 {
	text-align: left; 
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .3em 0;
}

div.tooltip p{
	text-align: left; 
	font-size: 1.2em;
}

div.tooltip img {
	margin: 0 .5em .2em 0;
	float: left;
}

#search {
	padding-top: .75em;
}


/*form*/

#usersearch {
	margin: 1em 0;
	text-align: left;
}

#usersearch  label {
	margin-right: .3em;
}

#usersearch  input {
	margin-right: .5em;
}
#search label, form#usersearch  label {
	font-size: 1.2em;
}

#search input, #search select, #usersearch  input, #mailaction input, #mailaction select {
	border: 1px solid #416690;
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 1.2em;
	color: #416690;
	background: #FBFCFD;
}

#terms {
	width: 17em;
}
#city, #cityField,  #usersearch #username, #usersearch #location {
	width: 12.5em;
	margin-right: 0;
}

form.smallform  #cityField {
	float: right;
}

form.bigform, form.smallform, form.slimboxform {
	text-align: left; 
	margin: 1em 0;
	padding: 0 13em 0 9.6em;	
}

form.slimboxform {
	padding: 0 1em 0 9.6em;	
}


form legend {
	font-size: 1.3em;
	padding: .5em 0 .3em 0;
}

form.bigform br, form.smallform br, form.slimboxform br {
	clear: both;
}
form.bigform  label, form.smallform label, form.slimboxform label {
	float: left;
	width: 8em;
	font-size: 1.2em;
	cursor: pointer;
	margin-bottom: .2em;
	margin-left: -8em;
}


form.bigform  label.checkbox , form.smallform  label.checkbox{
	float: right;
	width: auto;	
	margin-right: 0;
	margin-left: 0;	
}

form.bigform input, form.bigform select, form.bigform textarea, form.smallform input, form.smallform textarea, form.smallform select, form.slimboxform input, form.slimboxform select, form.slimboxform textarea {
	margin-bottom: .2em;
	border: 1px solid #416690;
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 1.2em;
	color: #416690;
	background: #FBFCFD;
	width: 19em;
	float: left;
	margin-right: 1em;
}

form.bigform input, form.bigform select, form.bigform textarea, form.slimboxform input, form.slimboxform select, form.slimboxform textarea {
	width: 100%;
}

form.bigform span.forminfo, form.smallform span.forminfo, form.slimboxform span.forminfo {
	float: left;
	margin-right: -11em;
	position: relative
}

form.bigform div.rating {
	width: 100%;
	float: left;
	margin-right: 1.2em;
	border: 1px solid transparent;
}

#keeppass {
	width: auto;
	border: 0;
	background: 0;
	float: none;
}

form.smallform #zipField, form.smallform #areaCodeField {
	width: 5.9em;
	margin-right: .1em;
}

form.bigform #zipField, form.bigform #areaCodeField {
	width: 20%;
	margin: 0;
}

form.bigform input.submit, form.smallform input.submit, form.slimboxform input.submit {
	width: auto !important;
	float: right;
	margin-right: 0em;
}

form.bigform #cityField, form.bigform #phoneField {
	width: 78.5%;
	float: right;
	margin-right: 0;
}

form.smallform {
	width: 23em;
}

form.smallform p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

form fieldset input.readonly{
	border-width: 0;
	background: #FFF;
}


/* bookmarks */
#bookmarks {
    list-style-type: none;
    margin: 0 1em 0 0;
    padding: 0;
}
#bookmarks li {
	background: url(/images/dotted_horizontal.png) left bottom repeat-x;
    padding: 1em 0;
	text-align: left;
	height: 1%; /*IE*/
}
#bookmarks .private {
	border-left: 3px solid #BF60AF;
	padding-left: 1em;
	background: #FFE6FB url(/images/dotted_horizontal.png) left bottom repeat-x;
}

#bookmarks .shared {
	border-left: 3px solid #FCD703;
	padding-left: 1em;
	background: #FFFCEA url(/images/dotted_horizontal.png) left bottom repeat-x;
}
#bookmarks .approved .meta {
	background: #DDE6F0 url(/images/status.png) 100% 3px no-repeat;
}
#bookmarks .not-approved  .meta{
	background: #DDE6F0 url(/images/status.png) 100% -27px no-repeat;
}

#bookmarks .reported  .meta{
	background: #DDE6F0 url(/images/status.png) 100% -57px no-repeat;
}

#bookmarks h3, #bookmarks h4 {
	font-size: 1.4em;
	margin: 0 0 .2em 0;
	/*width: 100%;*/
}
#bookmarks h3 {
	font-weight: bold
}
#bookmarks h3  img, #bookmarks h4  img {
	vertical-align: bottom;
	margin: 0 .3em 0 0;
	float: left;
}
#bookmarks .meta {
	-moz-border-radius: 1em;
	padding: .2em .5em;
	background-color: #DDE6F0 
}

#bookmarks  .meta .time{
	background:  url(/images/actions.png) no-repeat 4px -147px;
	padding-left: 22px;
}
#bookmarks .rate {
	background: url(/images/actions.png) no-repeat 0 3px;
	padding-left: 15px;
	margin-left: .5em;
}

#bookmarks .edit {
	background: url(/images/actions.png) no-repeat 0 -57px;
	padding-left: 15px;
	margin-left: .5em;
}

#bookmarks .delete {
	background: url(/images/actions.png) no-repeat 0 -117px;
	padding-left: 15px;
	margin-left: .5em;
}

#bookmarks .approve {
	background: url(/images/actions.png) no-repeat 0 -27px;
	padding-left: 15px;
	margin-left: .5em;
}
#bookmarks a.report {
	background: url(/images/actions.png) no-repeat 0 -87px;
	padding-left: 15px;
	margin-left: .5em;
}

#bookmarks a.taggedlink {
	margin-bottom: .6em;
	display: block;
	width: auto;
	height: 1%; /*IE*/
}
#bookmarks a.taggedlink:hover, #bookmarks a.taggedlink:focus {
	text-decoration: underline;
}
#bookmarks .rated-1 {
	padding-right: 25px;
	background: url(/images/rating/stars.png) 100% 3px no-repeat;
}

#bookmarks .rated-2 {
	padding-right: 40px;
	background: url(/images/rating/stars.png) 100% -97px no-repeat;
}

#bookmarks .rated-3 {
	padding-right: 56px;
	background: url(/images/rating/stars.png) 100% -197px no-repeat;
}

#bookmarks .rated-4 {
	padding-right: 71px;
	background: url(/images/rating/stars.png) 100% -297px no-repeat;
}

#bookmarks .rated-5 {
	padding-right: 89px;
	background: url(/images/rating/stars.png) 100% -397px no-repeat;
}
#bookmarks li li {
	background: 0;
    padding: 0 0 0 .5em;
	margin: 0 0 .3em 2em;
	text-align: left;
	list-style: square outside;
}
#bookmarks li ol li {
	list-style-type: decimal;
}
#bookmarks p, #bookmarks address, div.event-details p  {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}
#bookmarks p.description {
	font-size: 1.3em;
	line-height: 1.5em;
}
#bookmarks li p.tags {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em !important;

}
#bookmarks li p.tags a {
	margin: 0;
}

#bookmarks p.title {
	font-size: 1.3em;
}
#bookmarks div.report {
	margin: .5em 1em 1em;
	padding: .3em 1em;
	border: 1px solid #BF60AF;	
	
}
/*history*/
div.company-details {
	background: #FFF url(/images/sidebar_bg.png) bottom repeat-x;
	width: 45em;
	margin: auto;
	border: 1px solid #416692;
}

#content div.company-details h3 {
	color: #FFF;
    font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding: .4em 1em;
	margin: 0;
}


div.company-details  address {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 1em;
	background: url(/images/vcard.png) 100% .5em no-repeat;
	padding: .5em 55px .5em 0;
	min-height: 30px;
	border-bottom: 1px solid #416692;
	font-style: normal
}


div.company-details span.fn {
	display: none;
}
div.company-details  dl.phone, div.company-details  dl.web, div.company-details  dl.rating {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 1em;
	background: url(/images/vcard.png) 100% -195px no-repeat;
	padding: .5em 55px .5em 0;
	min-height: 30px;
	border-bottom: 1px solid #416692;
}

div.company-details  dl.web {
	background: url(/images/vcard.png) 100% -395px no-repeat;
}

div.company-details  dl.phone dt, div.company-details   dl.web dt, div.company-details  dl.rating dt {
	float: left;
	width: 8em;
}

div.company-details  dl.rating {
	border: 0;
}
div.company-details dl.rated-1 {
	padding-right: 20px;
	background: url(/images/rating/stars.png) 100% 3px no-repeat;
}

div.company-details dl.rated-2 {
	padding-right: 35px;
	background: url(/images/rating/stars.png) 100% -94px no-repeat;
}

div.company-details dl.rated-3 {
	padding-right: 51px;
	background: url(/images/rating/stars.png) 100% -194px no-repeat;
}

div.company-details dl.rated-4 {
	padding-right: 66px;
	background: url(/images/rating/stars.png) 100% -294px no-repeat;
}

div.company-details dl.rated-5 {
	padding-right: 84px;
	background: url(/images/rating/stars.png) 100% -394px no-repeat;
}

ul.addButtons {
	margin: auto;
	width: 370px;
}

ul.addButtons li {
	float: left;
}

ul.addButtons a{
	display: block;
	float: left;
	height: 31px;
	text-indent: -999em;
	outline: 0;	
	margin: 10px 5px;
}

ul.addButtons a:hover, ul.addButtons a:focus, a.addCompanyLink:hover, a.addCompanyLink:focus {
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
a.rateLink {
	background: url(/images/rate_it.jpg) 0 0 no-repeat;	
	width: 105px;	
}

a.addImageLink {
	background: url(/images/add_image.jpg) 0 0 no-repeat;	
	width: 117px;	
}

a.favoriteLink {
	background: url(/images/favorite.jpg) 0 0 no-repeat;	
	width: 100px;	
}

a.addEventLink {
	background: url(/images/add_event.jpg) 0 0 no-repeat;	
	width: 117px;	
}

a.addCompanyLink {
	background: url(/images/add_company.jpg) 0 0 no-repeat;	
	width: 125px;
	display: block;
	height: 31px;
	text-indent: -999em;
	outline: 0;	
	margin: 10px auto;	
}

div.previewpictures {
	text-align: left;
}

div.previewpictures a {
	opacity: .8;
}

div.previewpictures a:hover {
	opacity: 1;
}
div.previewpictures img {
	border: 1px solid #416692;
	padding: 2px;
}

div.previewpictures img.approved {
	border: 1px solid #A1BF60;	
}
div.previewpictures img.not-approved {
	border: 1px solid #BF60AF;	
}
div.previewpictures div {
	float: left;
}

/* Opera */
@media all and (min-width: 0px) { 
	div.previewpictures a {
		opacity: 1;
	}
	
}


/* tags */

p.tags {
    line-height: 2.5em !important;
    text-align: justify;
	margin-bottom: 2em;
	max-width: 100% !important;
}
p.tags a, p.tags span {
    color: #436990;
    margin-right: 0.5em;
	padding: .1em 0; /*IE*/
}
p.tags span:hover, p.tags span:focus {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

#content p.tags {
	font-size: 1.3em;
	margin-right: .76em;
}

#sidebar div li a {
	margin-right: .3em;
	font-size: 1.2em;
}

/* styles for the star rater  */
#star-rating {
	list-style:none;
	width: 100px;
	height: 25px;
	position: relative;
	background: url(/images/rating/rating-stars.png) top left repeat-x;
	float: left;
}
#star-rating li{
	/*\*/
	float: left;
	/* */
}
#star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -999em;
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: 0;
	font-size: 1.3em;
}
#star-rating li a:hover, #star-rating a.selected  {
	background: url(/images/rating/rating-stars.png) left bottom;
	z-index: 2;
	left: 0px !important;
	text-indent: 110px;
	white-space: nowrap;
}
#star-rating li a.selected {
	text-indent: -999em;
	z-index: 1;
}


#star-rating a#star-rating-1{
	left: 0px;
}
#star-rating #star-rating-1:hover, ul.selected1 #star-rating-1 {
	width:20px;
}
#star-rating #star-rating-2 {
	left:20px;
}
#star-rating #star-rating-2:hover, ul.selected2  #star-rating-2{
	width: 40px;
}

#star-rating a#star-rating-3 {
	left:40px;
}
#star-rating a#star-rating-3:hover, ul.selected3  #star-rating-3{
	width: 60px;
}

#star-rating #star-rating-4 {
	left:60px;
}
#star-rating #star-rating-4:hover, ul.selected4  #star-rating-4{
	width: 80px;
}

#star-rating #star-rating-5 {
	left:80px;
}
#star-rating a#star-rating-5:hover, ul.selected5  #star-rating-5{
	width: 100px;
}	

/*profile, messages & legal*/

#profile, dl.legal{
	width: 50em;
	background: #DAE2ED;
	margin-bottom: 1em;
}

dl.message {
	background: #DAE2ED;
	margin-right: 1em;
}
#profile {
	float: left;
}
#profile dt, dl.legal dt, dl.message dt {
	float: left; 
	width: 10em;
	text-align: left;
}

dl.message dt, dl.legal dt {
	width: 7em;
}

#profile dt , #profile dd, dl.legal dt, dl.legal dd, dl.message dt, dl.message dd {
	border-top: .3em solid #FFF;
	font-size: 1.2em;
	padding: .2em .5em;
}
#profile dd, dl.legal dd, dl.message dd {
	margin-left: 10em;
	background: #F9FAFC;
	border-left: .3em solid #FFF;
	text-align: left;
}

dl.approved {
	border: 3px double #A1BF60;	
}
dl.not-approved {
	border: 3px double #BF60AF;	
}
dl.message dd, dl.legal dd  {
	margin-left: 7em;
}

a.avatar {
	float: left;
	margin: .4em 1em 0 0;
	padding: .3em;
	border: 1px solid #436593;
}


table.message {
	text-align: left;
	border-spacing: .3em;
	padding: 1.3em 1em 1em 0;
	width: 100%;
	
}

table.message th, table.message td{
	font-size: 1.2em;
	background: #DAE2ED;
	padding: .1em .3em;
	
}

table.message th {
	font-weight: bold;
}

table.message td {
	background: #F9FAFC;
}

table.message tr.alt2 td{
	background: #EEF1F6;
}

table.message a.new {
	font-weight: bold;
}

table.message th.icon, table.message th.checkbox {
	width: 1.6em;
}

table.message th.sender {
	width: 9em;
}

table.message th.date {
	width: 10em
}

#folders li.inbox {
	background:url(images/mail-receive.png) top left no-repeat;
	padding-left:2em;
}

#folders li.sent {
	background:url(images/mail-send.png) top left no-repeat;
	padding-left:2em;
}

#folders li.deleted {
	background:url(images/wastebasket.png) top left no-repeat;
	padding-left:2em;
}

#folders li.custom {
	background:url(images/folder.png) top left no-repeat;
	margin-top:.1em;
	padding-left:2em;
}

blockquote.bbquote {
	background: #EEF1F6;
	border: 1px solid #436593;
	margin: .5em 1em;
	padding: .5em;
}

blockquote.bbquote cite {
	margin-right: .5em;
}
blockquote.bbquote cite:after {
	content: ": ";
}

ul.user-list li {
	width: 50px;
	padding: 2px;
	height: 60px;
	float: left;
	border: 1px solid #436593;
	margin: 0 5px 5px 0;
	position: relative;
	text-align: center;	
}

#content ul.user-list li {
	width: 70px;
	font-size: 1.2em;
}
.user-list li img {
	margin: auto;
	text-align: center;
}

.user-list li span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .8em;
	width: 100%;
} 

.places-list li  {
	background: url(/images/dotted_horizontal.png) 0 100% repeat-x;
	clear:both;
	display:block;
	float:left;
	width: 100%;
	
	padding: .5em 0 1em 0;

}
.places-list li:hover {
	background-color: #F4F7FA;
}

.places-list li  img{
	float: left;
	border: 1px solid #436593;
	padding: 3px;
}

.places-list li  div img{
	vertical-align: bottom;
	margin: 0 .3em 0 0;
	float: left;
	border: 0;
	padding: 0;
}
body #wrapper .places-list li div {
	border: 0;
	background: 0;
	margin: 0 0 0 70px;
	padding: 0;
}


ul.user-info li {
	width: 275px;
	padding: 2px;
	height: 110px;
	float: left;
	border: 1px solid #436593;
	margin: 0 5px 5px 0;
	position: relative;
	text-align: center;	
}

.user-info li  img{
	float: left;
	padding: 3px 10px 3px 3px;
}

.user-info li  p {
	text-align: left;
	font-size: 1.2em;
}


li.userpic {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0 !important;
}

ul.tab-menu {
	margin: 40px 1em 1em 0;
	padding: .6em 15px .3em 0;
	text-align: right;
	border-bottom: .1em solid #416692;
	position: relative;
	background: url(/images/tab.png) no-repeat right 0;
	font-size: 1.2em;
	
}

ul.tab-menu li {
	
	background: #DDE6F0;
	border-top: 1px solid #416692;
	display: inline;
	padding: .6em 0 .3em .8em;
	margin-right: -.4em;
	
}

ul.tab-menu a {
	/*padding: .6em .8em 0 .8em;
	padding: .5em 0 .3em .8em;*/
	
	
	padding-right: .8em;
	
}
/*
ul.tab-menu a:hover, ul.tab-menu a:focus {
	
}*/

ul.tab-menu li.firsttab {
	background: #DDE6F0 url(images/tab.png) no-repeat left top; 
	border: 0;
	padding: .7em 0 .3em 20px;
}

ul.tab-menu li.current {
	background: url(images/tab.png) no-repeat left -50px;
	border: 0;
	padding-top: 1.6em;	
}



ul.tab-menu li.current a{
	background: url(images/tab.png) no-repeat right -50px;	
	padding-top: 1.6em;	
	color:white !important;
}

ul.tab-menu li.userpic, ul.tab-menu li.userpic a {
	margin: 0;
	padding: 0;
	background: 0;
}


/*events*/ 

dl.events dt{
	font-size: 1.2em;
}

dl.events dd{
	background: url(/images/dotted_horizontal.png) left bottom repeat-x;
	color: #000;
	font-size: 1.2em;
	margin-bottom: .6em;
	padding-bottom: .3em;	
}

div.event-details {
	text-align: left;
}


/*footer*/ 

#footer ul {
	padding: 1em;
}

#footer li {
	display: inline;
	font-size: 1.1em;
	margin-left: .1em;
}

#footer li:first-child:before {
	content: "";
}

#footer li:before {
	content: "|";
	margin-right: .1em;
}

#footer a {
	color: #436990;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	background: #F4F7FA;
	outline: 0;
}
#footer li img {
	vertical-align: middle;
}

/*New*/
#profile {
	border: 1px solid #336699;
	background:#FFFFFF url(/images/sidebar_bg.png) repeat-x scroll center bottom;
	/*background: #dde6f0;*/
	text-align:left;
	margin-right:1em;
	margin-bottom: 3em;
	padding:0em;
}
#profile h3 {
	background:transparent url(/images/h2.png) repeat-x scroll 0pt 0pt;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	padding:0.4em 1em;
	margin:0em;
	
}
#profile h3 span {
	margin-left: 7.5em;
}
#profile h4 {
	color: #6887ab;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0em 1em;
}
#profile  p {
	margin: 1.1em 1em 1.4em 14em;
	font-size: 1.2em;

}
#profilepic {
	float: right;
	margin: 1em;
	text-align: right;

}
div#profile dl {
	font-size: 1.2em;
	margin: 1em;
	/*padding-top: 1em;*/
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom: 1px solid #336699;
}

#profile dl.personal_info {
	border:none;
}
#profile .memberstatus {
	margin-right: 220px;
}

#profile table.points {
	font-size: 1.2em;
	border-collapse:collapse;
	width:100%;
	border:1px solid #336699;
}

#profile table.points  tr {
	padding: 0pt 1em;
	background-color: #ddd;
	/*background-color: #e4edf7;*/
}
/*
div#profile table.points  th {
	text-align:center;
}
*/
#profile table.points  td {
	border-left: 1px solid #336699;
}

#profile table.points td.firsttd  {
	width:13em;
}

/*
div#profile table.points td.totalpoints {
	width:20em;
}*/

#profile dt {
	float: left;
}
#profile dd {
	padding-left: 13em;
}
#profile ul {
	background: #759ccb;
	padding-left: 1.1em;
	border: 1px solid #336699;
	margin:0em -1px -2em;
}
#profile li {
	margin: .2em 0 .2em 0em;
	display: inline;
	font-size: 1.2em;
	color: white;
}
#profile ul li:before {
	content: "|";
	margin-right: .2em;
}
#profile ul li:first-child:before {
	content: "";
}
#profile a {
	text-decoration:underline;
}
#profile .profile_functions a {
	text-decoration:underline;
	color:#FFF;
}


#usernews h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#usernews h3.separator {
	background: transparent url(/images/dotted_horizontal.png) repeat-x scroll left top;
	margin-top: .6em;
	padding-top: .3em;
}

#usernews p {
	font-size: 1.3em;
	line-height: 1.5em;
}

#usernews li {
	line-height: 25px;
	padding-left: 25px
}

li.profile-edit {
	background: url(/images/my-actions.png) no-repeat 0 0;
}

li.avatar-edit {
	background: url(/images/my-actions.png) no-repeat 0 -40px;
}

li.my-profile {
	background: url(/images/my-actions.png) no-repeat 0 -80px;
}

li.my-messages {
	background: url(/images/my-actions.png) no-repeat 0 -120px;
}

li.my-invitations {
	background: url(/images/my-actions.png) no-repeat 0 -160px;
}

li.my-reviews {
	background: url(/images/my-actions.png) no-repeat 0 -200px;
}
dl.hauptpreis {
	width: 254px;
	margin: 0 auto 1em auto;
}

dl.bilder dd {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

dl.preise {
	max-width: 705px;
	margin: 0 auto;
	background: url(/images/Rahmen-Nebenpreise.png) no-repeat 100% 20px
}

dl.preise dt{
	float: left;	
	width: 25%;
	text-align: center;
}

dl.preise dd{
	float: left;
	width: 25%;
	margin-left: -25%;
	text-align: center;
	margin-top: 95px;
}

p.punkte {
	display: table;
	padding-left: 60px;
	height: 110px;
}	

p.punkte span {
	display: table-cell;
	vertical-align: middle;	
}

p.bewerten {
	background: url(/images/punkte.jpg) no-repeat 0 0;
}

p.einladen {
	background: url(/images/punkte.jpg) no-repeat 0 -200px;
}

p.bilder {
	background: url(/images/punkte.jpg) no-repeat 0 -400px;
}

a.registrieren {
	width: 220px;
	height: 50px;
	background: url(/images/register.jpg);
	display: block;
	text-indent: -999em;
	margin: 1em auto;
}

a.registrieren:hover, a.registrieren:focus {
	outline: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

a.registrieren:active {
	opacity: 0.8;
}


div.info li h3 {
	padding-top: 1em;
	display: inline;
}

div.info li li {
	font-size: 1.3em;
}

div.info ol {
	list-style-type: decimal;
	margin-left: 3em;
	list-style-position: inside;
}

div.info ol  ol{
	list-style-type: lower-latin;
	margin-left: 5em;	
}

div.info li h3 {
	font-size: 1em !important;
}

div.info ol li {
	font-weight: bold;
	font-size: 1.3em;
}
div.info ol li li {
	font-size: 1em;
	font-weight: normal;
}

div.info ol li p, div.info ol li address {
	font-weight: normal;
	font-size: 1em;
}

div.info ol li address {
	margin: 1em 0 1em 4em;
}

abbr.dtreviewed {
	border: 0;
}

/*######## End Content ########*/

/*######## Slimbox Content ########*/


#slimbox h2 {
	background:transparent url(/images/h2.png) repeat-x scroll 0pt;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;	
	padding: 0.4em 1em;
	text-align: left;
}

#slimbox  form{
	background: url(/images/sidebar_bg.png) repeat-x scroll center bottom;
	border: 1px solid #416692;
	color: #416692;
	margin: 0;
	text-align: left;
}

#slimbox  fieldset {
	margin: 1em;
}

#slimbox form p {
	text-align: right;
	font-size: 1.3em;
	margin: 0 0 .5em 0;
}


/*######## End Slimbox Content ########*/

