/* Generell Settings */

.center /* Tabellen */ { margin-left:auto; margin-right:auto}
.centertd {text-align:center}
li {margin-left: -25px}
.b {font-weight:bold}
.i { font-style: italic; }
h1 { font-size: 1.3em;color:#FFCC33;font-weight:bold } /* Überschriften */
.left {text-align: left}
.right {text-align: right}


body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	margin: 20px;
	background-color: #505050;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.table-bg {background-color:#202020}	


.streifen
{ background-color:#FFCC33;width: 20px }

.navigation /*Hintergrundfarbe, Abstand */
{
	/*background-color: #2F1913;*/
	background-color: #870A27;
	padding: 6px;
	letter-spacing: 3px;

}

/* Die Navigation (Buttons) */
a.menu:link,a.menu:visited {padding:5px;text-decoration:none}
a.menu:hover {background-color:#71041e}
a.menu_aktiv:link, a.menu_aktiv:visited {padding:5px;color:#FFCC33;text-decoration:none;background-color:#71041e;font-weight:bold}

/* Links (generell) */

a:link { color:#FFFFFF;text-decoration:underline}
a:visited { color:#FFFFFF;text-decoration:underline}
a:active { color:#000000 }
a:hover {color:#FFCC33	;text-decoration:none}

/*Aufklapp-Menüs */

.technology
{ 
cursor: hand;
cursor: pointer;
text-decoration:underline
}

.thelanguage
{}
