body
{
	margin: 0;
	padding: 50px 0 130px 0;
	background: #e3e3e3 url(../images/bg_body.png) top left repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #4a4a4a;
}

#headercont
{

	margin: 0 auto;
	width: 753px;
	height: 141px;
	padding: 10px 10px 0 10px;

	background: #fff url(../images/medienblume_logo.png) 570px 20px no-repeat;
}

#header
{
	position: relative;
	margin: 0 auto;
	width: 753px;
	height: 136px;
	border-bottom: 5px solid #bec2c2;
}

#menucont
{

	margin: 0 auto;
	padding: 0 10px;
	width: 753px;
	background: #fff;

}

#menu
{

	position: relative;
	margin: 0 auto;
	width: 753px;
	height:25px;
	z-index:99;

}

#menu ul
{
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 10px 0 5px 0;
	text-decoration: none;
	font-weight: normal;
	color: #4a4a4a;
	border-right: 1px solid #fbba00;
	background: transparent;
}

#menu ul li.last a {border: none;}

#menu ul li.active a
{
		color: #4a4a4a;
		font-weight: bold;
}

#menu ul li a:hover
{
	color: #ccc;

}
/*######### Main ###########*/

#maincont
{
	margin: 0 auto;
	padding: 0 10px;
	width: 753px;
	background: #FFF;
	line-height: 150%;
}

#main
{
    /*position: relative;*/ 
    margin: 0 auto;
	width: 753px;
	padding: 0;
	border-top:10px solid #fff;
}

#main.faux_columns
{
	background: #fff url(../images/faux_columns.png) top left repeat-y;
	border-bottom: 10px solid #fff;
}

#main.faux_columns_66_33
{
	background: #fff url(../images/faux_columns_66_33.png) top left repeat-y;
	border-bottom: 10px solid #fff;
}

#main.faux_columns_405_337
{
	background: #fff url(../images/faux_columns_405_337.png) top left repeat-y;
}

#main.startseite
{
	background: #fff url(../images/faux_columns_startseite.jpg) top left repeat-y;
}

#main.dreispaltig
{
	background: #fff url(../images/faux_columns_dreispaltig.png) top left repeat-y;
	border-bottom: 10px solid #fff;
}

#main.arbeiten {background: #e6e6e6;}

#main.faux_columns_meldungen
{
	background: #fff url(../images/faux_columns_meldungen.png) top left repeat-y;
	border-bottom: 10px solid #fff;
}

#main.team
{
    position: relative;
	min-height: 395px; height : auto !important; height: 395px; 	
    background: #fff url(../images/sofa_team.jpg) top left no-repeat;
	border-bottom: 10px solid #fff;
}

#main .c50l
{
	float: left;
	width: 369px;
	margin: 0;
	padding:0;
	background: transparent;
}

#main .c50r
{
	float: right;
	width: 374px;
	height: 415px;
	margin: 0;
	padding:0;
	overflow-y: auto;
	background: transparent;
}

.scroll {
	width: 374px;
	height: 360px; 
	overflow-y: auto;
}

#main .c66l
{
	float: left;
	width: 502px;
	margin: 0;
	padding:0;
	background: transparent;
}

#main .c33r
{
	float: right;
	width: 251px;
	height: 415px;
	overflow-y: auto;
	margin: 0;
	padding:0;
	background: transparent;
}

#main .c405l
{
	float: left;
	width: 405px;
	margin: 0;
	padding:0;
	background: transparent;
}

#main .c337r
{
	float: right;
	width: 337px;
	/*height: 415px;*/
	overflow-y: auto;
	margin: 0;
	padding:0;
	background: transparent;
}

#main.faux_columns .c50l, #main.faux_columns_66_33 .c33r
{
	color: #fff;
}

#main .c_startseite_l
{
	float: left;
	width: 310px;
	margin: 0 20px 0 0;
	padding:0;
	background: transparent;
}

/*##### ARBEITEN ######*/
.arbeiten_gesamt{
	width:753px;
	height:100%;
	background:#e6e6e6;
}

.arbeiten_links{
	float:left;
	width:240px;
	height:100%;
	background:#e6e6e6;
	margin:8px 4px 8px 8px;
}

.arbeiten_links:hover{
	background:#fbba00;
}

.arbeiten_links:active{
	background:#e6e6e6;
}

.arbeiten_links:focus{
	background:#e6e6e6;
}

#bild1{
	width:220px;
	height:180px;
	margin:10px;
}

#text1{
	width:200px;
	height:180px;
	margin:10px;
	padding:10px;
}


.arbeiten_mitte{
	float:left;
	width:240px;
	height:100%;
	background:#e6e6e6;
	margin:8px 4px 8px 4px;
}

.arbeiten_mitte:hover{
	background:#fbba00;
}

.arbeiten_mitte:active{
	background:#e6e6e6;
}

.arbeiten_mitte:focus{
	background:#e6e6e6;
}

#bild2{
	width:220px;
	height:180px;
	margin:10px;
}

#text2{
	width:200px;
	height:180px;
	margin:10px;
	padding:10px;
}

.arbeiten_rechts{
	float:left;
	width:240px;
	height:100%;
	background:#e6e6e6;
	margin:8px 4px 8px 4px;
}

.arbeiten_rechts:hover{
	background:#fbba00;
}

.arbeiten_rechts:active{
	background:#e6e6e6;
}

.arbeiten_rechts:focus{
	background:#e6e6e6;
}

#bild3{
	width:220px;
	height:180px;
	margin:10px;
}

#text3{
	width:200px;
	height:180px;
	margin:10px;
	padding:10px;
}

#menu ul.arbeiten_nav{
	float:right;
}

/*#####################*/

.meldung
{
	margin: 6px;
}

.links_links
{
	float: left;
	width: 205px;
}

.links_rechts
{
	float: right;
	width: 155px;
}

img.bild_team
{
	position: absolute;
	top:80px;
	left:240px;
}

#text_katja
{
	width: 314px;
	height: 168px;
	position: absolute;
	top: 6px;
	left:0;
	background: transparent url(../images/sprechblase_katja.png) top left no-repeat;
}

#text_helen
{
	width: 314px;
	height: 168px;
	position: absolute;
	top: 12px;
	left:375px;
	background: transparent url(../images/sprechblase_helen.png) top left no-repeat;
	padding:10px 5px 5px 0;
	text-align: right;
}

/*############ Footer ###########*/

#footercont
{
	margin: 0 auto;
	padding: 10px;
	width: 753px;
	height: 175px;
	background: #fff;
}

#footer
{
	margin: 0 auto;
	width: 753px;
	padding: 0;
	color: #4a4a4a;
}

#footer span
{
	color: #fff;
}

#footerleft
{
	float: left;
	width: 405px;
	height: 175px;
	padding:0;
	border-right: 10px solid #fff;
	background: #e6e6e6;
	/*overflow: hidden;*/
}


#footerright
{
	float: left;
	width: 337px;
	height: 175px;
	padding:0;
	background: #8a8a8a;
	/*overflow: hidden;*/
}

#footerright_oben
{
	height: 110px;
	margin: 0;
        padding: 0;
	border-bottom: 10px solid #fff;
	background: #bec2c2;
	width: 100%;
	/*overflow: hidden;*/
}

#footer #footerright.x95px p
{
	margin: 10px;
	color: #fff;
}

#footercont.x95px
{
	height: 95px;
       margin-top: -15px;
}

#footerleft.x95px,
#footerright.x95px
{
	height: 95px;
}

#footerleft.x95px
{
	width: 205px;
}

#footerright.x95px
{
	width: 538px;
}

.float_left {float: left; margin: 0 10px 10px 0;}
.float_right {float:right; margin: 0 0 10px 10px;}
.clear_left{clear:left}
.clear_right{clear:right}
.clear_both, .clear{clear:both}


#flash_start{
	padding-top:50px;
}


#gras
{
	position: fixed;
	bottom: 0px;
	height: 140px;
	width: 100%;
	margin: 0 auto;
	background: transparent url(../images/gras.png) bottom left repeat-x;
	z-index: 999;
}

/* ##### Scrollbars #####*/

body 
{
	scrollbar-base-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #333;
}
