 <!--
	/*
	 *
	 * Datei:   ipic.css
	 * Version: 1.00
	 * Datum:   21.02.2005
	 *
	 * Copyright 2005 by Terramedia GmbH
	 *
	 * History:
	 *
	 * 1.00 08.02.2005 Ersterstellung
	 *
	 * Beschreibung:
	 *
	 * CSS-Stylesheet mit allen Definitionen für Frontend.
	 *
	 */

 -->
 
<!--
 	/*
 	 * Schriftdefinitionen
 	 */
-->
 
.txt_headline		{ font-size : 12px;	color : #000000;	font-family : arial, helvetic, geneva;	font-weight : bold; }
.txt_default		{ font-size : 12px;	color : #000000;	font-family : arial, helvetic, geneva;	font-weight : normal; }
.txt_default_vscan	{ font-size : 12px;	color : #000000;	font-family : arial, helvetic, geneva;	font-weight : normal;	line-height : 18pt; }
.txt_light		{ font-size : 12px;	color : #777777;	font-family : arial, helvetic, geneva;	font-weight : normal; }
.txt_light_small	{ font-size : 11px;	color : #777777;	font-family : arial, helvetic, geneva;	font-weight : normal; }
.txt_front_headline	{ font-size : 24px;	color : #397992;	font-family : arial, helvetic, geneva;	font-weight : bold; }
.txt_front_default	{ font-size : 12px;	color : #000000;	font-family : arial, helvetic, geneva;	font-weight : normal; }
.txt_bigbold		{ font-size : 16px;	color : #000000;	font-family : arial, helvetic, geneva;	font-weight : bold; }
.txt_small		{ font-size : 11px;	color : #000000;	font-family : arial, helvetic, geneva;	font-weight : normal; }
.txt_menuhead		{ font-size : 12px;	color : #397992;	font-family : arial, helvetic, geneva;	font-weight : bold; }
.txt_menuhead_vscan	{ font-size : 12px;	color : #397992;	font-family : arial, helvetic, geneva;	font-weight : bold;	line-height : 18pt; }
.txt_newshead		{ font-size : 12px;	color : #397992;	font-family : arial, helvetic, geneva;	font-weight : bold; }
.txt_newssubhead	{ font-size : 12px;	color : #397992;	font-family : arial, helvetic, geneva;	font-weight : normal; }

<!--
	/*
	 * Linkdefinitionen
	 */
-->

A:link  	 	{ font-size : 12px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A:active  	 	{ font-size : 12px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A:visited 	 	{ font-size : 12px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A:hover   	 	{ font-size : 12px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A.small:link  	 	{ font-size : 11px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A.small:active   	{ font-size : 11px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A.small:visited  	{ font-size : 11px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A.small:hover    	{ font-size : 11px;	color : #000000;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A.light:link  	 	{ font-size : 11px;	color : #777777;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A.light:active   	{ font-size : 11px;	color : #777777;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A.light:visited  	{ font-size : 11px;	color : #777777;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A.light:hover    	{ font-size : 11px;	color : #777777;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A.blue:link  	 	{ font-size : 11px;	color : #397992;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A.blue:active   	{ font-size : 11px;	color : #397992;	font-family : arial;	font-weight : normal;	text-decoration : underline;}
A.blue:visited  	{ font-size : 11px;	color : #397992;	font-family : arial;	font-weight : normal;	text-decoration : none;}
A.blue:hover    	{ font-size : 11px;	color : #397992;	font-family : arial;	font-weight : normal;	text-decoration : underline;}

<!--
 	/*
 	 * Hintergrundfarben
 	 */
-->
 
.bgcolor_message	{ background-color : #ACCAD2; }
.bgcolor_messageok	{ background-color : #CAFFAC; }
.bgcolor_attention	{ background-color : #BDDBE3; }

<!--
 	/*
 	 * Rahmen
 	 */
-->
 
.border_thumb		{ border-width 	   : 1px;	border-style 	 : solid;	border-color 	 : #397992; }
.border_thumb_top	{ border-top-width : 1px;	border-top-style : solid;	border-top-color : #397992; }

<!--
	/*
	 * Formulardefinitionen
	 */
-->

.form_field		{ font-size : 12px;	color  : #000000;	font-family : arial, helvetic, geneva;	font-style : normal;	border : 1px #397992 solid;	background-color : #FFFFFF; }
.form_fieldsmall	{ font-size : 11px;	color  : #000000;	font-family : arial, helvetic, geneva;	font-style : normal;	border : 1px #397992 solid;	background-color : #FFFFFF; }
.form_checkbox		{ width	    : 12px;	height : 12px; }
.form_button		{ font-size : 12px;	color  : #000000;	font-family : arial, helvetic, geneva;	font-style : normal; }
.form_buttonsmall	{ font-size : 11px;	color  : #000000;	font-family : arial, helvetic, geneva;	font-style : normal; }