@media screen {
	body{
		background-color: #A8D779;
		margin: 0px;
		padding: 0px;
		margin-top:20px;
		font-family: Verdana, Tahoma, Helvetica, sans-serif;
   		font-size: 12px;
	}
	#titleblock {
		position:absolute;
		top:30px;
		left:70px;
		width:225px;
		height:40px;
	}
	#menublock {
		position:absolute;
		top:60px;
		left:50px;
		background-image:url(images/kartonmenu.png);
		background-repeat:no-repeat;
		width:225px;
		height:465px;
		padding-top:30px;
		padding-left:25px;
	}
	#karton {
		position:absolute;
		top:-40px;
		left:160px;
		background-image:url(images/karton.png);
		width:800px;
		height:800px;
	}
	#normalbox {
		width:685px;
		height:690px;
		margin-left:45px;
		margin-top:40px;
		overflow:auto;
	}
	.print {display:none;}
}

@media print {
	body{
		margin: 0px;
		padding: 0px;
		margin-top:20px;
		font-family: Verdana, Tahoma, Helvetica, sans-serif;
   		font-size: 12px;
	}
	#menublock {
		position:absolute;
		top:20px;
		left:0px;
	}
	#karton {
		top:0px;
		left:0px;
		width:19cm;
	}
	#normalbox {
	}
	.noprint {display:none;}
}

.whwpix {
	border: 2px solid #777777;
}


A:link {
	color:#5080cf;
	text-decoration:none;
}

A:Visited {
	color:#5080cf;
	text-decoration:none;
}

A:Hover {
	color:#5080cf;
	text-decoration:none;
}

A:Active {
	color:#5080cf;
	text-decoration:none;
}

li {
	margin: 0.5em;
}

dd {
	margin-left:10px;
}

.just {
	text-align:justify;
}

.menu 
{
	text-align:left;
	padding:1px;
	font-weight:bold;
	white-space:nowrap;
}

.menu:Hover
{
	background-image:url(images/kartonstreifen.png);
}

.menuactive
{
	background-image:url(images/kartonstreifen.png);
	border: 2px solid #d7e0e5;
}

.menu .link
{
	color:#5080cf;
	cursor:pointer;
}

.fuss {
	font-size:9px;
	color:#666666;
}


.titel {
	font-size: 20px;
}

.subt {
	font-size: 18px;
}

.brot {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 100%;
}

input, textarea, select {
	border: 1px solid #999999;
	background-color:#eeeeee;
	width:230px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	margin-bottom:10px;
}

.f {
	font-weight: bold;
}

.kons {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 80%;
}


div.titel {
	display: block;
	font: 150% Verdana,Helvetica,Arial,Tahoma,sans-serif;
	letter-spacing: -1px;
	margin-bottom:10px;
}

.bildrand {
	border:1px solid #999999;
}


/* Stammbaum */

td {
	font-size:80%;
}

.gen1 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#eeeeee;
}

.gen2 {
	border-top: 1px dotted #999999;
	border-left: 1px solid #999999;
	background-color:#eeeeee;
}

.gen3 {
	border-top: 1px dotted #999999;
	border-left: 1px solid #999999;
	background-color:#eeeeee;
}

.gen3o {
	border-top: 1px dotted #999999;
	border-left: 1px solid #999999;
	background-color:#eeeeee;
}

.gen4 {
	border-top: 1px dotted #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#eeeeee;
}

.gen4o {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#eeeeee;
}

.filll {
	border-left: 1px solid #999999;
}
.fillt {
	border-top: 1px solid #999999;
}
.filllt {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

