/*   Design by walter.seibold@miniball.de  */

body{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
	color: #333366;
}

a:visited {
     text-decoration:    none;
     color:              #333366;
}

a:hover {
	text-decoration: underline overline;
	color: #333366;
	background-color: #E1E1E1;
}

.heading {
     font-weight: bold;
     font-size: 12px;
     color: #336666;
}

.titel {
     font-size: 22px;
	 font-weight: 400;
     color:#3333CC;
}
.blocktext{
	 font-size: 12px;
    color: #336666;
	 text-align: justify;
}

.rb{
	/* Design entspricht dem Scrollbalken */
	border : 2pt double #333366;
	
	padding : 4px;
}
.r1 {
	border : 1pt solid #333366;
}
.rr{
	border : 2px solid #A1292B;
}
.rg{
	border : 2px solid #D1E1D6;
}

.orange{
	background: #E99D0C;
}
.gruen{
	background: #366C78;
}

/* formular */

.col-six {display:inline;float:left;width:320px; margin:5px 15px 15px;}
/* articel inhalt übergeordnete Box */
.col-twelve{display:inline;float:left;width:98.91667%;margin:0 1.04167%;}	


