/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: #278996;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

font.message{
	font-family:verdana,helvetica,arial;
	font-size:10px;
	font-weight:bold;
	color:#990000;
	}

.head-text
{
	font-family:arial;
	font-size:20px;
	color: Black;
}
	
.menue-text
{
	font-family:Verdana;	
	font-size:16px;
	line-height:24px;
	color:Black;
	font-weight:bold;
}

.footer-text
{
	font-family:verdana;
	font-size:10px;
}

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

.menue-text-aktuell
{
	font-family:Verdana;	
	font-size:16px;
	line-height:24px;
	color:#278996;
	font-weight:bold;
}

.adress-text
{
	font-family:Verdana;	
	font-size:10px;
	color:Black;
}

A:link	
{
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#278996;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#278996;
	}

.border-head
{
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-color:#278996;
	border-style:solid;
}

.border-body-left
{
	border-bottom:0px;
	border-left:1px;
	border-right:0px;
	border-top:0px;
	border-color:#278996;
	border-style:solid;
}

.border-body-right
{
	border-bottom:0px;
	border-left:0px;
	border-right:1px;
	border-top:0px;
	border-color:#278996;
	border-style:solid;
}

.border-menue
{
	border-bottom:0px;
	border-left:0px;
	border-right:1px;
	border-top:0px;
	border-color:#278996;
	border-style:solid;
}

.border-footer
{
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-color:#278996;
	border-style:solid;
}

.news-border-unten
{
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-color:#278996;
	border-style:solid;
}

td.label
	{
	width:90px;
	}

td.textbox
	{
	padding-left:2px;
	}
td.space
	{
	height:20px;
	}

.textboxKontakt
	{
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #278996;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	}
.textareaKontakt
	{
	background-color: #FFFFFF;
	width: 250px;
	height:75px;
	border: 1px solid #278996;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	}

.kontaktformular_button
	{
	width: 75px;
	font-size: 8pt;
	border: 1px solid;
	border-color: #278996;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.item-title
	{
	font-family:verdana;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	text-align:top;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
	border-bottom-width:1px;
	}

.item-button
	{
	padding-top:3px;
	padding-bottom:3px;
	border-style:solid;
	text-align:top;
	border-color:#000000;
	border-width:0px;
	border-bottom-width:1px;
	}