﻿/* Info
#name -> id="name"
.name -> class="name"

div -> <div></div>

hier nun verschachtelt...
#name div { -> betrifft nur divs im container mit der id name

*/

body{
	margin: 0px;
	padding: 0px;
	line-height: 1px;

font-family: Arial, Helvetica, sans-serif;

color: #0147AF;
}

ul{
	margin: 0;

padding: 0;

list-style-type: none;
}
li{
	margin: 0;

padding: 0;
}
img{

border: 0px;
}

.show{
	opacity: 0.8;

-moz-opacity: 0.8;

filter:alpha(opacity=80);
}
.hide{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=0);
}
.clear{
	clear: both;
}


/* Layoutbausteine ------------ */

#zentrierhilfe{
	position: relative;
	margin: auto;
	padding: 0;
	width:1000px;
	height:250px;
}
#einzelspalte{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 960px;
	height: 250px;
	overflow: auto;
	text-align: left;
}
#linkespalte{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 470px;
	height: 250px;
	overflow: auto;
	text-align: left;
}
#rechtespalte{
	position: absolute;
	top: 20px;
	left: 510px;
	width: 470px;
	height: 250px;
	overflow: auto;
	text-align: left;
}


/* Textbausteine ------------ */

h1{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	color: #ff9901;
}
h2{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}
h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}
p{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}
label{

display: block;

width:190px;

font-size: 16px;

line-height: 22px;

float: left;
}

.dauer1{

display: block;

width:80px;

font-size: 16px;

line-height: 22px;

text-align: right;

float: left;
}
.dauer2{

display: block;

width:160px;

font-size: 16px;

line-height: 22px;

text-align: left;

float: left;
}
.preis1{

display: block;

width:120px;

font-size: 16px;

line-height: 22px;

text-align: right;

float: left;
}
.preis2{

display: block;

width:170px;

font-size: 16px;

line-height: 22px;

text-align: right;

float: left;
}

.fett{
	font-weight: bold;
}
.fettundgross{

font-weight: bold;

font-size: 20px;
}

.bild{

position: absolute;
}
.container{

position: absolute;
}
.container a{

color: #0147AF;
}

.zentrieren{

text-align: center;
}

.abstand{

position: relative;

margin: 0px;

padding: 0px;

line-height: 0px;
}

.link1{

display: block;

width:400px;

font-size: 14px;

line-height: 20px;
	
text-align: left;

float: left;
}
.link2{
	display: block;

width:250px;

font-size: 14px;

line-height: 20px;

text-align: left;

float: left;
}
.link3{
	display: block;

width:200px;

font-size: 14px;

line-height: 20px;

text-align: left;

float: left;
}
.link3 a{

color: #0147AF;
}


/* Layoutrahmen ------------ */

#bilderzeile{

position: absolute;
	top: 50px;
	width: 100%;
	height: 100px;

background-color: #E1EBFF;

text-align: center;

white-space: nowrap;
}
#textbereich{

position: absolute;

top: 150px;

width: 100%;

height: 264px;
	text-align: center;

z-index: 2;
}


/* Menu ------------ */

#menu{

position: absolute;

top: 400px;

width: 100%;

height: 150px;

text-align: center;

background-image: url('../media/menu_orangerstreifen.gif');

background-repeat: repeat-x;
}
#menu ul{

position: relative;

margin: auto;
	width: 1026px;
}
#menu li{

position: relative;

display:block;

float: left;

padding: 0px 12px 0px 12px;
}
#menu a{
	text-decoration: none;
	color: #ff9901;
}
#menu #aktuell a{

color: #DC0500;
}
#menu .link{
	display: block;
	padding: 16px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}


/* Start ------------ */

#start{
	/* zentriert alle Inhalte der Startseite */
	text-align: center;
}
#start #textzeile{
	position: relative;
	width: 800px;
	margin: auto;
}
#start span{
	/* alle span container werden positionierbar gemacht */
	position: absolute;
	display: block;
}
#start span a{
	/* bestimmt das Aussehen der Schriften */
	color: #ff9901;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#start #gruss a{
	/* ändert das Aussehen für den Gruß */
	color: #0147AF;
	font-size: 20px;
}

/* Positionen der Textblöcke */
#start #gruss{
	top: 0px;
	left: 100px;
}
#start #deutsch{
	top: 2px;
	left: 500px;
}
#start #english{
	top: 2px;
	left: 600px;
}
#start #impressum{
	top: 2px;
	left: 700px;
}










