@charset "utf-8";
body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
#menu_right{


	background-color: #D6EFFF;
	padding: 25px 5px 5px 5px;
	width:990px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align:right;
	border-bottom-width: thin;
	font-size:12px;
	}
#menu_right a
{
	color:#000;
}

#menu_left
{
	float: left;
	padding: 5px;
	font-size:12px;
}
#menu_left a
{
	color:#000;
}

.oneColFixCtr #mainContent {
	background-color: #FFF;
	padding: 0;
	margin:10px;
	min-height:700px;	
	overflow:auto;	
	}
h1, h2, h3
{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#434E90;
}
table, p
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}





table.separate {   border-radius: 10px;  border-spacing: 0; border-collapse: separate; }

table.separate td, table.separate th {  padding: 5px 12px; border-bottom: 1px solid #079EE5; border-right: 1px solid #079EE5; }
table.separate th { background: #D5EFFE; color: #334587; }

table.separate tr:last-child td:first-child {
    border-bottom-left-radius:10px;
}

table.separate tr:last-child td:last-child {
    border-bottom-right-radius:10px;
}

table.separate tr th:first-child,
table.separate tr td:first-child {
   border-left: 1px solid #079EE5;
}

table.separate tr:first-child th,
table.separate tr:first-child td {
   border-top: 1px solid #079EE5;
}

table.separate tr:first-child th:first-child,
table.separate tr:first-child td:first-child {
    border-top-left-radius:10px
}

table.separate tr:first-child th:last-child,
table.separate tr:first-child td:last-child {
    border-top-right-radius:10px
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
