/******************************************************************************/
/**  ALLGEMEIN                                                               **/
/******************************************************************************/
#wrapper {
	position: relative;
   width: 976px;
   min-height: 326px;
   padding: 176px 0 0 0;
   margin: 0 auto;
   border-left: 2px solid #FFF;
   border-right: 2px solid #FFF;
   background-color: #fff491;
   background-image: url(../images/bg_wrapper_content.gif);
   background-position: top left;
   background-repeat: repeat-y;
}

#wrapper_start {
   position: relative;
   width: 976px;
   min-height: 550px;
   padding: 0;
   margin: 0 auto;
   background-color: #00489b;
   text-align: center;
}

#wrapper_content {
   position: relative;
   width: 976px;
   min-height: 326px;
   padding:0;
   margin: 0;
}

#logo {
   position: absolute;
   top: 0;
   left: 0;
   width: 250px;
}

#logo_start {
   position: relative;
   width: 976px;
   height: 130px;
   text-align: center;
   margin: 0;
   padding: 100px 0 0 0;
}

#head {
   position: absolute;
   top: 0;
   left: 0;
	height: 176px;
   width: 976px;
   background-color: #fff491;
}

#startcontentwrapper {
   position: relative;
   margin: 0;
   padding: 0;
   height: 449px;
}

#startcontent {
   position: absolute;
   top: 0;
   left: 519px;
   width: 417px;
   height: 300px;
   margin: 0;
   padding: 27px 0;
   border: 1px solid #6791c3;
}

#content {
   position: relative;
   width: 449px;
   min-height: 326px;
   margin: 0px 235px 0px 252px;
   padding: 25px 20px;
}

#contentbild {
	position: relative;
/*   height: 260px; */
   background-position: top;
   background-repeat: no-repeat;
   margin: -25px -15px 0 -20px;
   padding-top: 0px;
}

#left {
	float: left;
   position: relative;
   width: 250px;
   min-height: 326px;
   background-color: #fff491;
   margin: 0;
   padding: 0;
}

#right {
	float: right;
   position: relative;
   width: 235px;
   min-height: 100px;
   background-color: #00489b;
   margin: 0;
   padding: 0;
}

#footer {
	clear: both;
	position: relative;
   width: 976px;
   min-height: 22px;
   background-color: #fff491;
   border-top: 2px solid #FFF;
   border-bottom: 2px solid #FFF;
   padding: 0;
   margin: 0;
}

.studio_selected {
   clear: both;
   position: absolute;
   left: 10px;
   bottom: 3px;
   color: #00489b;
   font-weight: bold;
   font-size: 92%;
   text-transform: capitalize;
}

#content div object {
   text-align: center;
}


/* English Version :-)*/
#button_english {
	position: absolute;
	bottom: 0;
	right: 38px;
}
#button_english a,
#button_english a:link,
#button_english a:visited {
	display: block;
	color: #fff491;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
   width: 170px;
   text-align: center;
   border: 1px solid #6691c3;
   margin: 0;
   padding: 3px;
}
#button_english a:focus,
#button_english a:hover,
#button_english a:active {
   color: #000;
   border: 1px solid #000;
}

/*  VERWALTUNG */
#verwaltung{
	position: relative;
   background-color: #f2f0e3;
   border-bottom: 1px solid #003467;
   text-align: center;
   padding: 8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
	color : #fff;
	background-color: #036;
	border-right:1px solid #f2f0e3;
	margin: 0 10px;
	padding: 5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
}
