/* Formate für Regynet */
/*-----------------------------------------------------------------*/


/* Grunddefinitionen */

p,h1,h2,h3,table,td,th,ul,li {
	font-family: Arial,Helvetica,sans-serif;
}

p,ul,li,table,tr,td {
	font-size: 13px;
	margin: 0 auto;
}


/* Inhalt */

h1 {
	font-size: 20px;
	color: black;
	background-color: transparent;
}

h2 {
	font-size: 13px;
	color: black;
	background-color: transparent;
	font-weight: bold;
}

p.fett {
	color: black;
	background-color: transparent;
	font-weight: bold;
}

p.klein {
	font-size: 11px;
}

a:link {
	color: #5355BC;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #8385E9;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #4649146;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #4649146;
	background-color: transparent;
	text-decoration: underline;
}


/* Box */

p.boxtitel {
	font-size: 11px;
	color: #777777;
	background-color: transparent;
	font-weight:bold;
}

p.boxtext {
	font-size:11px;
}


/* Formulare */

p.fehler {
	color: red;
	background-color: transparent;
}

p.formularkommentar {
	font-size:11px;
}


/* Menü */

p.menu {
	font-size: 11px;
}

a.menu:link {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a.menu:visited {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a.menu:active {
	color: #4649146;
	background-color: transparent;
	text-decoration: underline;
}

a.menu:hover {
	color: #4649146;
	background-color: transparent;
	text-decoration: underline;
}

/* Bilder */

img.links {
	float: left;
	vertical-align: text-top;
	margin-right: 20px;
	margin-bottom: 10px
}

img.rechts {
	float: right;
	vertical-align: text-top;
	margin-right: 20px;
	margin-bottom: 10px
}