#ticker_outer
{
	position:absolute;
	/*top:25%;*/
        top:210px;
	margin:0;
	padding-top:4px;
	overflow:hidden;
	background-image: url(../images/ticker_hintergrund.png);
	/*background:white;*/
	width:900px;
	height:20px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#ticker
{
	position:relative;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size:1.1em;
	color:black;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #00295D;*/
	background-color: #F0E1F8;
	height: 100%;
}

h2 {
	font-weight: bold;
	margin-bottom: 4px;
}

strong {
	font-weight: bold;
}

a {
	color: black;
}

a:hover {
	color: #0050AF;
}

#outer {height: 100%; width: 100%; overflow: hidden; display: table; position: static;}
#middle {display: table-cell; vertical-align: middle; position: static;}

#page {
	height: 550px;
	width: 900px;
	background: white url(../images/page_shadow.gif) no-repeat left top;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 2px 6px 5px 2px;
}



#title {
	background: white;
	height: 30px;
	position: relative;
}

#title #logo {
	width: 337px;
	height: 64px;
	position: absolute;
	top: 22px;
	right: 168px;
}

/*.homepage #title #logo {
	left: 79px; 
}*/

#main {
	height: 494px;
	background-repeat: no-repeat;
	background-color: white;
}

#content {
	width: 257px;
	height: 414px;
	float: right;
	background-image: url(../images/background_right.png);
	background-repeat: repeat-y;
	padding: 70px 10px 10px 60px;
}


.persoenlich #content {
	width: 265px;
	padding: 70px 6px 10px 56px;
}


#main #images {
	position: absolute;
	width: 100px;
	height: 315px;
	left: 518px;
	top: 154px;
}

#main #images img{
	display: block;
	margin-bottom: 5px;
}

#navigation {
	background-color: #FAE9CB;
	height: 22px;
	border-top: 2px solid black;
	/*border-bottom: 2px solid black;*/
}

#navigation img {
	display: block;
}

#navigation ul li {
	float: left;
}

.homepage #main {
	/*background-image: url(../images/homepage_bg.jpg);*/
        background-image: url(../images/homepage_bg_neu.jpg);
}

.tradition #main {
	background-image: url(../images/tradition_img0_big.jpg);
}

.rundgang #main {
	background-image: url(../images/rundgang_img0_big.jpg);
}

.marken #main {
	background-image: url(../images/marken_img0_big.jpg);
}

.persoenlich #main {
	background-image: url(../images/persoenlich_img0_big.jpg);
}

.aktuell #main {
	background-image: url(../images/aktuell_img0_big.jpg);
}

.lage #main {
	background-image: url(../images/lage_img0_big.jpg);
}

.jobs #main {
	background-image: url(../images/jobs_img0_big.jpg);
}

.links #main {
	background-image: url(../images/links_img0_big.jpg);
}

.kontakt #main {
	background-image: url(../images/kontakt_img0_big.jpg);
}

#accordion h3 {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
}

#accordion .content {
	margin-left: 4px;
}

#contactForm {
	margin-top: 4px;
}

#contactForm label {
	display: block;
	width: 60px;
	margin-right: 4px;
	float: left;
}

#contactForm input {
	width: 170px;
	margin-bottom: 2px;
}

#contactForm textarea {
	margin-top: 4px;
	width: 234px;
	height: 80px;
}

#contactForm button {
	margin-top: 4px;
}

.smallText {
	font-size: 9px;
}

ul.jobs {
	list-style-type: disc;
}

ul.jobs li {
	margin-left: 20px;
	margin-bottom: 12px;
}

.scrollBox {
	padding-right: 4px;
	height: 392px;
	overflow: auto;	
}

#languages {
	margin-top: 6px;
	float: right;
}

#languages a {
	margin-right: 6px;
}


#joblist {
    margin:.5em 0 1em;
}
#joblist li{
    list-style-type:disc;
    margin-left:1.5em;
    margin-bottom:1em;
}
#joblist li ul {
    margin-bottom:.5em;
}
#joblist li ul li {margin-bottom:0;}


.osterbutton {
    position:absolute;
    bottom:28px;
    right:6px;
}
#wohnwerk_button{
    position:absolute;
    top:32px;
    left:2px;
}