body { 
	font-family: Helvetica, Arial, Sans-Serif;
	background-image:url(../media/frauenbewegung.png);
	background-repeat: no-repeat;

}

body.edition68 {
	background-image:url(../media/vereinigteuch_frei2.png);
	background-repeat: repeat-x;
	background-position: -140px 0px;
}

body.korpora {
	background-image:url(../media/hochiminh.png);
	background-repeat: repeat-x;
	background-position: 10px 30px;
}

img.bildlinks {
	margin-right: 15px;
	margin-bottom: 15px;
}

a { color: black; }

div.navigation {
	position: absolute;
	left: 10px;
	top: 10px;
}


div.subnavigation {
	position: absolute;
	left: 10px;
	top: 125px;
}

div.content {
	position: absolute;
	left: 250px;
	top: 125px;
	right: 20px;
	background-image:url(../media/transparent.png);
	background-repeat: repeat;
	padding-left: 15px;
	padding-right: 15px;
	border: solid;
	border-color: red;
	border-width: 1px;
}

.naviItem {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid;
	border-width: 1px;
	border-color: red;
	background-color: white;
}

a.naviItem {
	background-color: red;
	color: white;
}

.naviItemSub {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid;
	border-width: 1px;
	border-color: red;
	/*background-color: white;*/
	background-image:url(../media/transparent.png);
	background-repeat: repeat;
	display: block;
	font-size: 10pt;
	margin-bottom: 3px;
}

a.naviItemSub {
	background-color: red;
	color: black;
}

