
/* import */
@import url("navigazione_dinamica.css");
/*@import url("startseite.css");*/
@import url("rahmen.css");

	 
/* layout div, p, table, td,ul, ol, 
span, a,  form, img, li */	
html, body,  {
   margin: 0;
   padding: 0;
   font-family:"Comic Sans MS", "Verdana", "Arial", "Lucida Sans Unicode"; 
   font-weight:normal;
}
html, body, { 
height:98%;

} 


body{
font-size:10pt;
text-align:center;
margin-top:4px;
margin-bottom:0px;
padding-top:0;
background-color:#034695;
font-family:"Comic Sans MS", "Verdana", "Arial", "Lucida Sans Unicode"; 
font-weight:normal;
}


table, tr, td, div{
color:#000000;
font-weight:normal;
}

/* schriften eigenschaften */
h1, h2, h3,h4{ 
font-family:"Comic Sans MS", "Verdana", "Arial", "Lucida Sans Unicode"; 
margin-bottom:5px; 
}
h1 {
font-size:1.4em;
font-weight:normal;
}
h2{font-size:1.3em;
font-weight:normal;
}
h3{font-size:1.2em;
font-weight:normal;
}
h4{font-size:1.1em;
font-weight:normal;
}
h5{font-size:1em;
font-weight:normal;
}

strong a{font-weight:600;color:#191919;
}
strong{font-weight:600;color:#191919;
}
.small {font-size:0.6em;color:#000000;
}
.kursiv {font-style:italic;
}
.inline{
display:inline;
}
.info{
padding-bottom:2px;
font-size:1em;
font-family:"Comic Sans MS", "Verdana", "Arial", "Lucida Sans Unicode"; 
}
.info a{text-decoration:none;
}
.small{
font-size:0.8em;
}

.menutitle_b{
color:#000000;
font-size:1.2em;
line-height:25px;
font-family:"Comic Sans MS", "Verdana", "Arial", "Lucida Sans Unicode"; 
}

.submit{
color:#000000;
border-top: 1px solid white; 
border-left:1px solid white; 
border-right: 1px solid black; 
border-bottom: 1px solid black; 
background:#ececec;
font-size:0.94em;
font-family:"comic sans MS", "Verdana", "Arial";
}

/* bilder eigenschaften */
img{border:0px;
}
.bild{
margin-right:10px;
margin-top:6px;
}
/* startseite verlinkungen eigenschaften */
a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000;}
a:active {color:#000000;}
a:hover {color:#000000; text-decoration: none;}