html, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	background-color: #FFE88D;
	background-image: url("images/back.gif");
	background-repeat: repeat-y;
	background-position:center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div	{
	position: relative;
	background-repeat: repeat;
}

div.head {
	margin-left: 0px;
	width: 770px;
	height: 159px;
}

div.nav	{
	padding:0px;
	width: 210px;
	height: 440px;
	background-image: url("images/nav_back.jpg");
	background-repeat: no-repeat;
	float:left;
}

div.lang {
	position:absolute;
	left:0px;
	top:580px;
}

div.cont {
	margin-top: 24px;
	margin-left: 210px;
	width: 510px;
	z-index:2;
	background-color: #FFE88D;
}

div.main {
	height: 100%;
	margin-top: 0px;
	left: 50%;
	margin-left: -385px;
	width: 770px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-color: #FFE88D;
	overflow: visible;
}

div.pic {
	width:111px;
	height: 110px;
	position:relative;
	float:left;
	text-align:center;
	}

img.text-right {
	float:right;
	width:150px;
	height:150px;
	border:1px solid white;
	margin-top: 4px;
	margin-left:17px;
	}

img.text-left {
	float:left;
	width:150px;
	height:150px;
	border:1px solid white;
	margin-top: 4px;
	margin-right:17px;
	}

div.history-right {
	float:right;
	margin-top: 4px;
	margin-left:17px;
}

div.history-left {
	float:left;
	margin-top: 4px;
	margin-right:17px;
}


a.extern:hover {
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
}

img.white {
	border: 1px solid white;
}

input, textarea {
	border: 1px solid black;
	margin-top: 1px;
	padding: 2px;
}

input.button {
	background: none;
	color: black;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: -2px;
	font-weight: normal;
	color: #000000;
	font-size: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	font-style: italic;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000000;
	font-size: x-small;
}

.h4-link {
	font-size: x-small;
	color: gray;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.extern {
	font-weight: normal;
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
	background: url("grafik/net.gif") no-repeat;
}


p.footer {
	text-align: right;
}

p.footer a {
	text-decoration: none;
	border-bottom: none;
	color: gray;
	font-size:10px;
}

a.back {
	background: url("grafik/left.gif") no-repeat;
}

a.up {
	background: url("grafik/up.gif") no-repeat;
}

.prog_table_head {
	font-style: italic;
}
