/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,  blockquote,  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html {
   height:100%;
} 

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt; color: #595858;
	height: 100%;  width: 100%; 
}


div#aussen {width: 100%; min-height: 100%; background-image:url(../layout_img/bg_navi.gif); background-repeat: repeat-y;}
div#kopf {height: 230px; width: 100%; background-image:url(../layout_img/bg1.gif);}
div#inhalt {clear:left; width: 1000px;}

td { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt; color: #595858;
}

a { color: #1a47a4; text-decoration: none; font-weight: bold;}
a:hover { color: #1a47a4; text-decoration: underline; }

a.kasten { color: #595858; text-decoration: none;  font-weight: normal;}
a:hover.kasten { color: #595858; text-decoration: underline; }

a.servicenavi { color: #1a47a4; text-decoration: none;  font-weight: normal;}
a:hover.servicenavi { color: #1a47a4; text-decoration: underline; }

p { margin-top: 18px;}

h1 {font-size:11pt;
font-weight: bold; margin-top: 8px;}

.ueberschrift {font-size:11pt;
font-weight: bold; margin-top: 8px;}

#kasten {padding-left: 6px; padding-right: 6px; padding-top: 12px; padding-bottom: 12px; font-size:8pt; line-height: 1.3;}

.datum {font-style:italic; font-size:8pt; }
.teaser1 {font-weight:bold;}
