@charset "utf-8";

body  {
    font: 100% Arial, Helvetica, sans-serif;
	background: #203462 url(bilder/hintergrund.png) repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}
.uc #container { 
    width: 800px;
    background: url(bilder/body.png) repeat-y center 50%;
    margin: 0 auto;
    text-align: left;
} 
.uc #header { 
   	background: #DDDDDD url(bilder/union-consulting.png) no-repeat; 
	padding: 88px 0 0 13px;
	height: 22px;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #203462;
}
.uc #header li {
	display: inline;
	list-style: none;
	padding-left: 12px;
	margin-right: 1.5em;
}
.uc #header #aktiv a{
	color: #fdd000;
}
.uc #cage {
    background: url(bilder/body-side.png) repeat-y right;
	width: 800px;
}
.uc #sideContent {
	margin-left: 550px;
	font-size: 0.8em;
	padding: 15px;
	height: auto;
} 
.uc #sideContent ul {
	padding: 10px;
}
.uc #sideContent ol{
	padding: 0 0 0 20px;
}
.uc #sideContent li {
	font-size: 1em;
	line-height: 1.8em;
}
.uc #theme {
	background: #DDDDDD;
	}
.uc #theme li {
	display: inline;
	list-style: none;
	margin: 0.5em;
}
.uc #mainContent {
	padding: 0 25px;
	font-size: 0.8em;
	min-height: 614px;
} 
.uc #mainContent a {
	color: #203462;
	text-decoration: underline; 
}
.uc #indexContent {
	padding: 0 25px;
	font-size: 0.8em;
	float: left;
	width: 500px;
	min-height: 500px;
} 
.uc #indexContent a {
	color: #203462;
	text-decoration: underline; 
}
.uc #indexContent h1 {
	font-size: 1.3em;
}
.uc #indexContent h2 {
	font-size: 1.1em;
}
.uc #indexContent td {
	font-size: 0.8em;
}
.uc #footer { 
   	background: #203462 url(bilder/footer.png) no-repeat; 
	height: 30px;
   	padding-top: 7px;
	font-size: 0.6em;	
	text-align: center;
	color: #FAFAFA;
	clear: both;
}
.uc #footer a {
	color: #203462;
	text-decoration: none;
}
.uc #footer p {
   	margin: 0;
   	padding: 10px 0;
}
a { 
	color:#203462;
	text-decoration: none;
} 
a:hover {
	color: #fdd000;
	text-decoration: none;
}
a:active {
	color: #fdd000;
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
#box-table-a
{
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #269929;
	border-top: 4px solid #269929;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #c1efc2; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #8dc98e;
	color: #000;
}
