@import url("forms.css");
BODY, TD
{
	padding:0;
	margin:0;
	font-family:serif;
	font-size:14px;
	color:#333;
}
BODY#left
{
	background-image:url("../img/mozlogo.png");
	background-repeat:no-repeat;
	background-position:20% 100%;
	background-color:#4DAE40;
}
BODY#right
{
	background:#128A31;
}
DIV#rightFrameStripe 
{
	left:0;
	top:0;
	width:10px;
	height:100%;
	background:#4DAE40;
}

/*------------ navi.php ----------*/

#logo
{
	position:absolute;
	left:10px;
	top:10px;
}

#navi
{
	position:absolute;
	left:190px;
	top:10px;
	height:85px;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;	
}

#navi DIV
{
	width:145px;
	float:left;
	margin-right:5px;
	line-height:1.5em;
}

#navi DIV A
{
	color:#aaa;
	text-decoration:none;
}

#navi DIV A.mouseover
{
	color:#128A31;
}

#navi DIV A.mouseout
{
	color:#aaa;
}
#navi DIV A.mouseup
{
	color:#128A31;
}

#navi B
{
	display:block;
	padding:3px;
	padding-left:0;
	padding-bottom:0;
	width:50px;
	cursor:pointer;
	cursor:hand;
	color:#128A31;
}

/*------------ content.php ----------*/

#title
{
	font-family:Verdana,Arial,sans-serif;
	color:#4DAE40;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:15px;
	position:absolute;
	left:180px;
	top:2px;	
	width:392px;
	border-top:1px solid #089C0B;
	border-right:4px solid #089C0B;
}

#windowDressing
{
	display:none;
}

#mailprint
{
	display:none;
}

#bild
{
	position:absolute;
	left:10px;
	top:64px;
}

#content
{
	position:absolute;
	left:190px;
	top:60px;
	width:392px;
	line-height:1.4em;
}

IMG
{
	border:none;
}

A
{
	color:#128A31;
}

A:hover
{
	color:#aaa;
}

P
{
	letter-spacing:0.01em;
	margin-top:0px;
	margin-bottom:13px;
}


#naviTable
{
	white-space:nowrap;
}

#naviTable TD
{	
	font-size:11px;
	padding-top:0px;
	padding:3px;
	vertical-align:top;
}

DIV.newsEntry
{
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #bbb;
}

SMALL
{
	font-family:Verdana,sans-serif;
	font-size:9px;
}

SMALL.date
{
	line-height:0.8em;
 	color:#555;
}

H2
{
 	margin:0;
 	padding:0;
	font-size:16px;
	font-weight:bold;
}

H3
{
	color:#128A31;
 	margin:0;
 	padding:0;
 	letter-spacing:0.1em;
	font-family:sans-serif; 
 	font-weight:bold;
 	font-size:12px;
}

#newsMain {
	/* container für alle news; setzt die gesamtbreite & abstand v.oben. */
	position:absolute;
	left:10px;
	top:46px;
	line-height:15px;
}

/* 
	newsBlock,
	newsBild,
	newsText
	--> see forms.css
*/

DIV.newsText 
{
	margin-left:180px;
	width:345px;
}