/*** Kulturkreis Gilching 5sl
	Stand: 28.03.09
***/


/*** HTML ***/

body {
	background-color: #ffffff;
	background-color: #044f7e;
	color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 90%;
}

h2{
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

td{
	color: #ffffff;
}


li {
	list-style-type: square;
	margin-bottom: 6px;
	margin-left: 10px;
}


/*** PSEUDO ***/

a:link {
	color: #ffffff;
}

a:visited {
	color: #f6fc60;
}

p a:visited {
	color: #f6fc60;
}

a:hover {
	font-weight:bold;
}


/*** CLASS ***/


.abstand_box_top{
	margin-bottom: 50;
}


.bodytext{
	background-color: #ffffff;
	background-color: #044f7e;
	color: #ffffff;
}


.bigger1{
	font-size: 120%;
}


.clear{
	clear: both;
}


div h1 .csc-firstHeader{
	background-color: #ffffff;
	color: #000000;
	font-size: 300%;
	font-weight: bold;
}


div .csc-header h1{
	background-color: #ffffff;
	color: #000000;
	font-size: 170%;
	font-weight: bold;
}


.download a:visited{
	background-color: green;
}

.fat{
	font-weight: bold;
}


.fusszeile{
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin-top: 40px;
	
}

.kartenreservierung {
	background-color: #e5e5e5;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	width: 300px;
}

.kartenreservierung_font {
	color: #044f7e;
}

.kartenreservierung_font a {
	color: #044f7e;
}

.kartenreservierung_font a:visited {
	color: #044f7e;
}

.kartenreservierung_font_fat {
	color: #044f7e;
	font-size: 105%;
	font-weight: bold;
	
}



.kasten_inhalt {	
	background-color: #ffffff;
	background-color: #044f7e;
	float: left;
	/* width: 55%; */
	margin: 0;
	padding: 0;
}

.leiste_rechts{
	border-color: #196bad;
	border-style: solid;
	border-width: 0px;	
	float: left;
	margin-left: 15px;	
	padding: 5px;
	width: 200px;
}

.leiste_links{
	float: left;
	padding: 0;
	width: 140px;
}


.line {
	border-color: #196bad;
	border-style: solid;
	border-width: 1px;	 
}



.liste1 li{
	list-style-type: square;
	margin-bottom: 15px;	
}

.logo_start{
	float: left;
	padding: 0;
	margin-right: 10px;
}


.main{
	background-color: #ffffff;
	background-color: #044f7e;
	float: left;
	/* margin-right: 30px; */
	width: 590px;
}

.menu {
	margin-left: 0;
	padding: 0;
}


.menu ul {
	/* margin-left: -40px; */
	margin-left: 0;
	padding: 0;
}

.menu li {
	margin-left: 0;
}

.menu ul li {	
	background-color: #F0F0F0;
	color: #5C2967;
	display: inline;
	font-weight: bolder;
	list-style-type: none;
	margin-left: 0px;	
	margin-right: 10px;	
	padding: 3px;
}

.menu ul li a{
	color: #5C2967;
	text-decoration: none;
}

.menu ul li a:hover{
	background-color: #ffffff;
	color: #196bad;
}

.submenu {
	/* background-color: #ffffff; */
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;	
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	padding: 0;
}

/*
.submenu ul{
	margin-left: 0;
	padding: 0;
}

.submenu li{
	margin-left: 0;
	padding: 0;
}
*/


.subnav li{
	/* background-color: #ffffff; */
	border-width: 0px;
	/* display:inline; */
	list-style-type: none;
	font-size: 90%;
	margin-left: -15px;	
	margin-right: 10px;	
	margin-bottom: 3px;
	padding: 2px;
	
}

.subnav li a:link {
	color: #ffffff;
	text-decoration: none;
}


.subnav li a:visited {
	color: #f6fc60;
	text-decoration: none;
}


/**** 
	Einbindung von Stilen in den RTE
	Quelle http://www.pc-erfahrung.de/nebenrubriken/typo3/typo3-css-klassenfrtabelle.html 
***/


table.tabelle {

	border-collapse: collapse;
	margin: auto;
}

table.tabelle td {
	border: 1px dashed #C0C0C0;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	padding: 2px;
}

td.zelleBlau {
	background-color: #2d69a9;
	color: white;
	font-size: 12px;
}

td.table_whitefont{
	color: #ffffff;
}



/*
	Tabelle Preise
*/

.table_preis {
	width: 650;
}


.table_preis_ueberschrift td{
	background-color: #ffffff;
	color: #044f7e;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
}

.table_preis_zelleninhalt td{
	background-color: #9999cc;
	padding: 3;
}

