/* CSS Formatdatei für: Moschs Elektroservice aus Dresden  */

/* Grunddefinitionen der gesamten Seite */
html {
	margin: 0px;
	padding: 0px;
	height: 100.2%;
	font-size: 62.5%;
	}


body {
	margin: 0px;
	padding: 0px;
        font-family:  Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
        height: 100%;
	width: 100%;
	background: #e2e2e2 url(images/bg.jpg) repeat-x;
        }


* {margin: 0px; padding: 0px; border: 0px;}


p {margin-bottom: 0.4em;}



/* Definitionen der Überschriften */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
        }
h2 {
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: bold;
	color: #e9771a;
	letter-spacing: 2px;
        }
h3 {
	font-size: 1.2em;
	color: #e9771a;
	line-height: 1.4em;
        }




/* Definitionen aller LINKS ohne eigenes Menü */
a {
	font-weight: bold; 
	text-decoration: underline; 
        color: #e9771a;
        }

a:link {
	font-weight: bold; 
        color: #e9771a;
	}

a:hover {
        font-weight: bold; 
        color: #e9771a;
	text-decoration: none; 
        }

strong {letter-spacing: 1px;}
em {font-size: 1.1em;}

/* Definitionen gesamter Textcontainer */

#container {
        position: relative;
	width: 900px;
        height: 700px;
        margin: 0px auto;
        margin-top: 5px;
	background-color: #ffffff;
        border: 1px dotted #262626; 
	}
	
	
#banner {
        position: absolute;
        left: 10px;
        top: 10px;
	width: 830px;
        height: 110px;
	background-color: #F2F2F2;
	padding: 25px;
	text-align: left;
        border-bottom: 1px dotted #262626; 
        }
        
div#banner img {
    float: left;
	margin: 0px 160px 0px 20px;
	border: 0px;
	padding: 10px;
	background: transparent;
        }
        
#navcontainer {
        position: absolute;
        left: 10px;
        top: 180px;
	width: 180px;
        height: 490px;
	background-color: #F2F2F2;
	padding: 10px 10px 10px 5px;
        text-align: left;
	font-size: 11px;
	letter-spacing: 1px;
        text-transform: uppercase;
        border-right: 1px dotted #262626; 
        }

ul#navlist {
        text-align: left;
        list-style: none;
        width: 185px;
        }

ul#navlist li {
        display: block;
        margin: 15px 0px;
        padding: 0px;
        }

ul#navlist li a {
	font-weight: bold; 
        display: block;
        width: 153px;
        padding: 4px 0px 4px 22px;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #333333;
        text-decoration: none;
        background: #e9771a url(images/schalter.jpg) no-repeat left top;
        }

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: url(images/schalter-3.jpg) no-repeat;
        color: #e9771a;
        }

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #7A7A7A;
        background: #e9771a url(images/schalter-2.jpg) no-repeat;
        border-color: #aaab9c #fff #fff #ccc;
        }

#inhalt {
        position: absolute;
        left: 215px;
        top: 180px;
	padding: 15px;
	width: 625px;
        height: 460px;
	background-color: #E6E6E6;
	padding: 25px;
	text-align: justify;
        overflow: auto;
        }
        
div#inhalt img {
    float: left;
	margin: 0px 40px 10px 0px;
	border: 0px;
	padding: 0px;
	background: transparent;
        }
        
ul#sitemap li {
        text-align: left;
	margin: 0px 0px 2px 30px;
        padding: 0;
        }


#boden {
        position: relative;
	width: 900px;
        margin: 0px auto;
        margin-top: 10px;
	background-color: transparent;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.0em;
	}

#boden a {
	font-family: "Arial", sans-serif;
        color: #333333;
	font-weight: bold; 
	text-decoration: underline; 
        }

#boden a:hover {
	text-decoration: none; 
        }


div#karte {
	float: right;
        margin: 10px;
        border: 1px solid #e9771a;
        padding: 5px;
	text-align: left;
	line-height: 3.0em;
	background: transparent;
        }




div.formular-box {
        margin: 50px; 50px
        }


        


ol {list-style-type: none; margin: 0px 0px 10px 70px; padding: 0px;}

fieldset.person, fieldset.nachricht, fieldset.interesse {
        border: 1px solid #e9771a;
        padding-bottom: 10px;
        margin-bottom: 10px;
	background: transparent;
        }
fieldset.person legend, fieldset.nachricht legend, fieldset.interesse legend {
        margin-left: 10px;
        font-family: Georgia, serif;
        font-size: 1.2em;
        font-style: italic;
        color: #e9771a;
        background: #f4f9b7;
        border: 1px solid #e9771a;
        padding: 0px 4px;
        }
fieldset.anrede legend, fieldset.auswahl legend, fieldset.art legend {
        font-family: Verdana, sans-serif;
        font-size: 1.0em;
        font-style: normal;
        color: #333333;
        font-weight: bold;
        margin: 10px 0px 0px -10px;
        padding-left: 10px;
        background: none;
        border: 0px;
        }
fieldset.person input, fieldset.person select, ol.interesse input {
        width: 160px; margin-bottom:
        10px; padding: 2px 5px 3px 5px;
        border: 1px solid;
        border-color: #E1EFD8 #E1EFD8 #e9771a #e9771a;
        }
fieldset.anrede input {
        width: auto;
        border: none;
        margin: 0px;
        padding: 0px;
        }

 
fieldset.person ol label {display: block;}
fieldset.anrede ol li, fieldset.anlass ol li, fieldset.anrede ol li label, fieldset.anlass ol li label {display: inline;}
fieldset.anrede label, fieldset.anlass label, fieldset.auswahl label, fieldset.art label {margin: 0px 4px;}

textarea {width: 95%; height: 200px;}

.psubmit {text-align: center; margin-top: 20px;}

input#submit {
        cursor:pointer;
        background: #f4f9b7; 
        color: #FF0000; 
        text-decoration: underline;
        }
        
input#submit:hover {
        cursor:pointer;
        text-decoration: none;
        background: transparent; 
        color: #FF0000; 
        }
        
input#reset {
        cursor:pointer;
        background: #f4f9b7; 
        color: #FF0000; 
        text-decoration: underline;
        }
        
input#reset:hover {
        cursor:pointer;
        text-decoration: none;
        background: transparent; 
        color: #FF0000; 
        }
        
  
