/* Globale Styles */
* {
    margin: 0;
    padding: 0;
    font-size: 1em; /* Tabu */
    color: #000;
}

html {
    font-size: 62.5%; /* Tabu */
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background: url(../jooli_img/jooliBG.gif) #FFBF00;
    background-repeat: repeat-x;
    color: #000;
    font-size: 83%;
    margin: 0px;
    text-align: center;
    font: 1.2em/1.5 HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Globale Größe, 1em = 10px */
}

img {
    border-style: none;
}

#container {
    margin-left: auto;
	margin-right: auto;
    width: 420px;
    text-align: left;
}
#innerwrap {
	position: absolute;
	top: 50%;
	height: 510px;
	margin-top: -255px;
}
#logo {
	background: #fff;
}

#text {
	margin-top: 20px;
	padding: 30px;
	height: 180px;
	width: 380px;
	background-color: #fff;
}

#logo img, #logo, #text {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}	
#logo, #text {
	-moz-box-shadow: 0px 0px 2px #9CA5A5;
	-webkit-box-shadow: 0px 0px 2px #9CA5A5;
	box-shadow: 0px 0px 2px #9CA5A5;
}

* html #text {
	width: 440px; 
}

#text h1 {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 1.4em;
}
#text p {
	font-size: 1em;
	background-color: #fff;
	margin-bottom:30px;
}
#wir {
	font-size: 1em;
}
#jo {
	float: left;
}
#oli {
	float: right;
}
li {
	list-style: none;
}

