/***********Allgemein für SFS Grunddesign******/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
	padding: 0px;
}


/*********Voting Frame******************************/

body.Voting {
	font-size: 10px;
	background-image:  url("Bilder/rechter_frame.jpg");
	font-weight: bold;
	color: #FFFFFF;
}

td {
	text-indent: 5px;
}

a.Voting:link {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
a.Voting:visited {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

.Titel {
	color: #000000;
	background-image:  url("Bilder/Titel.jpg");
	font-weight: bolder;
}

.Button {
	font-size: 10px;
}

.Tab_Titel_1 {
	background-image: url(Bilder/Titel.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #0156A7;
}

/*****************Navigationmenü oben**************************/

.MenueOben {
	
	font-size: 12px;
	text-align: center;
	background-image:  url("Bilder/nav_verlauf_002.jpg");
	background-repeat: repeat-x;
}

a.MenueOben:link 
{
	text-decoration: none;
	color: #ffe9a7;	
	background: none;	
}
a.MenueOben:visited {
	
	text-decoration: none;
	color: #ffe9a7;
	background: none;	
}
a.MenueOben:hover {
	text-decoration: none;
	color: #ffe9a7;
	background: none;	
}


/**********Oberer Frame*************/

body.Frame_oben {
	border: none;
	text-indent: 0px;
}

/************Navigationsmenü links*********************/

body.Hauptmenue {
   	
	background-image:  url("Bilder/linker_frame.jpg");
}

.H_Menue_Ebene1 {
	
	font-size: 11px;
	line-height: normal;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffe9a7;
	text-indent: 5px;
	font-weight: bolder;
}

a.H_Menue_Ebene1:link 
{
	color: #ffe9a7;
	text-decoration: none;
}
a.H_Menue_Ebene1:visited {
	text-decoration: none;
	color: #ffe9a7;
}

a.H_Menue_Ebene1:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.H_Menue_Ebene2 {
	color: #709FCB;
	font-size: 10px;
	text-indent: 17px;
	margin-bottom: 8px;
	margin-top: 8px;
}


.Aktualisierung {
	font-size: 9px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
.Logout {

	font-size: 12px;
	font-weight: bolder;
	color: #FFFF66;
	text-decoration: none;
	text-indent: 5px;
}

.Login {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFF66;
	text-decoration: none;
	text-indent: 5px;
}

a.H_Menue_Ebene2:link {
	color:#bfd5e9;
	font-weight: lighter;
	text-decoration: none;
}

a.H_Menue_Ebene2:visited {
	color:#bfd5e9;
	font-weight: lighter;
	text-decoration: none;
}
 
a.H_Menue_Ebene2:hover {
	color:#FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

a.H_Menue_Ebene2:active {
	color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
 }




