/* ExIntern.de - css-libary */


/* hintergrundfarben */

.bghellblau {	
	background-color:#A9BBD0;
	}

.bgblau {
	background-color:#003061;
	}

.bgelfenbein {
	background-color:#ECECE1;
	}
	
.bgweiss {
	background-color:#FFFFFF;
	}

	
/* schriftfarben */

.teaser {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	text-decoration:none;
	line-height:15px;
	}

.headline {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#003061;
	text-decoration:none;
	line-height:17px;
	}
	
.head {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	line-height:14px;
	}

.headblau {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#003061;
	text-decoration:none;
	line-height:14px;
	}

.text {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	line-height:15px;
	}
	
.textkursiv {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	text-decoration:none;
	line-height:15px;
	}
	
.textsmall {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	line-height:13px;
	}
	
.fehlersmall {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#E4006C;
	text-decoration:none;
	line-height:13px;
	}
	
.fehler {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#E4006C;
	text-decoration:none;
	line-height:15px;
	}

.zwischenseite {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#E4006C;
	text-decoration:none;
	line-height:15px;
	}


/* linkfarben */

a.textlink:link			{color:#000000; text-decoration:underline;}
a.textlink:visited 	{color:#000000; text-decoration:underline;}
a.textlink:active 	{color:#000000; text-decoration:underline;}
a.textlink:hover 		{color:#000000; text-decoration:underline;}


/* formulardefinitionen */

.formular {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	line-height:15px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	}
	



