#umts-links {
	width: 300px;
	float: left;
	margin: 0 0 0 20px;
}
#umts-links table {
	width: 100%;
	border: 0;
}

.tipp {
	width: 840px;
	background-color: rgb(223, 250, 255);
	border: 1px solid rgb(13, 161, 189);
	clear: both;
	padding: 10px;
	margin: 0 0 5px 0;
}

.tipp2 {
	width: 840px;
	background-color: rgb(250, 232, 186);
	border: 1px solid rgb(255, 184, 0);
	clear: both;
	padding: 10px;
	margin: 0 0 5px 0;
}

.tipp table {
	margin: 0;
	padding: 0;
	width: 100%;
}
.tipp table tr {
	margin: 0;
	padding: 0;
}
.tipp table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.tipp .logo {
	width: 150px;
	text-align: center;
}
.tipp .logo img {
	border: 0;
}
.tipp .info {
	width: 140px;
	text-align: center;
}
.tipp .info img {
	margin-bottom: 5px;
	border: 0;
}
.tipp .info .price {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
}
.tipp .linkto {
	width: 160px;
	vertical-align: middle;
	text-align: center;
}
.tipp .linkto img {
	border: 0;
}
.tipp table p, .tipp table h3 {
	margin: 0;
	padding: 0;
}

.headline {
	margin: 20px 0 -5px 0;
	padding: 0;
}

.tabhead {
	font-size: 1.7em;
	color: rgb(13, 161, 189);
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	vertical-align: top;
	display: block;
	width: 750px;
}
.tabtxt {
	width: 400px;
	margin: 5px 0 0 10px;
	padding: 0;
	float: left;
	display: block;
}

.tabelle {
	margin: 0;
	padding: 0;
}

.tabelle .sortable {
	width: 100%;
        font-size: 0.9em;
        border-spacing: 0px;
	padding: 0;
	margin: 0;
        }
.tabelle .sortable tr:hover {
	cursor: pointer;
	background-color: #FFFFAF;
        }
.tabelle .headpics {
        text-align: center;
	cursor: auto !important;
	background-color: #FFFFFF !important;
        }
.tabelle .sort {
        font-size: 0.7em;
        background-color: rgb(223, 250, 255) !important;
	cursor: auto !important;
        }
.tabelle .sort-bottom {
        background-color: #FFFFFF !important;
	cursor: auto !important;
        }
.tabelle td {
        text-align: center;
	padding: 0;
	margin: 0;
        }
.tabelle .odd {
        background-color: rgb(223, 250, 255);
        }
.tabelle .sortable td{
        padding: 4px 5px 2px 5px;
        }
.tabelle .price {
        font-size: 1.3em;
	font-weight: bold;
	color: rgb(13, 161, 189);
        }

.oben {
	background-image: url('../images/_design/tooltip/oben.png');
	width: 214px;
	height: 15px;
}
.mitte{
        background: url('../images/_design/tooltip/mitte.png') repeat-y;
        width: 214px;
}
.unten {
	background: url('../images/_design/tooltip/unten.png') left bottom repeat-y;
        width: 214px;
	height: 13px;
}
.tooltip {
        padding: 0px;
        margin: 0px;
        filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.tooltext {
	margin : 0px;
	padding: 0px 10px 0px 20px;
	color: rgb(9, 137, 159);
	font-size : 0.9em;
}







