 <!--
	/*
	 *
	 * Datei:   baustelle.css
	 * Version: 1.00
	 * Datum:   17.10.2008
	 *
	 * Copyright 2006-2008 by Markus Siebel
	 *
	 * History:
	 *
	 * 1.00 02.09.2006 Ersterstellung
	 *
	 * Beschreibung:
	 *
	 * CSS-Stylesheet mit allen Definitionen für den Baustellenbereich.
	 *
	 */

 -->
 
 <!--
  	/*
  	 * Schriftdefinitionen
  	 */
 -->

.txt			{ font-size :  11px;	color : #FFFFFF; 	font-family : verdana,arial; 	font-weight : normal; }
.txt_green		{ font-size :  11px;	color : #DCFFC8; 	font-family : verdana,arial; 	font-weight : normal; }
.txt_tiny		{ font-size :  9px;	color : #FFFFFF; 	font-family : verdana,arial; 	font-weight : normal; }
.txt_big		{ font-size :  26px;	color : #FFFFFF; 	font-family : verdana,arial; 	font-weight : normal;	line-height : 35px; }
.txt_pagetitle		{ font-size :  22px;	color : #FFFFFF; 	font-family : arial; 		font-weight : normal;	line-height : 35px; }

 <!--
 	/*
 	 * Linkdefinitionen
 	 */
 -->

a.tiny:link  		{ font-size :  9px;	color : #AAAAAA;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.tiny:active  		{ font-size :  9px;	color : #AAAAAA;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.tiny:visited 		{ font-size :  9px;	color : #AAAAAA;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.tiny:hover   		{ font-size :  9px;	color : #333333;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}

a.silver:link  		{ font-size :  11px;	color : #DDDDDD;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.silver:active  	{ font-size :  11px;	color : #DDDDDD;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.silver:visited 	{ font-size :  11px;	color : #DDDDDD;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.silver:hover   	{ font-size :  11px;	color : #FFFFFF;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}

a.green:link  		{ font-size :  11px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.green:active  	{ font-size :  11px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.green:visited 	{ font-size :  11px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.green:hover   	{ font-size :  11px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}

a.green_tiny:link  	{ font-size :  9px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.green_tiny:active  	{ font-size :  9px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.green_tiny:visited 	{ font-size :  9px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}
a.green_tiny:hover   	{ font-size :  9px;	color : #DCFFC8;	font-family : verdana,arial; 	font-weight : normal;	text-decoration : none;}

 <!--
  	/*
  	 * Hintergrundfarben
  	 */
 -->

.bgcolor_box		{ background-color : #005ACD; }

 <!--
 	/*
 	 * Rahmendefinitionen
 	 */
 -->

<!--
	/*
	 * Boxen/Leisten
	 */
-->

.content	{
			background-color	: #005ACD;
			background		: url(../../images/bg_box.jpg);
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 50%;
			left			: 50%;
			width			: 670px;
			height			: 475px;
			margin			: -235px 0px 0px -335px;
			padding			: 0px;
			overflow		: hidden;
		}

.content_bs	{
			background-color	: #005ACD;
			background		: url(../../images/bg_box_bs.jpg);
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 50%;
			left			: 50%;
			width			: 670px;
			height			: 475px;
			margin			: -235px 0px 0px -335px;
			padding			: 0px;
			overflow		: hidden;
		}

<!--
	/*
	 * Formulardefinitionen
	 */
-->

<!--
	/*
	 * Body-Definitionen
	 */
-->
 
 body		{
			background-color	: #ffffff;
			padding			: 0px;
			margin			: 0px;
		}
