html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*  B74718  */

* {
	font: 11px Tahoma,Arial,Helvetica,sans-serif;
}

body {
	background-image: url(/images/bg_cafe.jpg);
	color: #fff;
	color:#000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:99%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0;
	text-align: left;
}

#map {
	position: absolute;
	width:100%;
	height:100%;
}

#splash {
	position: absolute;
	left: 50%;
	margin-left: -464px;
  	width: 929;
  	height: 554px;
	top: 50px;
	z-index: 200px;
}

#header {
	border-bottom:2px solid #333;
	background-color: #2d2113;
	position:absolute;
	width:100%;
	height:50px;
	z-index:100;
	text-align:center;
	color:#ccc;
}

#logo {
	position: absolute;
	left: 19px;
	top: 5px;
}

#message {
	text-align: left;
	font-size: 18px;
	color: #fff;
	position: absolute;
	width: 850px;
	left: 73px;
	margin-top: 13px;
}

#message a {
/*	background-color:#FFFFFC;
	padding:2px 7px;
*/	text-decoration: none;
color:#fff;
}

#message a.underline {
  background:none;
  text-decoration:underline;
  padding:0;
}

.social_network_links {
}

.social_network_links #digg {
	height:81px;
	margin:0;
	padding:5px;
	position:absolute;
	right:11px;
	top:90px;
	width:51px;
  	background: url(/images/bg.png);
  	    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.social_network_links #twitter {
  	position:absolute;
	height:81px;
	margin:0;
	padding:5px;
	position:absolute;
	right:80px;
	top:90px;
  	background: url(/images/bg.png);
  	    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Suche */

.autocomplete {
  	position:absolute;
  	width:250px;
  	right:6px;
  	color:#fff;
	top: 8px;
  	margin:0;
  	padding:0;

}

.autocomplete input {
	font-size: 120%;
	width:210px;
	border: 2px solid #333;
	background: white url(/images/search-icon.png) no-repeat 2px center;
	padding: 4px 2px 4px 24px;
}

.autocomplete ul {
background-color:#333333;
border:0 solid #CCCCCC;
list-style-type:none;
margin-left:0;
padding:0 0 2px;
}

.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
  text-align: left;
  color: #000;
}

.autocomplete ul li.user {
	background: #dff4ff url(/images/user.png) no-repeat 5px center;
margin-left:2px;
padding-bottom:10px;
padding-left:25px;
padding-top:10px;
width:211px;
margin-bottom: 1px solid #fff;
}

.autocomplete ul li.city {
	background: #dff4ff url(/images/house.png) no-repeat 5px center;
margin-left:2px;
padding-bottom:10px;
padding-left:25px;
padding-top:10px;
width:211px;
margin-bottom: 1px solid #fff;

}

.autocomplete ul li.selected {
	background-color: #ffffcc;
	}
	
#footer {
	position: absolute;
	height: 20px;
	z-index: 100;
	bottom: 35px;
	left: 50%;
	width: 930px;
	margin: 0 auto;
	margin-left: -550px;
	background: url(/images/footer_bg.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px 5px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;	
	padding: 0;
	margin: 0;
}

#railslove {
	position: absolute;
	bottom: 33px;
	left: 50%;
	margin-left: 410px;
	z-index: 50;
}

/* Helper */

#flash_message {
	position:absolute;
}

.right {
	float:right;
}
.left {
	float:left;
}

.fieldWithErrors {
	color:#ff0000;
}
.fieldWithErrors input {
	border:2px solid #ff0000;
}

.clear {
  clear:both;
}

/* Easyclearing */
.clearfix:after {
  content: ".";
  display:block;
  clear:left;
  height:0;
  visibility:hidden;
}

.clearfix {
  display:inline-block;
}

/* ohne IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix{
  display:block;
}
/* Ende ohne IE Mac */

/* Fonts and Colours */

h2 {
	color: #fff;
	font-size: 20px;
}

a, a:visited, a:active {
	color:#B74718;
}

/* Buttons */

.buttons {
	margin-top: 10px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* facebox */

#facebox .body {
	background: #1A1915 url(/images/bg_cafe.jpg) repeat fixed left top;
}

#facebox .content {
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	color: #333;
}

#facebox .users_show .user_partial {
	float: none;
	margin-bottom: 0;
	margin: 0 auto;
	width:530px;
}

/* User Handling */

.user_partial {
	text-align: left;
	float: left;
	margin-right: 20px;
	background-image: url(/images/bg.png);
	margin-bottom: 20px;
	width: 350px;
	padding: 10px;
	height: 70px;
	color: #fff;
}

.user_partial .name {
	color: #A14A26;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
}

.user_partial .address {
	display: block;
	font-size: 14px;
}

/* users_new */

#users_new {
	margin: 0 auto;
	width: 900px;
}

* html #users_new {
	width: 1000px;
}

#new_user_wrapper {
	background-image: url(/images/bg.png);
	margin-top: 20px;
	padding: 20px;
	color: #fff;
}

* html #new_user_wrapper {
	background: none;
}

#new_user_wrapper .user_partial {
	margin:10px auto;
	float:none;
}

label.name {
	float: left;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 15px;
	width: 90px;
	display: block;
	margin-top: 3px;
}

* html label { /* IE6+ */
	height: 30px;	
}

label.hint {
	width: 300px;
	font-size: 12px;
	padding-left: 90px;
	color: #ccc;
	display: block;
	margin-top: -5px;
	margin-bottom: 10px;
}

* html label.hint { /* IE6+ */
	margin-left:47px;
}

input.text_field, select {
	width: 300px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 15px;
}

select {
  margin-left:90px;
}

input#user_avatar {
	margin-bottom: 10px;
	padding: 5px;	
}

#pokens {
  margin-left:95px;
	width: 360px;
}

	#pokens .poken {
		margin-top: 5px;
		float: left;
		width: 90px;
	}
	
	#pokens .poken img {
		display: block;
	}
	
#terms {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.3em;
	color: #ccc;
}

/* users_index */

#users_index {
	padding: 20px;
	width: 800px;
	margin: 0 auto;
}

	#users_index #users {
		margin: 20px auto 0;
	}

/* users_create */

#users_create {
	padding: 20px;
	width: 500px;
	margin: 0 auto;
}

	#users_create .user_partial {
		float: none;
		width: 	450px;
	}
	
#twitter_links {
	width:370px;
	margin:0 auto;
}

#twitter_links img {
	position:absolute;margin-left:-117px;
}

#twitter_links #tweet {
	display:block;padding:10px;margin-top:10px;background-color:#fff;color:#333;width:350px
}
	
#missionpoken_folgen {
	background: url(/images/twitter_liebe.png) no-repeat left 11px;
	padding: 10px 0 10px 28px;
}

/* admin */

#admin {
	padding: 20px;
	margin: 0 auto;
}

#admin h1 {
	margin-bottom: 20px;
	font-size: 30px;
	background-color: red;
	padding: 5px 10px;
	margin-left: -10px;
}

#admin h1 a {
	color: #fff;
	text-decoration: none;
}
#admin table td, #admin table th {
	padding:4px 10px;
}
#admin table tr.even td {
	background-color:#453C33
}
#admin table th {
	font-weight:bold;
}

/* GMAP */

.inner_div {
	border-style: solid; border-color: rgb(255, 255, 255) rgb(173, 173, 173) rgb(173, 173, 173) rgb(255, 255, 255); border-width: 1px; font-size: 12px; font-weight: normal;padding: 0px 14px;

}