a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.column {
	width: 49%;
	margin-right: .5%;
	min-height: 300px;
	background: #fff;
	float: left;
}
.column .dragbox {
	margin: 5px 2px  20px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.column .dragbox .beadr {
	margin: 0;
	font-size: 12px;
	padding: 5px;
	background: #eee;
	color: #000;
	border-bottom: 1px solid #eee;
	font-family: Verdana;
	cursor: move;
}
.column .dragbox .bheadr a {
	text-decoration: none;
}
.column .dragbox .bheadr a:hover {
	xxtext-decoration: underline;
}
.dragbox-content {
	margin: 8px;
	font-family: 'Lucida Grande', Verdana;
	font-size: 14px;
	line-height: 1.5em;
}
.dragbox-content hr {
	border: 0;
	width: 50%;
	height: 1px;
	color: #888;
	background-color: #888;
	
}
.column .placeholder {
	background:  #f0f0f0;
	border: 1px dashed #ddd;
}
.dragbox .bheadr .configure {
	font-size: 12px;
	font-weight: normal;
	margin-right: 30px;
	float: right;
}
.success {
	background: #d9f9e0;
	border: 1px solid #339933;
	padding: 5px;
	font-weight: bold;
}

/* TOOL TIPS */
a.info {
	position: relative; /*this is the key*/
	z-index: 56098; 
	text-decoration: none;
}
.ZR {
	float: left;
	line-height: 1.5em;
	margin-right: 1em;
	color: red;
}
.ZY {
	float: left;
	line-height: 1.5em;
	margin-right: 1em;
}
.ZZ {
	position: relative;
	height: 1.5em;
	overflow: hidden;
	line-height: 1.5em;
}
.ZZ:hover {
	background-color: #E6F1F6;
	cursor: pointer;
}
a.info:hover {
	z-index: 56099; 
	background-color: #E6F1F6;
}

a.info b {
	color: #fff;
	background-color: #349655;
	display: block;
	margin: -6px -6px 0 -6px;
	padding-left: 6px;
}
a.info:hover span { 
	display: block;
	position: absolute;
	top: 1.5em;
	left: 5em; 
	width: 250px;
	border: 1px solid #000;
	background-color: #cfffcf; 
	color: #000;
	text-align: left;
	padding: 6px;
	text-decoration: none;
	overflow: hidden;
}
a.info span {
	display: none;
}
.rating-L {width: 100%; height:2em;margin-top:1em;}
#rat > * {float: left; line-height: 1.4em;}
#rating_title {padding-right: .5em;}
#messages, #caption {padding-left: .5em;}
#messages {color: #fd1c24;}


.bhead {
	margin: 0;
	height: 16px;
	font-size: 12px;
	padding: 5px;
    background: url(/img/dragbox-head.gif) repeat-x 0 0;
	color: #000;
	border-bottom: 1px solid #eee;
	font-family: Verdana;
	font-weight: bold;
}
.bhead a {
	position: relative;
	float: left;
	z-index: 20;
	color: #3b5998;
}
.lhead {
	position: relative;
    float: left;
    display: inline;
    background: url(/img/icons3.gif) no-repeat -15px 0;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    outline: none;
    margin: 0px 10px 0px 4px;
	z-index: 20;
}
.bheadr {
	position: relative;
    float: right;
    display: inline;
    background: url(/img/icons3.gif) no-repeat 0 0;
    width: 15px;
    height: 15px;
    margin: 0px 4px 0px 8px;
    text-indent: -9999em;
    outline: none;
	cursor: move;
}
.bheadr:hover {
	background-position: 0 -15px;
}
.wetter {
	float: right;
	border: 1px black solid;
	width: 135px;
	height: 90px;
}
#bookmarks img {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	vertical-align: middle;
	border: 0;
}
#bookmarks {
    position: relative;
	float: right;
	padding: 0 20px 5px 0px;
	font-size: 13px;
}
.plus {
	padding-left: 25px;
	background: url(/img/plus1.gif) no-repeat 0 -28px;
}
.plus:hover {
	background-position: 0 2px;
}
