/*
	01ACP - Copyright 2008 by Michael Lorer - 01-Scripts.de
	Lizenz: Creative-Commons: Namensnennung-Keine kommerzielle Nutzung-Weitergabe unter gleichen Bedingungen 3.0 Deutschland
	Weitere Lizenzinformationen unter: http://www.01-scripts.de/lizenz.php
	
	Design by Free CSS Templates http://www.freecsstemplates.org - Noncopyright-Lizenz erworben von Michael Lorer, 01-Scripts.de
	
	Modul:		01ACP
	Dateiinfo:	Layout für ACP
*/

/* Allgemeine Definitionen (Body, Text etc.) */

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A1A1A1;
}

h1, h2, h3, h4, h5, h6 {
	color: #282858;
	margin-top:10px;
	margin-bottom:10px;
}

p, ol, ul, td {
	font-size:12px;
	color: #5E5E5E;
}

.small, .klein {
	font-size:10px;
	color: #5E5E5E;
}

.big {
	font-size:16px;
	color: #5E5E5E;
}

b, strong {
	font-weight: bold;
	color: #484848;
}

b.red {
	font-weight: bold;
	color: #BB0000;
}

b.yellow {
	font-weight: bold;
	color: #F8A000;
}

b.green {
	font-weight: bold;
	color: green;
}

a {
	text-decoration:underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #5E5E5E;
}

a:visited {
	text-decoration: underline;
	color: #5E5E5E;
}

img {
border: 0;
}

/* Elemente */

.important { color: #FF0000; font-weight: bold; margin: 0px; padding: 0px; }

.meldung_hinweis {
	background: #EEE url(../images/icons/ausrufezeichen.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	line-height:16pt;
	text-align: left;
	font-size:12px;
	color: #5E5E5E;
	
	margin: 20px 0;
	padding: 5px 20px 5px 55px;
	border-top: 3px solid #282858;
	border-bottom: 3px solid #282858;
}

.meldung_error {
	background: #EEE url(../images/icons/cancel.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	line-height:16pt;
	text-align: left;
	font-size:12px;
	color: #5E5E5E;
	
	margin: 20px 0;
	padding: 5px 20px 5px 55px;
	border-top: 3px solid #BB0000;
	border-bottom: 3px solid #BB0000;
}

.meldung_frage {
	background: #EEE url(../images/icons/kreis_frage.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	line-height:16pt;
	text-align: left;
	font-size:12px;
	color: #5E5E5E;
	
	margin: 20px 0;
	padding: 5px 20px 5px 55px;
	border-top: 3px solid #F8A000;
	border-bottom: 3px solid #F8A000;
}

.meldung_ok, .meldung_erfolg {
	background: #EEE url(../images/icons/apply.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	line-height:16pt;
	text-align: left;
	font-size:12px;
	color: #5E5E5E;
	
	margin: 20px 0;
	padding: 5px 20px 5px 55px;
	border-top: 3px solid green;
	border-bottom: 3px solid green;
}

.acp_startbox {
	width:600px;
	height:auto;
	overflow:auto;
	margin: 10px auto;
	margin-top:0;

	background-color:#EEE;
	padding: 5px 10px;
	border: 1px solid #F8A000;
}

.acp_innerbox {
	width:255px;
	height:250px;
	margin:5px;
	
	display:inline;
	float:left;
	overflow:auto;
	
	background-color:#EEE;
	padding: 0 15px;
	border: 1px solid #F8A000;
}

.box_centered {
	width:400px;
	margin: 0 auto;

	background-color:#EEE;
	padding: 0 15px;
	border: 1px solid #F8A000;
}

.contentbox{
	width:95%;
	height:auto;
	overflow:auto;
	margin: 10px auto;
	margin-top:0;

	background-color:#EEE;
	padding: 5px 10px;
	border: 1px solid #F8A000;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	margin-right:10px;
	margin-bottom:10px;
}

.indent {
	margin-left: 125px;
}


.tra {
	background-color:#FFF;
}

.trb {
	background-color:#EEE;
}

.tr_red {
	background-color:#BB0000;
	color:#FFF;
}

.tr_red  a,.tr_red b{
	color:#FFF;
}

.tr_green {
	background-color:green;
	color:#FFF;
}

.tr_green  a,.tr_green b{
	color:#FFF;
}

/* Formularelemente */

.input_old {
	padding: 3px 10px;
	background-color: #FFFFFF;
	color: #5E5E5E;
	border: 1px dotted #282858;
}

.input_select {
	padding: 1px 1px;
	background-color: #FFFFFF;
	color: #5E5E5E;
	border: 1px solid #5E5E5E;
}

.input_select2 {
	padding: 1px 1px;
	background-color: #FFFFFF;
	color: #5E5E5E;
	border: 0;
}

.asd_input {
	padding: 4px 12px;
	height: 20px;
	background: #FFFFFF url(../images/layout/img09.gif) repeat-x;
	border: 0;

	font-size: 12px;
	font-weight:bold;
	color: #5E5E5E;
}

.input2 , .input{
	height: 20px;
	background-color: #5E5E5E;

	border: 0;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.input_search {
	background-image: url(../images/icons/icon_search.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	border:1px solid #5E5E5E;
}








/* Header */

#header {
	width: 90%;
	height: 37px;
	margin: 0 auto;
	background: #F8A000 url(../images/layout/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

#rightbox {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(../images/layout/img03.gif) no-repeat right top;
}

#rightbox fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

/* Top-Menu */

#menu {
	float: left;
	width: 555px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/layout/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 10px 0px 10px;
	margin-left:10px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(../images/layout/img04.gif) repeat-x;
}









/* Content */

#content {
	width: 90%;
	margin: 0 auto;
	background-image: url(../images/layout/img09.gif);
	background-repeat:repeat-x;
}

/* Logo */

#logo {
	height: 150px;
	background: url(../images/layout/img06.gif) no-repeat;
	border-right:5px solid #FFF;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	color:#FFF;
	padding-top: 25px;
	font-size: 25px;
}

#logo h2 {
	color:#FFF;
	margin-top: -5px;
	font-size: 12px;
}

/* Linkes Menue*/

#colOne {
	float:left;
	width:20%;
	background: url(../images/layout/img05.gif) repeat-x;
	margin-right:20px;
}

#colOne a {
	text-decoration:none;
	color:#5E5E5E;
}

#colOne a:visited {
	text-decoration:none;
	color:#5E5E5E;
}

#colOne a:hover {
	text-decoration:none;
	color:#000;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

/* Haupt-Content*/

#mainContent {
	float:right;
	width:77%;
	padding-top:20px;
	/* background: url(../images/layout/img09.gif) repeat-x; */
}

#mainContent h1 {
	font-size: 24px;
}

#mainContent h2 {
	font-size: 21px;
}

#mainContent h3 {
	clear:both;
	font-size: 18px;
}

#mainContent h4 {
	font-size: 16px;
	font-weight:bold;
}

#mainContent .rundrahmen, .rundrahmen {
    padding: 4px;
    border: 2px solid #CCCCCC;
}



/* Footer */

#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 40px;
	background: url(../images/layout/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}