/* Spezielles CSS-Stylesheet für das ArGeZ-Info Projekt */

body
{
	background-color: white;
	color:			#000000;
	font-family:	verdana,Arial;
	font-size:		9px;
	font-weight:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	word-spacing:	normal;
}

H1, TH
{
	color:			#00027C;
	font-family:	verdana,Arial;
	font-size:		14px;
	font-style:		normal;
	font-weight:	bold;
	letter-spacing:	normal;
	text-decoration:none;
	text-transform:	none;
	word-spacing:	normal;
}	

TD
{
	font-family:	 verdana,Arial;
	font-size:		12px;
	font-weight:	normal;
}

.nav
{
	font-size:		12px;
	font-weight:	normal;
}

.wochentag
{
	width:			20px;
}

.samstag
{
	color:			#888888;
	width:			20px;
}

.sonntag
{
	color:			#ff0000;
	width:			20px;
}

a
{
	color:			#00027C;;
	font-size:		12px;
	font-weight:    bold; 
	text-decoration:none;
}

A.samstag:link
{
	color:			#888888;
	font-size:		12px;
	text-decoration:none;
	
}

A.samstag:visited
{
	color:			#888888;
	font-size:		12px;
	text-decoration:none;
	font-weight:	bold;
}

A.samstag:active
{
	color:			#888888;
	font-size:		12px;
	text-decoration:none;
	font-weight:	bold;
}

A.samstag:hover
{
	color:			#888888;
	font-size:		12px;
	text-decoration:underline;
	font-weight:	bold;
}

A.sonntag:link
{
	color:			#ff0000;
	font-size:		12px;
	text-decoration:none;
	
}

A.sonntag:visited
{
	color:			#ff0000;
	font-size:		12px;
	text-decoration:none;
	font-weight:	bold;
}

A.sonntag:active
{
	color:			#ff0000;
	font-size:		12px;
	text-decoration:none;
	font-weight:	bold;
}

A.sonntag:hover
{
	color:			#ff0000;
	font-size:		12px;
	text-decoration:underline;
	font-weight:	bold;
}

INPUT
{
	font-family:	Arial;
	font-size:		12px;
	font-weight:	normal;
}

SELECT
{
	font-family:	Arial;
	font-size:		12px;
	font-weight:	normal;
	width:			130px;
}

.error
{
	color:			#ff0000;
}

.headline
{
	font-size:		14px;
	font-style:		normal;
	font-weight:	bold;
}

.inp
{
    BACKGROUND-COLOR: #ffffff;
    BORDER: #5F665F 1px solid;
    
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    MARGIN: 1px
}
.menu
{
	display: block;
	widht: 166px;
	height: 22px;
	line-height: 22px;
	padding-left: 25px;
}


.menu a
{
	color: #ffffff;
	text-decoration: none;
	font-size:		10px;
	font-weight:	bold;
}
.menu a:hover
{
	color: #C1D6EF;
}
.Submenu
{
	display: block;
	widht: 166px;
	height: 22px;
	line-height: 22px;
	padding-left: 25px;
}


.Submenu a
{
	color: #044899;
	text-decoration: none;
	font-size:		10px;
	font-weight:	bold;
}
.Submenu a:hover
{
	color: #ffffff;
}