/*
    change values for standard page elements due to ticker div being displayed..
*/

#main {
    float:left;
    width:547px;
    border-right: 1px dotted #485729;
	padding: 10px 30px 20px 20px;
}

#sidebar {
    width:150px;
}
	

#ticker {
    display: block;
    float:left;
    width:165px;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px dotted #485729; 
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
}

#ticker p {
    margin: 7px 0 0 0; 
    padding: 0 0 0 0; 
    text-align: center;
    border: 0px solid red;
    width: 100%;
}

#ticker img {
    width: 100px; 
    height: 100px; 
    border: 2px solid white;
}

#ticker a:hover img {
    border: 2px solid gray;
}
	
#ticker .tickvoting {
    width: 159px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    text-align: left;
    border: 0px solid white;
}
#ticker .tickvoting .p {
    position: relative;
    width: 100%;
    height: 20px;
    border-top: 1px solid white;
}
#ticker .tickvoting .p .o {
    position: absolute;
    margin-right: 0px;
    width: 98%;
    text-align: right;
}
#ticker .tickvoting .p .u {
    position: absolute;
    border: 0px solid white;
    width: 100%;
    height: 14px;
}
#ticker .tickvoting .p .u img {
    border: none; 
    height: 100%; 
}


	
	
/* TOP3 AKTUELL at upper right corner */
div .top3aktuell {
	position:relative; 
	left:0px; 
	top: 0px; 
    width: 100%;
	background: #303030;
}
div .top3aktuell table {
	padding-top: 10px; 
	font-size: 13px;
	width: 150px;
}
div .top3aktuell table tr {
	height: 30px;
}
div .top3aktuell table td {
	border-bottom: 1px dotted #485729; 
}


