/* Stylesheet fuer die Webseite: www.foil-x.de ----------*/
/* Geschrieben am 17. September 2008 ------------------- */
/* Autorin: Alexandra Steiner - Barrierefreies Webdesign */

body {
   background-color: #f2f2f2;
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

* {
   margin: 0;
   padding: 0;
}

h1, h2, h3 {
   clear: both;
   color: #dc214c;
}

h1 {
   font-size: 1.2em;
   line-height: 1.5em;
   margin: 0 0 10px 0;
}

h2 {
   font-size: 1em;
   line-height: 1.4em;
   margin: 10px 0 10px 0;
}

h3 {
   font-size: 0.8em;
   line-height: 1.2em;
   padding: 15px 0 10px 0;
}

strong {
   color: #dc214c;
}

address {
   color: #000000;
   font-size: 0.75em;
   line-height: 1.4em;
   padding: 10px 0;
}

p {
   color: #000000;
   font-size: 0.75em;
   line-height: 1.4em;
   padding: 5px 0;
}

ul {
   list-style-type: circle;
   color: #000000;
   font-size: 0.75em;
   line-height: 1.4em;
   margin: 5px 0 15px 50px;
}

ol {
   list-style-type: decimal;
   color: #000000;
   font-size: 0.75em;
   line-height: 1.4em;
   margin: 5px 0 15px 50px;
}

li {
   margin: 3px 0;
}

img {
   float:left;
   margin: 10px 20px 10px 0;
   border: 2px solid black; 
}

a img {
   border: none;
   text-decoration: none;
}

a:link      {color: #000000; text-decoration: underline;}
a:visited   {color: #666666; text-decoration: underline;}
a:hover     {color: #dc214c; text-decoration: none;}
a:active    {color: #000000; text-decoration: none;}

table {
   color: #000000;
   font-size: 0.75em;
   line-height: 1.4em;
}
td {
   padding: 3px;
}

form {
   margin: 20px;
   padding:0;
}

form ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

label {
   color: #dc214c;
   display: block;
   float:left;
   width: 120px;
}

input, textarea {
   width: 300px;
   background-color: #f2f2f2;
   border: 1px solid #000000;
   padding: 2px;
   font-family: "Courier New", Courier, monospace;
   font-size: 1em;
}

input:hover, textarea:hover {
   background-color:#dc214c;
}

input:focus, textarea:focus {
   background-color:#ffffff;
}

acronym {
   font-style: italic;
   cursor:help;
}

/* Umschlag fuer alle Elemente */

#wrapper {
   width: 600px;
   margin: auto;
}

/* Kopfbereich */

#header {
   background: url(design/logo.gif) top no-repeat;
   padding-top: 150px;
   height: 36px;
}
#header p {
   margin: 0;
   display: inline;
   font-size: 1.25em;
   font-weight: 600;
   color: #666666;
   font-variant: small-caps;
}
#header .einruecker {
   margin-left: 170px;
}

/* Menueliste */

#menue {
   background: url(design/content_oben.gif) bottom no-repeat;
   height: 41px;
   width:600px;
   padding: 0;
}

/* Erste Menueleiste - Home - Kontakt */

.men1 {
   float:left;
   margin: 0;
   padding: 0 0 0 65px;
   list-style-type: none;
   line-height: normal;
}
.men1 li {
   display: block;
   float: left;
   width: 17px;
   margin: 0;
   padding: 0 10px 0 0;
}
.men1 span {
   margin-left: -3000px;
}
.men1 a {
   display: block;
   float:left;
   width: 17px;
}

/* Zweite Menueleiste - Leistungen - Kunden - Referenzen - Ueber mich */

.men2 {
   list-style-type: none;
   font-size: 0.75em;
   margin: 0 0 0 115px !important ;
   line-height: normal;
}

.men2 li {
   display: block;
   float:left;
   width: 90px;
   height: 17px;
   margin: 0 2px 0 0;
}

.men2 a {
   display: block;
   float: left;
   text-align: center;
   width: 90px;
   height: 17px;
   padding-top: 5px;
}

.men2 a:link {
   background: url(design/men_inaktiv.gif) top no-repeat;
   color: #ffffff; 
   text-decoration:underline;
}
.men2 a:visited {
   background: url(design/men_visited.gif) top no-repeat;
   color: #808080; 
   text-decoration:underline;
}
.men2 a:hover {
   background: url(design/men_aktiv.gif) top no-repeat;
   color: #dc214c; 
   text-decoration:underline;
}
.men2 a:active {
   background: url(design/men_inaktiv.gif) top no-repeat;
   color: #ffffff; 
   text-decoration:underline;
}

.men2 .aktiverlink {
   background: url(design/men_aktiv.gif) top no-repeat !important;
   color:#000000 !important;
   font-weight: 600;
}

/* Dritte Menueleiste - AGB - Impressum */

.men3 {
   margin: 0 0 0 490px;
   padding: 0;
   list-style-type: none;
   line-height: normal;
}
.men3 li {
   display: block;
   float:left;
   width: 17px;
   margin: 0;
   padding: 0 10px 0 0;
}
.men3 span {
   margin-left: -3000px;
}
.men3 a {
   display: block;
   float:left;
   width: 17px;
}

.home {
   background: url(design/icon_home.gif) bottom no-repeat;
}
.contact {
   background: url(design/icon_contact.gif) bottom no-repeat;
}
.agb {
   background: url(design/icon_agb.gif) bottom no-repeat;
}
.impress {
   background: url(design/icon_impressum.gif) bottom no-repeat;
}


/* Inhalt */

#content {
   background: url(design/bg_inhalt.gif) 99% 99% no-repeat #ffffff;
   padding: 0 20px;
   line-height: 1.2em; /* Peekaboo-Bug fuer den doofen IE6 - der IE6 benoetigt ein line-height - nur der liebe Gott weiss warum */
   border-right: 2px solid #dc214c;
   border-left: 2px solid #dc214c;
}
.oben {
   clear: left;
   margin: 20px 0 0 0;
   text-align: right;
}

/* Tabellenstil */

.col1 {
   width: 50%;
}
.col2 {
   width: 20%;
}
.col3 {
   width: 15%;
}
.grauzeile {
   background-color: #f2f2f2;
}

/* Button */

.button {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.9em;
   font-weight: 600;
   cursor: pointer;
   margin: 10px 0 0 200px;
   width: 150px;
   border-top: 1px solid #f2f2f2;
   border-left: 1px solid #f2f2f2;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #ffffff;
}
.button:hover {
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #f2f2f2;
   border-bottom: 1px solid #f2f2f2;
   background-color: #f2f2f2;
}



/* Partnerlinks */

.partner {
   margin: 0;
   text-align: center;
   list-style-type: none;
}
.partner li {
   display: inline;
   margin: 0;
}
.partner a {
   text-decoration: none !important;
}

/* Footer */

#footer {
   text-align: center;
   background: url(design/content_unten.gif) top no-repeat #f2f2f2;
   padding-top: 25px;
   margin: 0;
   font-size: 80%;
}
#footer ul {
   margin: 0;
   padding: 0;
   line-height: normal;
   list-style-type: none;
}
#footer li {
   display: inline;
}





