@charset "utf-8";
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #e5631f;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333333;
    }
	
.start #container {
    width: 970px;
	height: 535px;
    background-color: #e5631f;
    margin: 60px auto;
    text-align: left;
	background-image:url(../bilder/bgStartseite.jpg);
	background-repeat: no-repeat;
    }
	
.start #topSlogan {
	margin: 0px;
	height: 60px; 
    }
	
.start #topSlogan p {
	text-align: right;
	font-size: 14px;
	font-weight: bold; 
	color: #ffffff;
	margin: 0;
    padding: 10px 0; 
    }

.start #header {
	margin-top: 0px; 
    }
	
.start #logo {
	margin-left: 14px; 
    }

.start #mainContent {
	position: absolute;
	top: 300px;
    }
	
.start #contentContainer {
	margin-left: 450px;
	width: 510px;
    }

.start #contentText {
	float: left;
	width: 310px;
	text-align: left;
	overflow: auto;
    }
	
.start #auszeichnung {
	float: right;
	width: 188px;
	text-align: right;
    }
	
/*.start #contentEnter {
	margin-left: 460px;
	margin-top: 20px;
	width: 490px;
	text-align: left;
    }*/
	
.start #footer {
    position: absolute;
	top: 525px;
	width: 970px;
	}
	
.start #footer a:link, .start #footer a:visited {
    text-decoration: underline;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	}
	
.start #footer a:hover {
    text-decoration: underline;
	color: #333333;
	}

.start #linkGB {
    position: absolute;
	top: 560px;
	margin-left: 20px;
	width: 950px;
	}
	
.start #footer p {
    text-align: center;
	font-size: 11px;
	color: #000000;
	margin: 0;
    padding: 3px 0;
    }
	
/*######################## TEXT ####################################*/

a:link, a:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {
	color: #fac172;
	text-decoration: underline;
	}

.textFliessFett {
	font-weight: bold;
	}
	
.textFliessTerra {
	color: #e5631f;
	}
	
.textFliessFettTerra {
	font-weight: bold;
	color: #e5631f;
	}
	
.textWeissFett {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	}

	
.textKlein{
	font-size: 10px;
	}