/* CSS Document */
* { 
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

* wrapper #page
{
   height: 100%;
}

html {
   height: 100%;
}

#wrapper
{
	font: normal .90em/1.5em 'Trebuchet MS', sans-serif;
	text-align: justify;	
	width: 100%;
	height: 100%;
}


p{
	margin: 25px 10px;
}

a{
	font: normal .90em/1.5em 'Trebuchet MS', sans-serif;
	color: #0D4000;
}

body 
{
	margin: 0;
        padding: 0;
	width: 100%;
        height: 100%;
}


#header
{
	height: 155px;
	width: 1300px;
        align: center;
	background-color: #b9dc88;
}


#menu {
	height: 30px;
        width: 1140px;
	margin: 2px;
	background: url(default_FILES/hintergrund.jpg) no-repeat left;
	padding-left: 160px;
}

#menu .ACT a {
	color: #0D4000;
	}

#menu ul li {
	position:relative;
	top:5px;
	padding:15px;
	display: inline;
}

#menu li a {
	color: #0D4000;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

#menu a:hover {
	font-weight: bold;
}


#page
{
	background: #FFFF66;
	overflow-x: scroll;
        position: relative;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        width: 1300px;
}


#left
{
        position: relative;
	margin: 20px;
        float:left;
	padding: 20px;
        width: 130px;
	list-style-image: url(default_FILES/liststyle.gif);
}

#left ul{
	padding-top: 15px;
}

#left li {
	padding: 5px;
	margin: 10px;
}

#left a
{
	margin-top: 20px; 
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 14px;
	color: #0D4000;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

#left a:hover {
	color:  #0D4000;
	font-weight: bold;
}

#left .active a {
	color: #0D4000;
	font-weight: bold;
}

#right
{
        position: relative;
	margin-top: 70px;
	margin-left: 190px;
        position: relative;
        float:left;
        width: 110px;
}

#content
{
        position: relative;
	margin-top: 10px;
	margin-left: 20px;
        float:left;
        padding-bottom: 25px;
        width: 500px;
}

#content ul li {
	list-style: circle;
}

#footer
{
        height: 25px;
	width: 1290px;
	background: url(default_FILES/hintergrund.jpg) left;
	padding-left: 10px;
        position: relative;
        margin-top: -1.5em;     
}


#flinks a {
	color: #0D4000;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px;
	text-decoration: none; 
}

#flinks a:hover {
	text-decoration: none;
	font-weight: bold;
}


#deutsch a {
	color: #0D4000;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	float: right;
        margin-right: 15px;
	margin-top: -1.5em;
}

#englisch a {
	color: #0D4000;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px;
	text-decoration: none;
	float: right;
        margin-right: 37px;
	margin-top: -1.5em;
}

