/* allgemeine tags */
body, td
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	letter-spacing: 1px;
}

a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/* headertags */
.header
{
	color: #6E869F;
	font-weight: bold;
	font-size: 13px;
}

/* rahmen */
.border 
{
	border-top: #334454 1px solid;
	border-left: #334454 1px solid;
	border-right: #334454 1px solid;
	border-bottom: #334454 1px solid;
}

.border_unten 
{
	border-left: #334454 1px solid;
	border-right: #334454 1px solid;
	border-bottom: #334454 1px solid;
}

.border_left
{
	border-left: #334454 1px solid;
	border-bottom: #334454 1px solid;
}

.border_right
{
	border-right: #334454 1px solid;
	border-bottom: #334454 1px solid;
}

.border_top
{
	border-top: #D9DBE0 1px solid;
	border-bottom: #D9DBE0 1px solid;
}

.linkborder
{
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.linkborder:hover, .linkborder_selected
{
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/* startbildschirm */


/* farben */
.menu
{
	color: #358C2C;
}

.menu:hover
{
	color: #333333;
}

.menu_selected
{
	color: #333333;
	background-color: #358C2C;
	font-weight: bold;
}

.hintergrund
{
	background-color: #EFF0F2;
}

.desktop
{
	background-color: #FFFFFF;
}

.inhalt
{
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;

}

.inhalt_fett
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}

.box {
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	border: 1px dashed #666666;
	background-color: #CCCCCC;
	letter-spacing: 2px;
	line-height: 18px;

}

