/* Body */
body {
	background-color:#CCCCFF;
	font-size:13px;
	color:#000000;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif;
}

/* Titel: */
h1 {
	font-size:18px;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif, bold;
}

h2 {
	font-size:15px;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif, bold;
}

h3 {
	font-size:13px;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif, bold;
}


td {
	background-color:#ffffff;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

td.logos {
	text-align:center;
	vertical-align:middle;
}

td.title {
	width:100%;
	font-size:22px;
	color:#3399FF;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif, bold;
	text-align:center;
	vertical-align:middle;
	border:1px #98AAB1 solid;
}

td.nav {
	width:20%;
	font-size:15px;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif;
	border:1px #98AAB1 solid;
}

td.sponsor {
	width:100%;
	text-align:right;
	vertical-align:middle;
}

td.site {
	width:100%;
	font-size:13px;
	color:#000000;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif;
	border:1px #98AAB1 solid;
}

td.navintern {
	width:180px;
	font-size:13px;
	color:#000000;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif;
	border:1px #98AAB1 solid;
}

td.portrait {
    width:180px;
    font-size:13px;
    color:#000000;
    font-family:Trebuchet MS, Geneva, Arial, sans-serif;
    border:1px #98AAB1 solid;
}

td.copyright {
	width:100%;
	font-size:10px;
	color:#999999;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif;
	vertical-align:middle;
	border:1px #98AAB1 solid;
}




/* Allgemeine Links */
a:link {
	color:#FF9933;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color:#FF9933;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a:visited {
	color:#FF9933;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
	background:none;
}


/* Links der Navigation */
a.nav:link {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a.nav:active {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a.nav:visited {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a.nav:hover {
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
	background:none;
}




/* Link der Navigation, welcher Ausgewählt ist: Momentane Seite */
.navCurrent{
	color:#3399FF;
	font-weight:bold
}

a.navCurrent:link{
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a.navCurrent:active{
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a.navCurrent:hover{
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
	background:none;
}

a.navCurrent:visited{
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
	background:none;
}


@media screen{
table.main {
    width:800px;
}
}

@media print {
td.title td.nav td.site td.copyright {
    page-break-after:avoid;
}

td.navintern {
	display:none;
}
}

