﻿p {
	font-size: 11px;
}

td {
	font-size: 8pt;
	vertical-align: top;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #5B7BBB;
	height: 1px;
	background-color: #aaa;
}

img {
	border-color: #aaa;
}

img.icon {
	border-style: none;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* Formularalemente */

input[type="text"], input[type="password"], textarea, select {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

input[type="radio"], input[type="checkbox"] {
	width: auto;
}


input[type="submit"], input[type="button"], input[type="reset"] {
	border:medium none;
	cursor:pointer;
	background-color: #CDDBE9;
	padding: 4px 5px;
	border:1px solid #284786;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #A7BED6;
}

.help, .info, .error, .okay {
	padding: 3px 5px 4px 35px;
	margin: 2px 0 5px 0;
	font-size: 11px;
}

.help {
	background: url(../icons/help.png) 10px 3px no-repeat;
}

.info {
	background: url(../icons/information.png) 10px 3px no-repeat;
}

.error {
	background: url(../icons/error.png) 10px 3px no-repeat;
	font-weight: bold;
	color:#FF0000;
}

.okay {
	font-weight: bold;
	background: url(../accept.png) 10px 3px no-repeat;
}


/* Weitere Schriftgrößen */

.mini {
	font-size: 9px;
	color: #222222;
}

.brightmini {
	font-size: 9px;
	color: #EEEEEE;
}
.bluemini {
	font-size: 10px;
	color: #123E6A;
}
.redmini {
	font-size: 10px;
	color: #FF0000;
}


/*-------------------------
Links
-------------------------*/

a {
	color: #284786;
	text-decoration: none;	
}

a:hover {
	color: #284786;
	text-decoration: underline;
}


a.aline {
	color: #335BAB;
	text-decoration: underline;	
}

a.aline:hover {
	color: #3C4252;
	text-decoration: none;
}


a.abold {
	color: #284786;
	font-weight: bold;
	text-decoration: none;	
}

a.abold:hover {
	color: #284786;
	font-weight: bold;
	text-decoration: underline;
}


a.amenu {
	color: #335BAB;
	text-decoration: none;
}

a.amenu:hover {
	color: #3C4252;
	text-decoration: underline;	
}


.abright {
	color: #EEEEEE;
}
a.abright:visited {
	color: #EEEEEE;
}
a.abright:hover {
	color: white;
}


.abig {
	color: #1A3366;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.abig:hover {
	color: #1B60AB;
	text-decoration: underline;
}


a.asmall {
	color: #335BAB;
	font-size: 9px;
	text-decoration: underline;
}

a.asmall:hover {
	color: #3C4252;
	font-size: 9px;
	text-decoration: none;	
}


.ared {
	color: #FF0000;
}



/*------------------
Infos, Hinweise
------------------*/

.hinweis {
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.HinweisError {
	background-image: url(page/hinweis_error.png);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	background-color: #F8AAAA;
	border: solid 1px #FF4040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Red;
	padding: 6px 5px 6px 35px;
	margin-bottom: 8px;
	margin-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.HinweisInfo {
	background-image: url(page/hinweis_info.png);
	background-position: 4px 3px;
	background-repeat: no-repeat;
	background-color: #BEF8BE;
	border: solid 1px #40FF40;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Green;
	padding: 6px 5px 6px 35px;
	margin-bottom: 8px;
	margin-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


div.ContentBlock {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 2px;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	display: block;	
}

div.ContentBlock2 {
	background: #ddd;
	padding: 5px;
	margin: 3px;
	-moz-border-radius: 9px;
	-webkit-border: 9px;
}

div.Notiz {
	background-color: #B6CBF6;	
	padding: 5px;
	margin: 2px;
	border: solid 1px #335BAB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	display: block;	
}