/* CSS Document */
	body
	{
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		text-align: center;
		color: #000;
		background-color:#FFFFFF;
	}
	
/* Beginn CSS-Layout-Anweisungen */

/* ADMINISTRATION */



#admincontainer
	{
		float: left;
		margin: 5px;
		width:950px;
		text-align: left;
/*		outline:2px solid #000066; */
	}	
#admintop
	{
		float: left;
		background-color:#000000;
		text-align: left;
		color:#FFFFFF;
	}
#adminmain
	{
		float:inherit;
		background-color:#FFFFFF;
		text-align: left;
		color:#000000;
	}
#adminbottom
	{
		float:left;
		width: 800px;
		text-align: left;
		color:#FFFFFF;
	}

#bildtab
	{
	width:120px;
	height:170px;
	background-color:#CCCCCC;
	margin:5px;
	float:left;
	text-align:center;
	}

/* HAUPTSEITE */

#adminleiste
	{
		margin: 1em auto;
		width: 100%;
		text-align: left;
		background-color:#FFFFFF;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
		text-align: left;
		color:#000000;
	}

.Button
	{
		background-color:#aaa;
		color:#000000;
		border:2px solid #ddd;
		}

.Form
	{
		background-color:#FFFFFF;
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		border: 1px solid #333333;
		margin:3px;
	}


.black
	{
	color:#000000;
	}
	
	









.titel {
	font-size:xx-large;
	margin-left:10px;
	color:#000066;
	}

a.whitelink {
	color:#FFFFFF;
/*	color:#FFFF66; */
	text-decoration:none;
	font-size:small;
	}
	
a:hover.whitelink {
	text-decoration:underline;
	color:#FFFFFF;
	background-color:
	}

.abstand
	{
	padding:5px;
	}
	
.abstand a
	{
	color:#000066;
	}
	
.abstand a:hover
	{
	color:#0066FF;
	text-decoration:underline;
	}


.Edit a
	{
		color:#0000FF;
		text-decoration:none;
	}

.Edit a:hover
	{
		color:#0099FF;
	}


.Del a
	{
		color: #FF0000;
		text-decoration:none;
	}
	
.Del a:hover
	{
		color:#FF9900;
/*		text-decoration:none;*/
	}
	
.Active
	{
		color:#990000;
	}


.small
	{
		font-size:smaller;
	}