div.table {
	display: table;
	border-collapse: collapse;
	border: 1px solid red;
}

div.tr {
	display: table-row;
	border: 1px solid red;
}

div.td {
	display: table-cell;
	border: 1px solid red;
	padding: 0px;
}

body{
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	background-color: #eff7e4;
	color: #004000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.big { font-size:16px; font-weight:bold; }

.red { color:#C00000; }

#head_background{
	position: relative;
	top: 10px;
	width: 100%;
	height: 85px;
	background-image: url("img/header/new_header_bg.jpg");
	background-repeat: repeat-x;
	background-color: green;
}

#container{
	position: relative;
	margin-top: -85px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ddf7b7;
}

#header{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 175px;
	width: 980px;
}

#navi{
	width: 250px;
	background-color: #ddf7b7;
	float: left;
}

#spacer10{
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background-color: green;
}

#vdh{
	width: 150px;
	height: 173px;
	background-image:url("img/content/vdh.jpg");
	background-color: #ddf7b7;
	margin-left: auto;
	margin-right: auto;	
}

#content {
   height: 400px; /* das hier für den ie */
   width: 728px;
   border: 1px dotted green;
   background-color: white;
   float: right;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
    height:auto;
    min-height:400px;
}

#content_distancer{
	border: 1px solid white;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer{
	width: 980px;
	height: 20px;
	background-color: green;
	vertical-align: middle;
	clear: both;
}

#spacer5{
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	background-color: #ddf7b7;
	clear: both;
}

#imp{
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: white;
	float: right;
	text-decoration: none;
}

#cpr{
	width: 250px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
	float: left;
	text-decoration: none;
}

#menucase ul.vert-one {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	font: bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height: 120%;
	width: 242px;
	text-align: left;
	border-left: 5px solid green;
}

#menucase ul.vert-one li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ddf7b7;
	border-bottom: 1px solid #bdd797;
	width: 245px;
	text-align: center;
}

#menucase ul.vert-one li a {
	color: #ffffff;
	background: #0a0;
	width: 250px;
	text-decoration: none;
	display: block;
	width: 245px;
}

#menucase ul.vert-one li a:hover {
	background: white;
	color: green;
	width: 245px;
}

#menucase ul.vert-one li div.current,ul.vert-one li a.current:hover {
	background: #ddf7b7;
	color: green;
	width: 245px;
}

a:link,a:visited { color:#004000; text-decoration:underline; }

a:hover,a:active { color:#00c000; text-decoration:underline; }

a.footer_link {
	color: white;
	text-decoration: none;
}

.info { cursor:url("http://www.nataliamartens.de/img/cursor/info.cur"), pointer; }

.open { cursor:url("http://www.nataliamartens.de/img/cursor/open.cur"), pointer; }

.email { cursor:url("http://www.nataliamartens.de/img/cursor/email.cur"), pointer; }

.world { cursor:url("http://www.nataliamartens.de/img/cursor/world.cur"), pointer; }

.pdf { cursor:url("http://www.nataliamartens.de/img/cursor/pdf.cur"), pointer; }
