
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1EDCF;
	margin:5%;
	color:#333333;
	
}

h1, h2 {
	color:#5F6C4D;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
}

h1 { font-size:1.5em; }

h2 { font-size:1.2em; }

div {
	margin:0;
	padding: 0;
}

/*******************  CONTENT  ***********************************/


.ro {
	background: url("../img/box_ro.gif") top right no-repeat;
	width:600px;
	margin-left: auto; margin-right: auto;
	
}

.lo {
	background: url("../img/box_lo.gif") top left no-repeat;
}

.ru {
	background: url("../img/box_ru.gif") bottom right no-repeat;
}

.lu {
	background: url("../img/box_lu.gif") bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt a:link {
	font:"Times New Roman", Times, serif;
	color:#5F6C4D;
	text-decoration:underline;
}

.inhalt a:visited {
	color:#993300;
	text-decoration:underline;
}

.inhalt a:hover {
	color:#47523A;
	text-decoration:underline;
}

.inhalt ul {
	list-style-image:url(../img/listbullet.gif);
	font-size: 0.9em;
}

.inhalt li {
	padding: .5em 0 0 0; 
}

