body{
		background-image:url(img/bg.jpg);
		background-repeat:repeat-x;
		background-attachment:fixed;
		background-color:#F3EAD8;
		color:#0B334C;
	}
* html body {

}

a, a:hover, a:visited, a:link, a:active, a:focus {
	color:#0B334C;
}	

td {
	color:#0B334C;
}
#leftHead {
	background-image:url(img/left_head.jpg);
}
#rightHead {
	background-image:url(img/right_head2.jpg);
	background-repeat:no-repeat;
}
#menu {
		background-image:url(img/menubg.jpg);
		background-repeat:no-repeat;
	}
	
 div#leftcontainer{
	background-image:url(img/bgMenuBottom.gif);
	background-repeat:repeat-y;
 }

#leftmenu {
	background-color:#011838;
}

#maincontainerContent {
	border-right:1px solid #628EBB;
	border-bottom:1px solid #628EBB;
	background-image:url(img/watermark.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:400px 360px;
}

* html #maincontainerContent { /* fuer ie, aber der 7er muss hier noch weg! */
		background-position:200px 360px;
}

div#startPageContent{
	border-right:1px solid #628EBB;
}

#contentHeaderStartPage {
	background-image:url(img/shaddowlineStartPage.jpg);
	background-repeat:no-repeat;
}

#contentHeader {
	background-image:url(img/shaddowline.jpg);
	background-repeat:no-repeat;
}

.newsDescr, .downloadDescr {
	background-image:url(img/pointline.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}	

.startPageNews {
	background-image:url(img/arrow2.gif);
	background-repeat:no-repeat;
	background-position:6px 2px;
}


