

/* CSS Document 
Schrift für bilder; bell gothic std bold

*/

/*body {
font-family : Arial;
background-image:url(homepage_bilder/muster.png);
background-repeat:repeat;
}
*/
body{
	background:#FC0;
	}

*{
    padding: 0;
    margin: 0;
    border: 0;
}
/*----------------Bildformatierung-----------------*/
.bild{
	float:left;
	margin:1px;
	border:5px #F90 solid;
}

#startbilder{
	margin-top:20px;	
}

#startbilder img{
	margin:5px;	
}

.bild:hover {
	border:5px #FC3 solid;
}

#all{
	font-family : Arial;
	height:800px;
	width:1019px;
	margin:0 auto;
	background:#FFF;
	/*border-image:url(../images/orange_gelb_verlauf.png) y-repeat;*/
	/* border-bottom:30px solid #F90 ; */
	border-top:none;
}

#flyer{
	width:148px;
	height:150px;
	margin-top:10px;
	
}

#innen{
	width:879px; 
	float:left;
}

#leftBorder{
	width:70px;
	height:100%;
	background:url(../images/orange_gelb_verlauf.png) repeat-y; 
	float:left;
}

#rightBorder{
	width:70px;
	height:100%;
	background:url(../images/orange_gelb_verlauf_rechts.png) repeat-y; 
	float:right;
}

#logo{
		float:left;
		width:879px;
		height:150px;
		margin-left:52px;
		background:url(../images/logo_emmerich.png) no-repeat;
		
		
}
#header{
	width:420px;
	height:100px;
	background:url(../images/schrift2.png) no-repeat;
	float:left;
	margin:10px 0 0 40px ;
}

#homePicture{
	width:100%;
	/* background:url(../images/homePicture.png) no-repeat; */
	height:232px;
	float:left;
}

#normalMenu{
	width:879px;
	height:25px;
	float:left;
	/*background:#C00;
	
	background:url(../images/button_back2.png) repeat-x;*/
}

#buttons{
	width:148px;
	height:393px;
	float:left;
	border-right:1px solid #936339;
	
}


#content{
	width:538px;
	height:393px;
	float:left;
	/*background:#0F0;*/
	overflow:auto;
	border-right:1px solid #936339;
}

#haendler{
	width:189px;
	height:393px;
	float:left;
	/*background:#9F0*/
	border:none !important;
	overflow:auto;
	
}

#haendler center{
		padding-top:10px;
}

#footer{
	width:100%;
	height:20px;
	clear:both;
}

#menuText{
	width:auto;
	height:auto;
float:right;
}


/*-------------Slide-Pictures-------*/

#portfolio {list-style:none; margin:0; padding:0;}




/*---------------Menü--------------*/
 #menu { width: 148px; background: url(../images/button_back2.png) repeat-x; } 

    #menu ul { list-style: none; margin: 0; padding: 0; } 

    #menu a, #menu h2 {
      font: bold 14px/18px arial, helvetica, sans-serif;
      display: block;
     /*border-width: 1px; border-style: solid; border-color: #FC0;*/
      margin: 0; padding: 2px 3px; }

    #menu h2 { color: #FF8635; background: #96D12C; text-transform: uppercase;
    } 

    #menu a { color: #fff; background:url(../images/button_back2.png)  repeat-x; text-decoration: none; } 

    #menu a:hover { color:#039; background: #FF3; } 
	 #menu li { position: relative; }

    #menu ul ul ul {position: absolute; top: 0; left: 100%; width: 100%; }

    div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;} 

    div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}
	
	
/*---------------Menu2-------------------*/
#navi{
	width:879px;
	height:25px;
	background:url(../images/button_back2.png) repeat-x;
	    float: left;
}

#navi li
{	
    list-style: none;
float: left;
    font: bold 14px arial;
    width:170px;
	height:25px;
	background:url(../images/button_back2.png) repeat-x;

}

#navi li a

{	display: block;
	height:25px;
    width: 170px;
    background:url(../images/button_back2.png) repeat-x;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline:0;
	padding:5px 0;
}

#navi li a:hover
{
    color:#039; background: #fff;
}

#navi li a:link,#navi li a:visited
{
    outline:0;

/*---------------Aktion Tabelle-----------------*/

table {
   border-spacing: 0;
   width:192px;
   table-layout:fixed;
}

td, th {
   padding-right: 5px;
   padding-bottom: 2px;
   padding-top: 2px;
   padding-left: 5px;
   color: #313131;
   border:none;
   overflow:;
}


th {
   background-color:#390;
   color: #000003;
   text-align:center;
}

td a {
   /*padding: 1px;*/
}

td a:hover, td a:active {
   background-color: #EEDDEF;
}

.row1 {
   background-color:#AF7841;
}

.row2 {
   background-color:#b6d802;
}

.row3{
	background-color:#9F6;
	}



