html, body {
	margin-left: 0px;
	margin-top: 0px;
	height: 100%; /* wichtig */
	background-image: url(img/sterne.jpg);
	background-repeat: repeat;
	overflow: hidden;
	 line-height:    1.25;
}

body {
        /* Nur hier, sonst gibt es
         * eventuell Vererbungsprobleme.
         */
        font-size:      100.01%;
}

p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h1{
	font-size:14px;
	color: #05447C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #25547E;
	border-bottom-color: #25547E;
	margin:5px 0px 5px 0px;
}

h2{	font-size:12px;
	font-weight:bold;
}

.box{
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%;
	background-image: url(img/container.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 20px;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 400px;
	margin-left: -375px;
	margin-top: -170px;
	background-image: url(img/container-innen.jpg);
	background-repeat: no-repeat;
	border: 1px solid #0054A8;
}
.header_flash {
	position: relative;
	height: 85px;
}
.navigation {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e9713c;
	border-bottom-color: #25547e;
	position: relative;
	height: 26px;
	padding: 0;
	margin-bottom: 0px;
	clear: both;
	background-image: url(img/nav-hintergrund.gif);
	background-repeat: repeat-x;
}

.navigation ul
{
	width: auto;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.navigation li
{
	float: left;
	padding: 0 1px 0 0;
	margin: 0 0 0 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #054783;
}

.navigation ul a
{
	float: left;
	display: block;
	padding: 5px 13px 6px 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.navigation ul li:hover a
{
	background-image: url(img/nav-hintergrund-hover.gif);
	background-repeat: repeat-x;
}

.navigation ul li:hover
{
	background-image: url(img/nav-hintergrund-hover.gif);
	background-repeat: repeat-x;
}


.flash {
	height: 241px;
	width: 330px;
	text-align: center;
	padding-top:25px;
	float: right;
}
.content {
	position: relative;
	width: 395px;
	height: 226px;
	float: right;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 23px 10px 10px 10px;
}

.content a{
	color:#000000;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color: #25547e;
}

.subnav {
	height: 241px;
	width: 135px;
	text-align: center;
	padding-top:25px;
	background-image: url(img/subnav-hintergrund.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #25547e;
	float:left;	
}

.subnav div{
	margin-left:-40px;
	text-align:left;
	margin-top:-20px;
}

.subnav div ul{
	list-style:none;
	margin-top:0px;
}

.subnav ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #25547e;
	padding:5px 0px 5px 8px;
	
}

.subnav div ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom-width:0px;
	text-decoration:none;
}

.subnav div ul li a:hover{
	font-weight:bold;
}




.content2 {
	position: relative;
	width: 580px;
	height: 236px;
	float: right;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 15px 10px 10px;
}

.content2 a{
	color:#000000;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color: #25547e;
}

.footer {
	background-color: #CC9999;
	height: 17px;
	position: relative;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 267px;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.footer-symbol1 {
	margin-left: 407px;
}

.footer-symbol {
	margin-left: 10px;
}

.flagge {
	text-align:center;
	padding-top:7px;
	padding-left: 6px;
	border: 0px;
}

.pfeil {
	color:#CC6600;
}


.neueartikel {
	margin-left:-40px;
}

.neueartikel ul{
	list-style:none;
	margin-top:0px;
}

.neueartikel a{
	color:#000000;
	text-decoration:none;
}

.sitemap {
	margin-left:-20px;
}

.sitemap a{
	border-bottom-width:0px;
}

/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail a{
	border: 0px solid;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

.iaa{
	position: absolute;
	height: 92px;
	width: 226px;
	left: 300px;
	top: -115px;
}
