/* ra */


.table {
	font-family: verdana;
	font-size: 12px;
}

/* normaler Button zb. Suchhilfe*/
.button {
	height: 23px;
	background-color: #EFF0DF;
	border-bottom: 2px solid #24486C;
	border-right: 2px solid #24486C;
	border-top: 1px solid #648BB1;
	border-left: 1px solid #648BB1;
	text-align: center;}

.suchhilfe {line-height:23px; font-size:13px; font-weight:bold; text-decoration:none; color:#5588aa;}
.suchhilfe a, .suchhilfe a:link, .suchhilfe a:visited {text-decoration:none; color:#336699;}
.erfsuch {width:280px;border:1px solid #336699;padding-left:4px;height:26px;line-height:24px;font-family:verdana,arial;font-size:13px;}

/* Länglicher Vor und Zurück Button*/
.button2 {
	height: 22px;
	width: 120px;
	background-color: #EFF0DF;
	border-bottom: 1px solid #24486C;
	border-right: 1px solid #24486C;
	border-top: 1px solid #648BB1;
	border-left: 1px solid #648BB1;
	font-size: 12px;
	text-align: center;
	font-weight: bold;}

.button2a {
	height: 22px;
	width: 120px;
	color:#648BB1;
	background-color: #ffffff;
	border-bottom: 1px solid #24486C;
	border-right: 1px solid #24486C;
	border-top: 1px solid #648BB1;
	border-left: 1px solid #648BB1;
	font-size: 12px;
	line-height:18px;
	text-align: center;
	font-weight: bold;
	
}

.button2 a, .button2 a:link, .button2 a:visited {
	padding:0px;
	margin:0;
	text-decoration: none;
	color: #336699;
	position:relative;
	top:2px;
}

/* Deaktivierte Seitenzahl */
.seitea { /* ex button3 - musste ich umbnenannt werden da vom Script feste CSS definition */
	float: left;
	height: 22px;
	width: 22px;
	margin: 1px;
	color:#336699;
	background-color: #ffffff;
	border-bottom: 1px solid #24486C;
	border-right: 1px solid #24486C;
	border-top: 1px solid #648BB1;
	border-left: 1px solid #648BB1;
	font-size: 12px;
	line-height:18px;
	text-align: center;
}
.seitea a, .button3 a:link, .button3 a:visited { /* ex button3 - musste ich umbnenannt werden da vom Script feste CSS definition */
	padding:0px;
	margin:0;
	text-decoration: none;
	color: #336699;
	position:relative;
	top:2px;
}

/* aktivierte Seitenzahl */
.button3a {
	float: left;
	height: 22px;
	width: 22px;
	margin: 1px;
	background-color: #EFF0DF;
	border-bottom: 1px solid #24486C;
	border-right: 1px solid #24486C;
	border-top: 1px solid #648BB1;
	border-left: 1px solid #648BB1;
	color: #EFF0DF;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	text-align: center;
}
.button3a a {
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}

/* Länglicher Vor und Zurück Button answer seite*/
.button4 {
	height: 22px;
	width: 100px;
	background-color: #EFF0DF;
	border-bottom: 2px solid #24486C;
	border-right: 2px solid #24486C;
	border-top: 1px solid #97bee4;
	border-left: 1px solid #97bee4;
	text-align: center;}

.buttonschrift {text-decoration: none; color: #336699; font-weight: bold; line-height:22px;font-size: 12px;}
.buttonschrift a, .bottonschrift a:link, .bottonschrift a:visited {
	text-decoration: none;
	color: #336699;	
	position:relative;
	top:2px;}
	
.button4a {
	text-decoration: none; color: #336699; font-weight: bold; line-height:22px;font-size: 12px;
	height: 22px;
	width: 100px;
	background-color: #ffffff;
	border-bottom: 2px solid #24486C;
	border-right: 2px solid #24486C;
	border-top: 1px solid #97bee4;
	border-left: 1px solid #97bee4;
	text-align: center;}	


/* Trennlinie*/
.linie {margin:15 0; width:550px; line-height:1px; background-color:#648BB1;}

/* Liste - zb. die Fragenliste auf questions*/
ul#liste {	
	list-style-type: none;
	padding:0px;
	margin: 0;
}

ul#liste li {
	background-color: #EEEEEE;
	margin: 5px 0 5px 0;
}
ul#liste li a {
	font-size: 13px;
	color: black;
}

/* standard Elemente definieren*/
h2 {
	font-size: 14px;
	font-weight: bold;
	color:#336699;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
p {
	line-height: 18px;
}

/* Error Message */
.message_error {
	background-color:#990000; 
	margin-top:12px; 
	margin-bottom:12px;
}
.message_info_green	{
	background-color:#006633; 
	margin-top:12px; 
	margin-bottom:12px;
}

