@import url("forms.css");

BODY,TD,P {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color : #003399;
}

BODY {
	margin:0;
	padding:0;
	background:#003399;
}

BODY.inhalt {
	margin:5;
	padding:5;
	background:#F0F3F9;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color : #003399;
}

BODY.main {	
	/* innenabstände der hauptfensters */
	padding-top: 20px;
}

BODY.navi {
	margin:0;
	padding:0;
	margin-top:20px;
	letter-spacing:0.1em;
}

/* links */

A {
	color:#003399;
}

A:Hover {
	color:#FF9900;
	text-decoration:none;
}
A.ticker {
	color:#003399;
	text-decoration:none;
}
A.ticker:Hover {
	color:#ff9900;
	text-decoration:none;
}
A.mail {
	color:#003399;
	text-decoration:underline;
}

A.mail:hover {
	color:#FF9900;
	text-decoration:none;
}

DIV.content {
	padding-left:2px;
	width:375px;
	line-height:15px;
}

DIV.person {
	padding-left:0px;
	width:450px;
	line-height:15px;
	/* derzeit mit tabellen gemacht 
	   background-image: url("bilder/personalbilder/personalfeld.jpg"); */
}

DIV.person IMG {
	border: 1px solid white;
}

DIV.foto {
	position:absolute;
	top:37px;
	left:380px;
	width:120px;
	height:120px;
	background:#DDDDDD;
	/* formatierung bildunterschrift: */
	font-size:10px;
	color:#666666;
	text-align:right;	
	visibility:hidden;
}

#newsMain {
	/* container für alle news; setzt die gesamtbreite & abstand v.oben. */
	width:532px;
}

DIV.newsBlock {
	/* container für jeden beitrag */
 	margin-bottom:40px;
 	clear:both;
}

DIV.newsText {
	padding-left:2px;
	width:350px;
	font-size:11px;
}

DIV.newsBild {

	/* abstand oben (ausrichtung nach links zur überschrift) */
	margin-top:29px;
	
	/* rechtsbündig 'schweben' */
	float:right;  

	/* damit checkt's sogar der nn4 einigermaßen */
	width:150px;
	
	/* formatierung bildunterschrift: */
	font-size:10px;
	color:#003399;
	text-align:right;
}
DIV.contentBild {

	/* abstand oben (ausrichtung nach links zur überschrift) */
	margin-top:30px;
	
	/* rechtsbündig 'schweben' */
	float:right;  

	/* damit checkt's sogar der nn4 einigermaßen */
	width:150px;
	
	/* formatierung bildunterschrift: */
	font-size:10px;
	color:#003399;
	text-align:right;
}

DIV.newsBild IMG {
	border: 1px solid white;
}
DIV.newsarchiv
{
  line-height:1.3em;	
  margin-bottom:400px;
}
DIV.newsarchiv A
{
  text-decoration:none;
}

/* tour: andere formatierung>> breite und float */

DIV.tour {
	padding-left:2px;
	width:545px;
	line-height:12px;
}
	

DIV.tourBild {

	padding:0;
	
	/* abstand oben (ausrichtung nach links zur überschrift) */
	margin-top:20px;
	margin-right:12px;
	
	/* linksbündig 'schweben' */
	float:left;  

	/* damit checkt's sogar der nn4 einigermaßen */
	width:160px;
	
	/* formatierung bildunterschrift: */
	font-size:10px;
	color:#003399;
	text-align:left;
}

DIV.tourBild IMG {
	margin-bottom:3px;
	border: 1px solid white;
}

DIV.footer {
	clear:both;
}

/* hauptüberschrift */
H2 {
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:12px;
	letter-spacing: 0.2em; 
}

/* unterüberschrift */
H3 {
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing: 0.1em; 
}

EM {
	font-weight:bold;
	font-style:normal;
}

TD.topalign {
	padding-top:7px;
	vertical-align:top;
}
/* textformatierungen */

.normora {  
	font-family: Verdana, Arial,sans-serif; 
	font-size: 11px; 
	color : #FF9900; 
}

.arial9 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color : #003399; 
} 

/* MEDIA : PRINT - formatierungen für's ausdrucken */

@media print {

BODY,P,TD {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	line-height:1.5em;
	color: black;
}
DIV.content {
	width:100%;
}
DIV.newsBild {
	font-size:7pt;
	color:black;
}
H2 {
	margin-top:10pt;
	margin-bottom:25pt;
	font-size:14pt;
	color:#333;	
	background:transparent;
	letter-spacing: 0.1em; 
	width:100%;
	padding-bottom:5pt;
	border-bottom:0.5pt solid black;
}
H3 {
	margin-top:0pt;
	margin-bottom:6pt;
	font-size:11pt;
	color:#333;	
	background:transparent;	
	letter-spacing: 0.1em; 
}
A {
	color:#FF9900;
	text-decoration:none;
}
} /* end media:print */

DIV.aktion
{
	cursor:pointer;
	cursor:hand;
	margin-top:35px;
	padding:7px;
	padding-top:12px;
	padding-bottom:12px;
	width:364px;
	border:1px solid white;
	background-repeat:no-repeat;
	background-position: bottom right;
}

DIV.aktion H2 {
	font-weight:normal;
	display:inline;
	font-size:18px;
	letter-spacing:0.1em;
}
