/* @override http://hebammenverband.local/css/start.css */

@charset "utf-8";

html
{ 
    height:100%;
    margin: 0;
    padding: 0;
    background-color:#d4debc;
}
body
{ 
	height:100%;
    margin: 0;
    padding: 0;
    background-color:#d4debc;
}
#startScreen
{
    position: relative;
    top: 0px;
    width: 975px;
    margin: 0px auto;
    text-align: left;
    background-color:#d4debc;
    border: 0;
    color: #000;
    z-index: 99;
   	font-size:12px;
    
}
#startScreen img {
	border:0;
	width:975px;
}
#startScreen a {
	color: #fff;
}
#hebammenLink
{
    position:absolute;
    top:359px;
    left:660px;
    color: #fff;
    font-weight: bold;
    width: 115px;
    height: 31px;
    border: 0px solid #000;
    cursor: pointer;
}
#hebammenLink p {
	margin-top: 6px;
	margin-left: 16px;
}
#elternLink
{
    position:absolute;
    top:359px;
    left:555px;
    color: #fff;
    font-weight: bold;
    width: 103px;
    height: 31px;
    border: 0px solid #000;
    cursor: pointer;
}
#elternLink p {
	margin-top: 6px;
	margin-left: 20px;
}
#informationen {
    position:absolute;
    top: 353px;
    left: 400px;
    color: #fff;
    font-weight: bold;
}
.ticker {
    position:absolute;
    top: 400px;
    left: 134px;
    color: #fff;
    font-weight: bold;
	background-color: #8a8c5d;
	opacity: 0.7;
    height: 30px;
    width: 692px;
    padding: 0;
}
.ticker p {
	padding: 6px 20px 0;
	margin: 0;
}
ul#tickerMsg {
	display: none;
}
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 0; 
width: 692px;
height: 30px; 
margin: 0; 
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 5px;
width: 672px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 692px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
padding-right: 20px;
height: 30px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff;
margin: 0;
} 
ul.newsticker span {
white-space: nowrap;
margin:0;
font-size: 10px;
padding-left: 20px;
} 
