@charset "utf-8";

/* Positionselemente */

#content_admin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #c7bdb3;
}

*html #content_admin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #c7bdb3;
	background: url(../pics/bg/bg_admin.jpg) repeat-x;
}

#intro_bg_admin {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 161px;
	background: url(../pics/bg/bg_admin.jpg);

}

#intro_admin {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 161px;
	z-index: 500000;
}

#main_admin {
	position: relative;
	width: 900px;
	left: 16px;
}

#blockbox {
	padding-bottom: 8px;
}
/* Funktion starten */

#funktion_admin {
	position: fixed;
	top: 60px;
	left: 20px;
	width: 1200px;
	height: 82px;
	
}

*html #funktion_admin {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 1200px;
	height: 82px;
}


/* Unterseite bei Funktion */

.unterseite {
	padding-left: 20px;
	padding-right: 20px;
}


/* Tabellenlayout */

td {
	border: solid 1px #666;
	padding: 5px;
}

/* Link Effekte auf CMS ADMIN */

.link_bemodus {
	text-decoration: none;
	color: #15191c;
	font-weight: bold;
	font-style: italic;
}

.link_bemodus:hover {
	text-decoration: underline;
}

.link_block {
	text-decoration: none;
	color: #15191c;
	font-style: italic;
}

.link_block:hover {
	text-decoration: underline;
}

.over {
	text-decoration: none;
	color: #15191c;
	display: block;
	cursor: pointer;
	padding: 3px;
}

.over:hover {
	background-color: #EAEAEA;
}

.menaktiv {
		color:green;
}
.meninaktiv {
		color:red;
}

.gerahmt, .gerahmt2 {
		border: 1px solid #707070;
}
.gerahmt2 {
	padding: 5px;
	margin-bottom: 2px;
}