/* CSS Datei für das Design der Seite*/
/*metallbau-schornsteintechnik.de*/

/* allgemein für BODY*/
body{
        margin:0;
        padding:0;
        font-family: Verdana,sans-serif;
        font-size: 1em;
        background-color: #FFFFFF;
}

/*Container der den Inhalt der Seite aufnimmt*/
#container{
        width: 1000px;
        /*border: 1px dashed #808080;*/
        margin: auto;      /* standardkonforme horizontale Zentrierung */
}

/*Kopf der Seite*/
#header{
        width: 1000px;
        background-color: #FFFFFF
}

/* Navigation der Seite*/
#navigation{
        width: 13.5em;
        float:left;
        background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: -45px;
	/*border: 1px dashed #000000;*/
}

.navelement {
	clear:both;
        font-size: 1em;
        font-weight: bold;
        width: 13em;
        margin: 0.5em;
  	text-align: center;
        list-style: none;
        line-height: 250%;
        border: 1px dashed #FF0000;
}

.navelement a {
        display: block;
        color: black;
        text-decoration: none;
}

li.navelement a:link {
        color: black;
        text-decoration: none;
}

li.navelement a:visited {
        color: black;
        text-decoration: none;
}

li.navelement a:hover {
        color: black;
        text-decoration: none;
        background-color:  #FF6B6B;
}


/* Unterpunkte des Inhaltes*/
li.navelement_u {
        font-size: 1em;
        font-weight: normal;
        float: right;
        width: 10.5em;
        margin: 0;
		text-align: center;
        list-style: none;
        margin: 0.3em;
        padding: 0em;
        line-height: 200%;
        border: 1px dashed #FF0000;
}

li.navelement_u a {
        display: block;
        list-style: none;
        padding: 0em;
        color: black;
        text-decoration: none;
}

li.navelement_u a:link {
        list-style: none;
        padding: 0em;
        color: black;
        text-decoration: none;
}

li.navelement_u a:visited {
        list-style: none;
        padding: 0em;
        color: black;
        text-decoration: none;
}

li.navelement_u a:hover {
        list-style: none;
        padding: 0em;
        color: black;
        text-decoration: none;
        background-color:  #FF6B6B;
}

li.navelement_u a:active {
        list-style: none;
        padding: 0em;
        color: black;
        text-decoration: none;
}

/* Inhalt der Seite*/
#content{
	margin-left: 15em;
}

#content li {
        list-style:circle;
}

#content h1 {
        font-size: 1.5em;
}

#content h2 {
        font-size: 2em;
}


#content a:link {color: black; text-decoration: none; }
#content a:visited {color: black; text-decoration: none; }
#content a:focus {color: black; text-decoration: underline; }
#content a:hover {color: black; text-decoration: none; }
#content a:active {color: black; text-decoration: underline; }

#fehlermeldung {
        font-size: 1.2em;
        color: #FF0000;
}

#fehler {
        font-size: 0.8em;
}

.kontakt {
	height:220px;
	border-bottom: 1px dashed #FF0000;
	/*float:left; */
	width:90%;
}

.kontakt_bild {
	margin: 10px;
}

/* bilder umrandung */
.vertikal {
	background-image: url(../pics/menu/laufrechts.gif);
	background-repeat: repeat;
}
.horizontal {
	background-image: url(../pics/menu/laufunten.gif);
	background-repeat: repeat-x;
}

/*große Bilder*/
.bild_gross {
		margin: 10px auto;      /* standardkonforme horizontale Zentrierung */
}

/*Ende der CSS Datei*/