/* Abstaende Blockelemente aufheben */
* {
    margin : 0;
    padding : 0;
}

body {
    margin : 0px 0px 0px 0px;
    min-width : 750px;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size : 100%;
    /*background-color:#d3d6d9;*/
}

img {
	border: none;
}


/* ---------------- */
/* 3-Spalten Layout */
/* ---------------- */


#wrapper {
    background-color: #fff; /* Hintergrund rechte Spalte */
    overflow: auto;
    border-left: 1px solid #bbbec0;
    border-right: 1px solid #bbbec0;
}
#right {
    width: 175px;
    padding : 10px;
    float : right;
    background: #fff;
}
#main {
    background-color : #fff; /* Hintergrund linke Spalte */
    margin-right : 170px;
}
#left {
    float: left;
    width: 176px;
    padding : 5px;
    background: #fff;
    margin-right: 3px;
}

#content {
    background: #fff;  /* Hintergrund mittlere Spalte */
    padding : 10px;
    padding-top: 0px;
    position : relative; /* fix IE */
    margin-left : 182px;
    min-height: 400px;
    border-bottom: 1px solid #fff;
}




.clear {
    display: none;
    width : 278px; /* fix IE6 min-width 700px (Abstaende, Border, Padding abziehen)*/ 
}

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



/* ---------------- */
/* Header und Co.   */
/* ---------------- */

#header {
	display: block;
	height: 131px;
	background: #dae6f2 url(../images/header_pic.jpg) top left  repeat-x;
}

#special {
	position: absolute;
}

#logo a{
	position: relative;
	top: 35px;
	left: 10px;
	display: block;
	width: 249px;
	height: 53px;
	margin-left: 18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/images/logo.png');
	background: url(../images/logo.png) top left no-repeat !important;
	background: none;
}

#foot {
	display: block;
    text-align : center;
    background: #febb2e;
    clear : both;
    overflow: auto;
}



#topnav {
	display: block;
	background: #fdba2e;
	padding: 3px 0px 3px 0px;
	width: 100%;
}

#topnav a {
	color: #000;
	font-size: 0.8em;
}

#topnav a.links {
	padding-left: 10px;
	float: left;
}

#topnav a.rechts {
	float: right;
	padding-right: 10px;
}






