@charset "UTF-8";

/*
-----------------------------------------------------------------------------------------------
     GRUNDEINSTELLUNGEN
-----------------------------------------------------------------------------------------------
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#dddddd;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #545454;
	letter-spacing: 0.05em;	
}

img {
  border: none;
}

a img{
	border:0;
}


/*
-----------------------------------------------------------------------------------------------
     HAUPTCONTAINER 100%
-----------------------------------------------------------------------------------------------
*/


#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-color: #dddddd;
}

#oben {
	background-color: #FFF200;
	text-align: center;
}

#mitte {
	background: white;
	min-height: 200px;
	text-align:left;
	background-color: #dddddd;
}

/*
-----------------------------------------------------------------------------------------------
     CONTAINER 940PX
-----------------------------------------------------------------------------------------------
*/


#topbar {
	background-color: #FFF200;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
	text-align: right;
	position: relative;
	left: -40px;
}

#nav-content {
	/*background-color: blue;*/
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding-bottom: 60px;
	position: relative;
	left: -40px;
}


/*
-----------------------------------------------------------------------------------------------
    STARTSEITE
-----------------------------------------------------------------------------------------------
*/

.clearer {
	clear: both;	
}

#content-starseite {


	
}

#content-st-links {
	width: 341px;
	height: 228px;
	float:left;
	margin-top: 80px;
	margin-left: 114px;
}

#content-st-rechts {
	width: 341px;
	height: 228px;
	float: right;
	margin-top: 80px;
	margin-right: 114px;
}

#content-st-unten {
	margin-left: 114px;
	margin-top: 90px;
}


#activation-button-top {
	
}

#activation-button-bottom {
	
}


