#iwwerschreft {
	display:block;
	background-color:transparent;
	border:0px;
	margin-bottom:1em
}

/* Kolonnen */
#logo img {
	max-width:100%;
}
#col_left {
	width:63.8%;
	float:left;
	margin-left:1%;
	margin-right:1%;
}
#col_right {
	width:31.5%;
	float:right;
	padding-left:1%;
	margin-left:0.5%;
	margin-right:1%;
	border-left:1px solid grey;
}

.kescht {
	margin:1ex 0;
	padding-left:44px;
	border:1px solid black;
	background-color:#f0f0ff;
	-moz-border-radius:1em;
	border-radius:1em;
	background-repeat:no-repeat;
	background-position: 8px center;
	height:3.5em;
	text-align:left;
	cursor: pointer;
}
.kescht:hover {
	background-color:#bbff99;
}
.kescht.msgb {
	background-image:url("/images/icons/newMessage.png");	
}
.kescht.zitat {
	background-image:url("/images/icons/newZitat.png");
}
.kescht.fotoc {
	background-image:url("/images/icons/newPhotoComment.png");
}
.kescht.autostop {
	background-image:url("/images/icons/autostop.png");
}
.kescht.floumaart {
	background-image:url("/images/icons/floumaart.png");
}
.kescht small {
	font-size:8pt;
	font-weight:normal;
}
.kescht h3 {
	background:none;
	border:none;
	text-indent:0;
	position:static;
	font-size:11pt;
	padding:0;
	margin:0;
}

div.kescht p {
	position:static;
	margin:0em 0 0 0;
	padding:0;
	font-size:9pt
}
div.kescht a.add {
	position:absolute;
	right:2ex;
}
div.kescht h3 a {
	color:black;
	text-decoration:none;
}
div.kescht h3 a:hover {
	text-decoration:underline;
}


/* ------ Autostop ------ */
div.kescht div {
	z-index:10;
	position:absolute;
	border:1px solid black;
	background-color:#f0f0ff;
	-moz-border-radius:1em;
	border-radius:1em;
	padding:5px;
	padding-top:0px;
	cursor:auto;
}

div.kescht div img {
	float:left;
	clear:left;
	margin:10px;
	max-width:50px;
}
div.kescht div h3 {
	padding-left:39px;
}
div.kescht div p {
	margin:5px 0px 5px 75px;
}

#autostop_detailer a.add img {
	margin:5px -10px 0px 0px
}

/* ------ Waschen ------- */
#ticker {
	background-image:url('/images/waschbg_r.gif');
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#000000;
	border:3px solid #D0D0A0;
	max-width:600px;
	margin:auto;
}
#waschen {
	position:relative;
	
	height:150px;
	text-align:left;
	overflow:auto;
	background-image:url('/images/waschbg_l.gif');
	background-repeat:no-repeat;
	background-position:center left
}


#waschen a {
	text-decoration:none;
	font-family:Helvetica, sans-serif;
}
#waschen p {
	line-height:1;
	margin:0px 90px;
}
#waschen p.iwwerschreft {
	margin-top:10px;
}
#waschen p.iwwerschreft a, #waschen p.iwwerschreft input {
	color:#FFCC00;
	font-size:13px;
	font-weight:bold;
}

#waschen p.body a, #waschen p.body textarea, #waschen p input, #waschen p.inputDatum {
	color:#FFFFCC;
	font-size:12px;
	width:100%;
}
#waschen div.tickertext:hover p.body a:link, #waschen div.tickertext:hover p.body a:visited {
	color:#50B5F0;
	font-size:12px;
}
#waschen div.tickertext:hover p.iwwerschreft a:link, #waschen div.tickertext:hover p.iwwerschreft a:visited {
	color:#80a0d0;
	font-size:13px;
}

#waschen input, #waschen textarea {
	border:1px solid grey;
	background-color:inherit;
}
#waschen p {
	margin-top:0;
	margin-bottom:0;
}
#waschen p.inputDatum {
	width:420px;
}
#waschen .future {
	opacity:0.5;
}

#sponsor {
	text-align:center;
}
#sponsor img {
	max-width:100%;
	margin:1ex 0 1ex 0;
}
#logo_sponsor_horizontal img, #logo_sponsor_vertical img {
	margin:5px 15px;
}

