/*--------------------------------------
MYLINE BIA

#FARBEN:
#background: #646566;
#h1: 	     #4b4b4d;
#text:       black;

orange: #d0772b;

//Content
Breite: 960px;
---------------------------------------*/

/*--------------------------------------
GRUNDGERÜST - GENERELLE EINSTELLUNGEN
---------------------------------------*/

* { margin: 0; padding: 0; }
img {display: block; border: none;}

html {
	 background: white url(../images/bg.jpg) left top repeat-x;
}

body {
    background: transparent url(../images/bia_hg.png) left top no-repeat;
    text-align: center;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

/*--------------------------------------
TOPLEISTE
---------------------------------------*/
#topleiste {
    background: #ebebeb;
    height: 30px;	
}

#topwrapper {text-align: right;  background: #ebebeb;}
#topnav {padding-top: 7px;}


/*--------------------------------------
HEADER
---------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height: 105px;
	background: transparent; /* IE6 fix */
	overflow: visible;
}


#header h1.logo {
	position:absolute;
	overflow: hidden;
	width:175px;
	height: 63px;
	display:block;
	top:15px;
	left:0px;
	border: 0px solid red;
}

#main_nav {
	border: 0px solid black;
	position: absolute;
	right: 0px;
	top: 40px;
}


/*--------------------------------------
Background für content
---------------------------------------*/
#content {
	border: 0px solid red;
}


/* oben */
.dialog {
	margin-top: -7px;
	margin-left: 14px;
	margin-right: -14px;
	width: 100%;
	height: 16px;
}
.dialog .t {width: 20px; margin-left: -20px; height: 16px;}
.dialog, .dialog .t {background: transparent url(../images/dialog-white-1024x500.png) no-repeat top right;}
.dialog .t {background-position: top left;}

/*unten*/
#unten {margin-top: 0px; height: 20px;}
#unten {background-position: bottom right;}
#unten .t {background-position: bottom left;height: 20px;}

/*background-center*/
.hgleft {margin: 0 0 0 -6px; padding: 0 0 0 6px;}
.hgright {margin-right: -14px;	padding-right: 14px; overflow: hidden;}
.hgleft, .hgright  {background: transparent url(../images/dialog-white-center.png) top left repeat-y;}
.hgright  {background-position: top right;}


/*--------------------------------------
content
---------------------------------------*/

#flashcontent {
        margin: 0 10px;
        height: 375px;
}

#left {
	width: 240px;
	margin: 15px 45px 0 0;
	height: 100%;
	float: left;
}

#right {
	float: left;
	border: 0px solid black;
	width: 650px;
	padding-bottom: 50px;
	overflow:hidden;
	margin-top: 15px;
}

#mainimage {
	border: 10px solid #f1f1f1;
	margin: 0 0 25px 0;
	padding: 0;
	width: 630px;/* weniger border */
	overflow: hidden;
	height: 200px;
}


/*2 Spalten für TEXT */
.spalten2 {overflow: hidden; width: 100%; } 
.cols2a, .cols2b {width: 48%; float: left; border: 0px solid red;}

.cols2a{margin-right: 4%; }


/* --------------------------------------------------------- 
SIDENAV
--------------------------------------------------------- */



#left .hgtop {
	height: 15px;	
	background: transparent url(../images/sidenav_hg_top.jpg) top left no-repeat;
}

#left .hgcenter {
	min-height: 182px;
	width: 231px;	
	background: #e97821 url(../images/sidenav_hg_center.jpg) bottom left no-repeat;
}

#left .hgbottom {
	height: 15px;	
	background: transparent url(../images/sidenav_hg_bottom.jpg) top left no-repeat;
}




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

#spalten {
	background: transparent;
}

.cols3 {
	width: 306px;
	background: transparent;
	float: left;
	margin-right: 21px;
	position: relative;
}

#col3 {margin: 0px}

.t1, .t2, .b1, .b2 {
	background: transparent url(../images/hg_spalten.png) left top no-repeat;
	height: 10px;
	width: 90%;
	float: left;
}

.t2 {width: 10%; background-position: right top;}
.b1 {background-position: left bottom;}
.b2 {width: 10%;background-position: right bottom;}

#col2 .t1, #col2 .t2, #col2 .b1, #col2 .b2 {
	background: transparent url(../images/hg_spalten_orange.png) left top no-repeat;
}

#col2 .t2 {width: 10%; background-position: right top;}
#col2 .b1 {background-position: left bottom;}
#col2 .b2 {width: 10%;background-position: right bottom;}


#col1 .t1, #col1 .t2, #col1 .b1, #col1 .b2 {
	background: transparent url(../images/hg_spalten_grau.png) left top no-repeat;
	height: 10px;
	width: 90%;
	float: left;
}

#col1 .t2 {width: 10%; background-position: right top;}
#col1 .b1 {background-position: left bottom;}
#col1 .b2 {width: 10%;background-position: right bottom;}


p.clear {
	clear: both;
	height: 5px;
	background: transparent;
}


.spaltencontent {
	width: 100%;
	height: 200px;
	background: #ebebeb;
	clear: both;
	position: relative;
}

#col2 .spaltencontent {
	background: #e7781e;
}

#col1 .spaltencontent {
	background: #6f6f6f;
}

.spaltencontent p.indimage {
	position: absolute;
	top: 0;
	left: 20px;
	background: transparent;
	z-index: 100;
}


#col1 .spaltencontent p.indimage {
	top: 20px;
	left: 40px;
}

.spaltencontent p.mylinelogo {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 140px;
	height: auto;
	background: #ebebeb;
	z-index: 300;
}



#col3 {
	overflow: hidden;
}

#col3 .spaltencontent p.indimage {
	left: -25px;
	top: -45px;
}


.spaltencontent p.text {
	position: absolute;
	bottom:5px;
	right: 20px;
	background: transparent;
	z-index: 200;
	text-align: right;
}

.spaltencontent p.link {
	position: absolute;
	top: 0;
	left: 0px;
	height: 200px;
	width: 100%;
	background: transparent;
	z-index: 50;
}

.spaltencontent p.link a {
	background: transparent;
	display: block;
	width: 100%;
	height: 200px;
}


.stoererholer {
	width: 100%;
	position: relative;
	height: 25px;
	background: transparent;
	z-index: 490;
}

.stoerer {
	z-index: 500;
	height: 121px;
	width: 122px;	
	background: transparent;
	position: absolute;
	left: -35px;
	top: 0px;
}



/*--------------------------------------
FOOTER
---------------------------------------*/
.footer {text-align: right; margin: 0 0 50px 0;}

#indexfooter {margin: 50px 0;}

#nav_rechts {}


/*--------------------------------------
TEAM
---------------------------------------*/
.team {
	border: 0px solid red;
	position: relative;
	overflow: hidden;
	position: relative;
	margin-bottom: 2.8em;
	width: 100%;
}

.teamimage {border: 5px solid #f1f1f1; float: left; width: auto;}
.teamtext {position: absolute; bottom: 0; left: 125px;border: 0px solid red;}


/*--------------------------------------
Beispielausdrucke
---------------------------------------*/

.ausdrucke {  
	overflow: hidden;
	width: 100%;
}

.ausdrucke img {
	display: inline;
	border: 5px solid #f1f1f1;
	margin: 0 35px 35px 0;
}



















