@charset "utf-8";
/* Egbert Gymnasium Münsterschwarzach */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#randompic img {
	border: solid 2px #bbaaa7;
}

#contentarea {
	float: left;
	width: 635px;
	padding-left: 30px;
	padding-right: 0px;
}

.csc-header {
	color: #d1e36e !important;
	text-align: right !important;
	margin-bottom:15px !important;
	margin-top: 53px !important;
	padding-top: 0px !important;
	background-color: #d1e36e !important;
}

h1 {
	color: #d1e36e;
	text-align: right; 
   	font-size: 14px;
}

h2 {
	background-color: #FFFFFF;
	display:inline;
	font-size: 12px;
	padding-left: 5px;
 	color: #272727;   	
}

hr {
    margin-top:10px;
    margin-bottom:15px;
}

a:link {
	color: #272727;

}

a:visited {
	color: #272727;
}

a:hover {
	color: #272727;
}

a:active {
	color: #272727;
}

#site {
	width: 1000px;
}

img {
	display: block;
	border: 0px;
}


#header {
	height: 161px;
	text-align: center; 
	vertical-align: top;
}

* html #header { 
	margin-bottom: -1px;
}

#header img {
	display: inline;
}

#topMenu {
	background-image: url(../img/bgTopMenu.jpg);
	background-repeat: no-repeat;
	margin-top: -3px;
	height: 20px;
	/* padding-right: 200px; */
}

#colLeft {
	background: url(../img/bgLeftMenu.jpg) no-repeat;
	background-color: #272727;
	float: left;
	width: 155px;
	height: 500px;
	padding-top: 80px;
	overflow: hidden;
}

#colRight {
	background: url(../img/bgRightMenu.jpg) no-repeat;
	background-color: #272727;
	float: right;
	width: 160px;
	height: 500px;
	padding-top: 80px;
	overflow: hidden;
}

#content {
	float: left;
	width: 685px;
	min-height: 500px;        /* minimale Hhe fr moderne Browser */
        height: auto !important;  /* fr moderne Browser */
        height: 500px;            /* fr IEs vor Version 7 */
}

#footer {
 width: 100%;
 height: 10px;
 clear: both;
 font-size: 1px;
 line-height: 0em;
}
 
#copyright {
 float: left;
 margin-left: 30px;
 margin-top: 20px;
 margin-bottom: 0;
 font-size: 9px;
 display: inline;
}


/*********************************/
/*Topmenu */
/*********************************/

#topMenu ul li {
	display: inline;
}

#topMenu span {
	/*position: relative;
	border-right: 2px solid #272727;
	margin-right: 15px;
	top: -4px;
	height: 10px !important;*/

	position: relative;
	border-right: 2px solid #272727;
	margin-right: 8px;
	top:-4px;
	left: -4px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
}

#topMenu li.last img {
	border: 0;
}


/*********************************/
/*Mainmenu */
/*********************************/
div#colLeft ul, div#colRight ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

div#colLeft img {
	margin-left: 25px;
}

div#colLeft a {
	display: block;
	background-color: #272727;
}

div#colLeft li {
	margin-bottom: 8px;
}

div#colLeft ul li a:hover {
	background-image: url('../img/hover-gruen.gif') !important;
	background-repeat: no-repeat;
	overflow: visible;
}

div#colRight img {
	margin-right: 25px !important;
	display: inline;
	float: right;
}

div#colRight a {
	display: block;
	float: right;
}

div#colRight li {
	margin-bottom: 8px;
}

div#standardmenu_bottom a {
	margin-bottom: 3px;
}


div#colRight li {
	height: 19px;
}


div#colRight ul li a:hover {
	background-image: url('../img/hover-lila.gif');
	background-repeat: no-repeat;
	background-position: right;
	overflow: visible;
}


#colLeft ul.secondlevel {
	padding-left: 10px;
        background-color: #272727;
}

#colLeft ul.secondlevel, 
#colRight ul.secondlevel {
	padding-top: -5px;
	margin-bottom: -5px;

}

#colLeft ul.secondlevel li a:hover,
#colRight ul.secondlevel li a:hover {
	background-image: none !important;
}

#colRight ul.secondlevel {
	padding-right: 15px;
	/*background-color: #272727;*/
}

/***********************************/
/*Breadcrumbs */
/**********************************/
#breadcrumbs h2 {
	display: block;
	font-size: 9px;
}

span.skip {
	display: none;
	font-size: 9px;
}

span#breadcrumbs p {
	font-size: 9px;
	display: inline;
}

/**********************************/
/* FLEXIBLE CE */
/*********************************/

/* Hier die Daten fr zwei und dreispaltige Layouts definieren, die einzelnen Spalten mssen dabei jeweils 50% bzw. 33% der Breite der Contentarea entsprechen */

#contentarea div.twoCols {
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	
	/* Insert Box Model Hack */
}

/* THREE COLUMNS LAYOUT for FCE */


#contentarea div.threeCols {
	float: left;
	/* Insert Box Model Hack */
}

/**********************************/
/* Content 
/*********************************/


.csc-header-n2 {
	color: #d1e36e;
	text-align: right;
	margin-bottom:15px;
	margin-top: 53px !important;
	background-color: #d1e36e;
	
}

.csc-subheader {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.csc-uploads-fileName {
	font-size: 11px;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	padding-left: 5px;
}


.csc-uploads-fileSize {
    
	font-size: 10px;
	color: #272727;
	text-decoration: none;
}

.csc-uploads-description {
	font-size: 9px;
	font-weight: normal;
}

h5 {
	background-color: #FFFFFF;
	display: inline;
	font-size: 12px;
	padding-left: 5px;

}

#contentarea p {
	margin-top:5px;
	margin-bottom:5px;

}

#contentarea ul {
	margin-left:30px;
}



#tx_indexedsearch {
	margin: 10px 20px;
}

.contenttable td {
 padding: 3px;
}

/**********************************/
/* Newsbox */
/*********************************/
#clipperContainer {
	background: url(../img/treppe.jpg) no-repeat;
	background-color: #FDF6F5;
	margin: 1px 0px; 
	padding-left: 90px;
	height: 35px;
	vertical-align: middle;
}

#clipperContainer ol { 
	list-style-type: none;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #666666;
}

.tickerTD a {
	text-decoration:none;
}

.tickerTD a:hover {
	text-decoration:underline;
}

/**********************************/
/* Suche */
/*********************************/
#searchform {
	background: #bbaaa7;
	padding-left: 19px;
	margin-top: 50px;
	margin-bottom: 10px; 
}

#suchbegriff {
	background-color: #272727;
	font-size: 10px;
	color: #999999;
	padding-top: 2px;
	padding-left: 3px;
	height: 17px;
	width: 131px;
	border: solid 2px #bbaaa7;
}

div .tx-indexedsearch-whatis {
	padding-top:15px;
	padding-bottom:15px;
	color:red;
}

.tx-indexedsearch-browsebox {
	display:block;
	padding-bottom:15px;
}

.tx-indexedsearch-res {
	display:inline;
	padding-bottom:15px;
}

.tx-indexedsearch-res li{
	list-style-type: none;
}

.search-item-meta {
	padding-top:5px;
	padding-bottom:15px;
}