@charset "utf-8";
/* 


----------------------------------------------------------------------
*/

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-top: 15px;
}
#start {
	margin-left: 250px;
	width: 400px;
	margin-right: 200px;
}

a {
	color: #0033CC;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #39E1AB;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


.fltxt {
	float: right;
	margin-left: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.titel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Layout- und Typo-	Einstellungen */

#container {
	width: 900px;
	border: thin solid #CCCCCC;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 90%;
}

#header {
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/beate-header.jpg);
} 
	#header h1 {
		display: none;
	}
#header-beate {
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/beate-header.jpg);
}
#hauptnavigation {
	height: 21px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 146px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	font-size: 11px;
	width: 750px;
}
	#hauptnavigation ul {
		list-style-type: none;
	}
	#hauptnavigation li {
	font-size: 11px;
	display: inline;
	line-height: 21px;
	}
	#hauptnavigation a {
	color: #333333;
	float: left;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 12px;
	width: auto;
	margin-right: 0px;
	}
	#hauptnavigation a:hover {
	color:  #333333;
	text-decoration: none;
	height: 21px;
	padding-right: 15px;
	padding-left: 12px;
	background-color: #94EFD1;
	}

#hauptnavigation a:active {
	color:  #333333;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 12px;
	background-color: #94EFD1;
	}
.hauptnavigation-active 
{
	color: #333333;
	float: left;
	text-transform: uppercase;
	background-color: #94EFD1;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 12px;
}
.hauptnavigation-active-hover {
	color:  #333333;
	text-decoration: none;
	padding-right:15px;
	padding-left: 12px;
	background-color: #94EFD1;
	}

#inhalt{
	float: left;
	width: 800px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}
	#inhalt h3 {
		margin: 10px 0 10px 0;
		padding-bottom: 4px;
		border-bottom: 1px solid #666;
		font-size: 120%;
	}
	#inhalt p {
		margin-bottom: 20px;
		line-height: 140%;
	}
#spalte2{
	float: right;
	width: 731px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 159px;
	margin-right: 10px;
	color: #333333;
}
#spalte3 {
	float: right;
}
	
	
	#spalte2-arbeiten {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
    }

#spalte3-arbeiten {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 550px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
   #navigation {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 110px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
    }
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	display: block;
	height: 18px;
	width: 110px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	display: block;
	height: 18px;
	width: 110px;
	text-decoration: none;
	background-color: #94EFD1;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 5px;
}
#navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
}
.navigation-active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	height: 18px;
	width: 110px;
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #94EFD1;
}

.navigation-active-hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	height: 18px;
	width: 110px;
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #94EFD1;
}
.navigation-active-underline
	{
	color: #FFCC00;
	color: #333333;
	float: left;
	text-transform: uppercase;
	width: 90px;
	text-decoration: none;
	display: inline;
	height: 15px;
	border: thin solid #f5b75a;
	padding: 0;
	margin: 0px;
}
#subnavigation {
	width: 100px;
	margin-left: 10px;
}


#subnavigation a {
	color: #333333;
	float: left;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	}
#subnavigation a:hover {
	text-decoration: none;
	width: 100px;
	color: #333333;
	;
}
.subnavigation-active
	{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 70px;
	text-decoration: none;
	font-size: 10px;
	background-color: #eccdae;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
	#footer p {
		font-size: 10px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 5px;
		padding-left: 0;
	}
	

	#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
		}
	#footer a:hover {
	text-decoration: none;
	}

	#copy {
	height: 13px;
	float: left;
	width: 145px;
	font-size: 10px;
	background-color: #f5b75a;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	color: #FFFFFF;
}
	
	#sprache {
	float: none;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	clear: none;
	display: none;
	padding-left: 30px;
	}
	#sprache a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BACED1;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	}
	#sprache a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

.rahmen       {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.rahmen-dick        { border-style: outset; border-width: 3px 5px 3px 3px; border-color: #ccc #ebebeb #ccc #ccc }
.linie_unten        {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #000; font-size: 12px; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; line-height: 16px; word-spacing: 1px; letter-spacing: 0
}
#lang {
	float: right;
	width: 60px;
	}

	#lang a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	text-transform: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	}
	#lang a:hover {
	color: #FF6600;
	text-decoration: none;
	}
#spalte3-text
 {
	float: right;
	width: 430px;
	padding-right: 100px;
	padding-left: 10px;
	padding-top: 200px;
	height: 245px;
}
#spalte2-start {
	padding-right: 100px;
	padding-left: 230px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#arbeit-text
 {
	float: right;
	width: 480px;
	padding-right: 120px;
	padding-left: 10px;
	padding-top: 10px;
	height: 450px;
}
#start-text {
	height: 140px;
	width: 140px;
	background-color: #f5b75a;
	padding: 5px;
	color: #333333;
}
#spalte2 table .linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

