/* Dorschner & Hoffmann / media mandheld

by Ralf Kobert - fabrik1design.de

Letzte Änderung am 14.12.2007
*/


* {
border:0 solid;
}

body {
margin:0;
padding:7px;
border:3px solid #699FCD;
font:0.9em/1.6em arial, helvetica, sans-serif;
color:#000;
background:#fff;
}

a {
color:#699FCD;
background-color:#fff;
font-weight:bold;
}

a:hover,
a:focus,
a:active {
color:#000;
background-color:#fff;
}

h1,
h2,
h3 {
font-size:1.1em;
color:#000;
background-color:#fff;
}

ul {
margin-left:0;
padding-left:0;
}

/* Content */

#content ul {
padding-left:14px;
}

#content ul li,
#topnavi ul li{
list-style-type:none;
}

#sidebar ul li {
list-style:none;
}

#sidebar li li a {
padding:0 0 0 10px;
}


/* Formulare */

fieldset {
margin-left:0;
padding-left:0;
}

form label em {
background-color:inherit;
color:#729953;
}

#kontakt #csubject,
form input,
form textarea {
max-width:100%;
padding:3px;
border:1px solid #D5D4CC;
font-family:arial, helvetica, sans-serif;
font-size:1em;
color:#666;
background-color:#FFF;
}

form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus {
color:#666;
background-color:#EAF1F4 !important;
}


/* Sonstige Auszeichnungen */

.noscreen{
display:none;
}


/* Tabbing stuff */

ul#skipnav {
list-style-type:none;
font-weight:bold;
}

legend,
legend em,
.textzoom {
display:none;
}


