/*
	admin.css  - style fuer den Adminbereich
*/

body {
	text-align: center;
	font-family: Arial, Helevtica, Verdana, sans-serif;
	font-size: 13px;
	background: #f3f3f3 url(../gfx/body-bg.png) no-repeat top center;
	color: black;
	padding: 0px;
	margin: 0px;
}

div#admin-content-wrapper {
	margin: 0 auto 0 auto;
	width: 962px;
	text-align: left;
	}

#header {
	height: 100px;
	}

	#header #logo {
		width: 52px;
		height: 91px;
		text-indent: -9999px;
		float: left;
		margin: 10px 0 0 20px;
		display: block;
		border: none;
		background-repeat: no-repeat;
		background-image: url(../gfx/logo.png);
		}
	
	#header a#logo:hover { 
		background-image: url(../gfx/logo-hover.png);
		}

	#header h1 {
		display: block;
		width: 600px;
		padding-top: 5px;
		padding-left: 20px;
		float: left;
		color: #EFEFEF;
		text-shadow: 1px 1px 2px #666666;
		font-size: 25px;
		}

	#header h1 a {
		text-decoration: none;
		color: #EFEFEF;
		}

/* --- Navigation und Buttons */

#menu-wrapper {
	height: 50px;
	color: #666666;
	width: 962px;
	}

	#menu-wrapper ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#menu-wrapper li {
		list-style-type: none;
		display: block;
		float: left;
		padding-right: 20px;
	}
	
	#menu-wrapper li a:hover {
		color: black;
		border: 1px solid #b0b0b0;
		background-color: #ececec;
	}

a.button {
	display: block;
	background-color: #F0F0F0;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	color:#666666;
	background-repeat: no-repeat;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	white-space:nowrap;

	padding: 12px 10px 12px 35px;
	height: 20px;
	background-position: 8px 12px;
}

a.button:hover {
	color: black;
	border: 1px solid #b0b0b0;
	background-color: #ececec;
	}

a.buttonsmall {
	padding: 5px 5px 2px 28px;
	margin: 2px 4px 2px 0;
	background-position: 5px 5px;
	}

a.edit {
	background-image: url(../gfx/icon_edit.png);
	}

a.logout {
	background-image: url(../gfx/icon_logout.png);
	}

a.log {
	background-image: url(../gfx/icon_log.png);
	}

a.home {
	background-image: url(../gfx/icon_home.png);
	}

a.delete {
	background-image: url(../gfx/icon_delete.png);
	}

a.download {
	background-image: url(../gfx/icon_download.png);
	}

a.sort {
	background-image: url(../gfx/icon_sort.png);
	}

a.refresh {
	background-image: url(../gfx/icon_refresh.png);
	}


/* --- General */

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #464646;
	text-shadow: 1px 1px 1px #fff;
	text-align: left;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	}

h3 {
	font-size: 110%;
	}

h4 {
	font-size: 90%;
	}

h5 {
	font-size: 80%;
	}

table h1, table h2, table h3, table h4, table h5 {
	margin-left: 0;
}

p {
	text-align: left; /* Thanks IE */
}


/* --- Tabellen */

th,td {
	font-size: 13px;
}


/* --- Tabelle: Statistiken */

table.stats {
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #ffffff;
}

.stats {
	width: 500px;
	margin-left: 70px;
}

p.stats, p.stats a, span.stats, span.stats a {
	color: #858585;

}

table.stats tr.ungerade {
	background-color: #F0F0F0;
}

table.stats th {
	text-align: left;
	background-color: transparent;
	border: 0 none;
	padding: 0.5em;
	font-weight: normal;
}

table.stats tr.kopf th {
	color: #858585;
	border-bottom: 1px solid #C5C5C5;
	min-width: 70px;
}

table.stats td.entry {
	font-size: 13px;
	padding: 4px 0 2px 0;
	}

	table.stats td.links {
		text-align: left;
	}
.pin {
	font-family: courier;
	border: 1px solid #cecece;
	background-color: white;
	padding: 4px 5px 2px 4px;
	margin-left: 3px;
}

/* --- Tabelle: Log */  

ul.logmenu {
	margin: 0;
	padding: 0 0 0 3px;
	}

	ul.logmenu li {
		list-style-type: none;
		display: block;
		float: left;
		padding-right: 20px;
		}
	
	ul.logmenu a.on {
		background-image: url(../gfx/icon_on.png);
		color: black;
		border: 1px solid #a3a2a2;
		background-color: #e1e1e1;
		}
	
	ul.logmenu a.alle {
		color: black;
		border: 1px solid #a3a2a2;
		background-color: #e1e1e1;
		}

table#log {
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #ffffff;
	width: 800px;
	}

	table#log th {
		text-align: left;
		background-color: transparent;
		border: 0 none;
		padding: 0.5em;
		font-weight: normal;
	}

	table#log td.entry {
		font-size: 13px;
		padding: 4px 0 2px 0;
		}
	
	table#log td.fehler {
		background-color: #ffd7d7;
	}

table#log td.zeile {
	font-family: courier;
	padding: 0 0 0 5px;
}

/* --- Tabelle: Einstellungen */
table.einstellungen {
	width: 800px;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	background-color: #ffffff;
	font-size: 14px;
}

table.einstellungen td {
	font-size: 13px;
	padding: 4px 0 2px 0;
}

	table.einstellungen td.entry {
		font-size: 13px;
		padding: 4px 0 2px 10px;
		}

	table.einstellungen th {
		background-color: transparent;
		text-align: left;
		border: 0 none;
		padding: 0.5em;
		font-weight: normal;
	}
	
	table.einstellungen tr.ungerade {
	}
	
	table.einstellungen tr.gerade {
		background-color: #F0F0F0;
	}
	
	table.einstellungen textarea {
		width: 90%;
		margin: 5px;
	}

	table.einstellungen span.erklaerung {
		display: block;
		padding: 0 0 5px 20px;
		background-repeat: no-repeat;
		background-image: url(../gfx/icon_information.png);
		font-size: 10px;
		}

/* --- Sonstiges */

.hilfe {
	display: none;
}

.unsichtbar {
	display: none;	
}

/* Bedingungen */

.linie_rot {
	color: #eb4747;
	font-weight: bold;
}

.linie_gelb {
	color: #c2c40e;
	font-weight: bold;
}

.linie_gruen {
	color: #1aa110;
	font-weight: bold;
}

/* --- Footer */
.footer {
	color: #c5c5c5;
	margin: 40px 0 30px 0;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
}

.footer a {
	color: #c5c5c5;
}