/*--------------------------------------------*/
/*---Copyright (c) EDV MAHO Internetagentur---*/
/*--------------------------------------------*/

/*-------------*/
/*---Default---*/
/*-------------*/

* {
         font-family:arial,verdana,sans-serif;
         font-size:11pt; 
         }
         
abbr, acronym { 
	 border-bottom:none !important;
	 }
         
/*----------*/
/*---Body---*/
/*----------*/

body {
         margin:0 !important;
         padding:0 !important;
         width: 100% !important;
         background:#fff !important;
         color:#000;
         }

/*---------------*/
/*---Div Order---*/
/*---------------*/

#edv-maho {
         margin:0 0 20px 0;
         padding:0 0 10px 0;
         border:1px solid gray;
         }

#wrapper {
         margin:0;
         padding:0;
         }

#top {
         display:none;
         }

#first-navi {
         display:none;
         }

#second-navi {
         display:none;
         }

#eyecatcher {
         display:none;
         }

#breadcrump {
         display:none;
         }

#content {
         margin:0;
         padding:0;
         }
         
#content h1 {
         padding:0 0 4px 0;
         border-bottom:1px dashed #000;
         }
         
#service_navigation {
	 display:none;
	 }

#footer {
         margin:0;
         padding:10px;
         font-size:0.75em !important;
         text-align:center;
         }
         
#footer a {
         font-size:1em !important;
         }
    
p#social {
	 display:none;
	 }

/*-------------*/
/*---Clearer---*/
/*-------------*/

.clearer {
         clear:both;
         margin:0;
         }

.collapse {
         border-collapse:collapse;
         }
