*, img, form { margin:0; padding:0; }
table { border-collapse:collapse; }
td, div { margin:0; padding:0; font-family:Verdana, DejaVu Sans, sans, sans-serif; font-size:11px; }

body{ 
	font-family:Verdana,sans-serif;
	background:#e4e5d5 url(../bilder/05_hintergrunge_invertiert.jpg) center top repeat-x;
	text-align:center;
	font-size: 11px;
	color:#444;
	margin:0;
	padding:0; 
}
	
div.aussen { 
	width:700px;
	margin:32px auto 0px auto;
	text-align:left;
}

img { border: none;
	margin:0;
	padding:0;
	font-size:10px;
	color:#000; }

a { color: #554;
	font-size: 11px;
	font-weight:bold;
	border:none;
}
a:hover { color: #000;
	text-decoration:none;
}
/* kopfzeile */
div.header { 
	/* background-color: siehe header.php; */
	height:128px;
	width:700px;
	margin-bottom:16px; 
}

div.header div.meinname { height:49px; margin:0; padding:15px 0 0 0; }
div.header div.meinname a { margin:0px 0 15px 16px; line-height:30px; text-decoration:none;}

div.header div.knoeppe {
		height:32px;
		margin:0px 16px 8px 16px;
		padding:0;
		border:none; 
}
div.header div.knoeppe div.toplink {
	height:32px; 
	float:left; 
	margin-right:8px; 
	text-align:center; 
	line-height:32px; 
}

/*div.header div.knoeppe div.blau { width:157px; background-color:#9aafff; }
div.header div.knoeppe div.rrot { width:77px;  background-color:#ff8000; }
div.header div.knoeppe div.gelb { width:83px;  background-color:#f7d700; }
div.header div.knoeppe div.grun { width:120px; background-color:#ace600; }*/

div.header div.knoeppe div.toplink a.toplink img.toplink { color:white; font-size:16px; position:relative; } 
div.header div.knoeppe div.toplink a.toplink { text-decoration:none; } 

div.header div.subnavi {
		height:15px;margin:0 16px 0px 16px;padding:1px 0 0 0;border:none; color:#554; 
}
div.header div.subnavi a { margin:0 8px 0 8px; }
.toplink{float:left;}
/* ENDE kopfzeile */

/* kasten */
div.inhalt1 {
		width:700px; 
		margin:0; 
		background-color:white;
}
div.inhalt2 {
		padding:16px 15px 8px 16px; /* rechts ausgerichtetes Element hat border:1px weiss, deshalb 15px */
		vertical-align:top;
}
/* ENDE kasten */

/* code */
div.preaussen { 
	width:667px;
	overflow:auto;
	border:1px solid #554; 
	background-color:#999989; /*#e4e5d5;*/ 
	margin-bottom:16px;
}
div.preinnen {
	margin:8px;
}
pre { font-size:12px;line-height:13px;font-family:monospace; color:white;}
/* ENDE code */
div.inhalt2 p.breadcrumb { font-size:10px; color:#999989; } 

div.inhalt2 p { margin:0 0 16px 0; }
div.inhalt2 p.wichtig { margin:0 0 16px 0;padding:8px;border:1px dotted #999989; }

div.inhalt2 hr { margin-bottom:16px; border:none; border-bottom:2px solid #999989; height:0px; }

div.inhalt2 input { border:none; background-color:#e4e5d5;height:15px;	font-family:Verdana,sans-serif;font-size:11px; }
div.inhalt2 input.knop { background-color:#999989; height:15px; position:relative; bottom:1px; vertical-align:middle; cursor:pointer;padding-bottom:1px; }

/* footer */
div.footer {
	margin:16px 0 32px 0; background-color:#999989; color:#e0e0d0; text-align:left; 
	font-size:10px;
	padding:1px 0 0 16px;
}
div.footer a {
		font-size:10px;
		font-weight:bold;
		color:#e0e0d0;
		padding-left:0px; background-image:none; 
}
div.footer a:hover { color: white;background-image:none; text-decoration:none; }
div.footer span#ml a { color: #999989; }

div.ober { height:15px; }
div.unter { margin-top:-32px;background-color:#d1d2c2;color:white;padding:16px; }
div.unter a { color:white; }
/* ENDE footer */						 

/* inhalt */
#clearer { clear: both; clear:left; clear:right;}
/* ENDE inhalt */

input.text, textarea { 
	font-family:Verdana,sans-serif;
	background-color:white;
	font-size: 11px;
	color:#304050;
}
input.button { padding:0; width:50px; height:19px;}
textarea { padding:8px; }
