* {
margin:0;
padding:0;
}

body {background-color:#fff;}

#inhalt {
background-color:transparent;
margin-top:20px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
width:580px; /*960px*/
}

.linien {line-height:10px;padding:5px 0;border-top:4px double #ccc;border-bottom:4px double #ccc;margin-bottom:30px;}

.bildzentriert {margin-left:auto;margin-right:auto;display:block;}

.boxzentriert {text-align:center;}

.schriftgroesser {font-size:120%;}

h1 {
font-family:Georgia,Times,"Times New Roman",serif;
font-size:32px;
margin:10px 0 30px;
}

#homeheins {
font-size:350%;
}

.formabstand {margin-top:10px;}

p {
font-family:Georgia,Times,"Times New Roman",serif;
font-size:100%;
line-height:24px;
color:#111;
}

a:link {color:#111;}
a:visited {color:#05befe;}
a:hover {color:#0079ba;}
a:active, a:focus {color:#0079ba;}

abbr {cursor:help;}

img {border:0;}

::-moz-selection {background-color:#130059; color:#fff;}
::selection {background-color:#130059; color:#fff;}

#kontaktformular input.formularfeld, #kontaktformular textarea.formularfeld {
 border:2px solid #ccc;
 font:1em fixedsys;
 padding:5px;
 width:300px;
}
 
 #kontaktformular textarea {
 border:2px solid #111;
 font:1em fixedsys;
 height:140px;
 padding:5px;
 width:100%;
}

#kontaktformular textarea:focus, #kontaktformular input:focus {
 border:2px solid #0079ba;
 background-color:#eee;
}








