	body {
		background: #ededed url(../images/body_bg.png) repeat-x;
		font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		#aussen {
			width: 700px;
			background: url(../images/rahmen_bg_4.jpg) top left;
			padding-left: 150px;
			border: 10px solid #FFF;		
		}
		#innen {
			background: url(../images/inhalt_bg.png);
			padding: 10px 20px 10px 40px;
		}
		.dick {
			font-weight: bold;
		}
		.gross {
			font-size: 190%;
		}
		.klein {
			font-size: 90%;
		}
		.normal {
			font-weight: normal;
		}
		.zentriert {
			text-align: center;
		}
		a:link
		{
			color: #222;
			text-decoration: none;
		}
		a:visited
		{
			color: #000;
			text-decoration: none;
		}
		a:hover, a:active
		{
			color: #000;
			text-decoration: underline;
		}
		
		h2 {
			margin: 20px 0 0 0;
			font-size: 130%;
			line-height: 30px;
		}
		h3 {
			line-height: 25px;
		}
		#hauptnavigation {
			margin: 0 0 0 35px;
			padding: 0;
				
		}
		#hauptnavigation li {
			list-style: none;
			display: block;
			float: left;
			margin: 20px 0 20px 0;
			padding: 0;
			background: url(../images/hauptnavigation_pfeil.gif) 0% 50% repeat-x;
		}	
		#hauptnavigation li a {
			text-align: center;
			display: block;
			width: 115px;
			padding: 60px 0 10px 0;
			margin-right: 10px;
			margin-left: 70px;
			
		}
		#hauptnavigation li a:hover {
			color: #FFF;
			text-decoration: none;
			
		}
		li.eins { /* Schritt 1, der braucht keinen Pfeil. */
			background: none !important;
		}
		li.eins a {
			background: url(../images/hauptnavigation_einsenden.gif) 50% 0% no-repeat;	
		}
		li.zwei a{
			background: url(../images/hauptnavigation_abstimmen.gif) 50% 0% no-repeat;	
			}
		li.drei a{
			background: url(../images/hauptnavigation_bestellen.gif) 50% 0% no-repeat;	
			}
		
		li.eins a:hover {
			background-image: url(../images/hauptnavigation_einsenden_hover.gif);
		}
		li.zwei a:hover {
			background-image: url(../images/hauptnavigation_abstimmen_hover.gif);
		}
		li.drei a:hover {
			background-image: url(../images/hauptnavigation_bestellen_hover.gif);
		}
		
		#zweitercontent {
			margin: 10px 0 0 50px;
		}
		#zweitercontent div {
			float: left;
			width: 350px;
		}
		#zweitercontent div+div {
			width: 240px;
		}
		.versteckt {
			display: none;
		}
		#logo {
			margin-bottom: -35px;
		}
		#seite {
			width: 870px;
			margin: 40px auto 0 auto;
			text-align: left;
		}
		#international {
			background: url(../images/international.gif) 0 10px no-repeat;
		}
			#international h4 {
			padding-left: 40px;
			}
		
        .bubbleInfo {
            position: relative;
        }
		hr {
		border: 0;
		border-top: 1px solid #ccc;
		margin: 20px 0 10px 0;
		height: 1px;
		}
		.popup {
			background: url(../images/bubble.png) no-repeat;
			padding: 35px 0 20px 20px;
		    position: absolute;
		    display: none; /* keeps the popup hidden if no JS available */
		}
		.popup ul {
			margin: 0 0 0 20px;
			padding: 0;
		}
		.rot {
			color: #cc3333;
		}
		.gruen {
			color: #2dad00;
		}
		.orange {
			color: #f29400;
		}
		.highlight {
			background: #FFFF88;
		}
		.notice {
			font-size: 140%;
		}
		.separieren {
			border-top: 3px solid #D0E6EC;
			border-bottom: 3px solid #D0E6EC;
			width: 80%;
			text-align: center;
			padding: 4px;
		}
		.links {
			float: left;
		}
		.rechts {
			float: right;
			
		}
		.kleinerbutton {
			width: 115px;
			text-align: center;
			padding: 70px 0 4px 0;
		}
		.abstimmen {
			background: url(../images/hauptnavigation_abstimmen.png);
		}
	 	.bestellen {
			background: url(../images/hauptnavigation_bestellen.png);
		}
		.einsenden {
			background: url(../images/hauptnavigation_einsenden.png);
		}
		#zurueck {
			position: absolute;
			left: 800px;
			top: 70px;
		}
		
		
		
		
		