/* CSS Document */

* {
	list-style:none;
	text-decoration:none;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	margin:0;
	font-size: 12px/150%;
	height:100%;
}


html {
	height:100%;
}

th {
	padding-top: 25px;
}

#header {
	height:126px; 
	background: url("images/banner_acp.gif") #fff repeat-x bottom;
	padding:0px;
	margin:0px;
}

#header3p {
	height:126px;
	background: url('images/banner_acp.gif') #fff repeat-x bottom;
	padding:0px;
	margin:0px;
}

.slogo {
	margin-top: 0px;
	margin-right: 50px;
	height: 126px;
	width: 200px;
	background: url("images/logo.png") no-repeat;
}

#navi {
	height: 50px;
	/*background-color:#e0e4f0;*/
}

.content {
	padding:20px;
	background: /*url("images/bgmain.gif")*/ #fff repeat-x top;
}

.topcontent {	background-color: #e0e4f0; }

#footer {
	background:#fff;
	padding:10px;
	height:20px;
	text-align:center;
	border-top:solid 1px #fff;
	background: url("images/bgbottom.gif") repeat-x #fff;
	font-size:12px;
	padding-top: 52px;
}

.left {
	width:14px;
	background-image:url(images/default_left.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

div .warning {
	color: #f00;
	font-size: 12pt;
	text-align: center;
	width: 700px;
	margin: auto;
}

div .success {
	color: #070;
	font-size: 12pt;
	text-align: center;
	width: 700px;
	margin: auto;
}

.right {
	width:14px;
	background-image:url(images/default_right.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.bleft {background-image:url("images/default_bleft.gif");}
.bottom{background-image:url("images/default_bottom.gif");}
.bright{background-image:url("images/default_bright.gif");}


h1, h2, h3, h4 {margin:0px; padding: 0px;}
h1 {font-size: 26px; font-weight: bold;}					/* ============================================================= */
h2 {font-size: 20px; font-weight: bold; text-align:center;}	/* 			Schriftgröße und Schriftstärke						 */
h3 {font-size: 16px; font-weight: bold;}					/* 			für die verschiedenen Überschriften					 */
h4 {font-size: 16px; font-weight: normal;}					/* ============================================================= */


p {	color:#000;				/* Schriftfarbe für Absatztext */
	font-size: 12pt; }		/* Schriftgröße für Absatztext */

.content a {
	color:#039;				/* Standardfarbe für Links */
}

.content a:hover{
	color:#03C;				/* Schriftfarbe für Links wenn die Maus sich drauf befindet */
	background-color:#999;	/* Texthinterlegung bei Mouseover							*/
}

div {margin:0;}


.klein {font-size: 10pt;}			/* Kleine Schrift */
.groß  {font-size: 14pt;}			/* Große  Schrift */
.center {margin: auto; }			/* Zentrieren	  */


.tbl
{
	border: 1px solid #000;
	width:65%;
	margin:auto;
	border-collapse:collapse;

}

.tbl td
{
	border: 1px solid #000;
	margin: 0;
	padding: 4px;
}
/*Kalender*/

#cal td {
	width: 14%;
	border-collapse: collapse;
	font-size: 12px;
	overflow: visible;
	border: 1px solid #888;
}

#wrapper1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#wrapper2 {
	position: absolute;
	color: #000;
	z-index: 100;
}

.wrapperstyle {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-align: left;
	width: 300px;
}

#shadow1 {
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #000;
	width: 90%;
}

#shadow2 {
	position: relative;
	top: -3px;
	left: -3px;
}

#cal {
	border-collapse: collapse;
	width: 900px;
}

.longterm1 {
	width: 100%;
	background-color: #0f0;
}

.longterm2 {
	width: 100%;
	background-color: #f00;
}

.longterm3 {
	width: 100%;
	background-color: #00f;
}

.longterm4 {
	width: 100%;
	background-color: #ff0;
}

.today {
	width: 14%;
	background-color: #999;
	vertical-align: top;
}

.nottoday {
	width: 14%;
	vertical-align: top;
}

.headbox {
	height: 30px;
	background-color: #00f;
}

.head {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 19px;
}

.headlink {
	color: #000;
	font-size: 12px;
	text-align: center;
}

.weekdays {
	color: #000;
	font-size: 12px;
	text-align: center;
	height: 40px;
	font-weight: bold;
	background-color: #fff;
}

.numbers {
	color: #000;
	font-size: 10px;
	text-align: right;
	height: 30px;
	font-weight: normal;
	background-color: #fff;
}

.day {
	color: #000;
	font-size: 10px;
	text-align: left;
	height: 100px;
	font-weight: normal;
	background-color: #fff;
}



/* Menü */
.menu
{
	position: relative;
	z-index: 3;
	top: 15px;
	left: 20px;
	display:block;
}

ul, li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	float:left;
}

.menu li
{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu a
{
	border: 1px solid #888;
	background-color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 2px;
	display: block;
	color: #fff;
	padding: 2px;
}

.menu a:hover{ background-color: #57c; color: #000;	}


#smenu0, #smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenua
{
	font-size: 10px;
	display: none;
	top:20px;
	left:0px;
	position:absolute;
	float: left;
}

#smenu9, #smenu10, #smenu11, #smenu12, #smenu13, #smenu14, #smenu15, #smenu16 {
	font-size: 10px;
	display: none;
	top:20px;
	left:-138px;
	position:absolute;
	float: left;
}

#smenu0 a, #smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a, #smenu7 a,#smenu8 a, #smenu9 a, #smenu10 a, #smenu11 a, #smenu12 a, #smenu13 a, #smenu14 a, #smenu15 a, #smenu16 a, #smenua a
{
	background-color: #fff2d8;
	font-weight: normal;
	padding-top: 2px;
	border-top: 0px;
	width: 180px;
	cursor: pointer;
	color: #000;
}

#smenu0 a:hover, #smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover,#smenu8 a:hover, #smenu9 a:hover, #smenu10 a:hover, #smenu11 a:hover, #smenu12 a:hover, #smenu13 a:hover, #smenu14 a:hover, #smenu15 a:hover, #smenu16 a:hover, #smenua a:hover
{
	background-color: #57c;
	font-weight:bold;
}


.bmenuleft
{
	display:none;
	left: -183px;
	top: 0px;
	border-top: 1px solid #888;
	position: absolute;
	width: 185px;
}
.bmenuleft a {margin: 0px;}
.bmenuleft li {position:relative; }



.bmenuright
{
	display:none;
	left: 187px;
	top: 0px;
	border-top: 1px solid #888;
	width:187px;
	position:absolute;
}
.bmenuright a {margin: 0px;}
.bmenuright li {position:relative; }


 div .microsearch {
	border: 1px solid #888;
	text-align: center;
	display: block;
	color: #000;
	padding: 2px;
	background-color: #fff2d8;
	font-weight: normal;
	border-top: 0px;
	width: 180px;
	height:100px;
	position:absolute;
}

div .microsearch input[type=text]{
	border:1px solid #000;
	color: #000;
	background-color: #fff;
}

div .microsearch input[type=text]:hover{
	border:1px solid #000;
	color: #000;
	background-color: #eee;
}

div .microsearch select{
	border:1px solid #000;
	color: #000;
	background-color: #fff;
}

input[type=button]{
	width:90px;
}

/* acp auswahl buttons */
.mnu { border: 1px solid #555; background-color: #ddd; padding:2px;}
a img {border:1px solid #555;}