/* template_css.css - Kunst- und Musikschule der Stadt Brühl (Karel Jockusch) */
/* background-image: URL(../../images/innen.jpg) */
/* background-image: URL(../../images/center16.jpg); */

html, body{ 
	background-Color: #FFFFFF;
} 
 
td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}  

*html td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}  



a {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

a.mainlevel{
	font-size: 12px;
	font-weight: normal;
	display: block; 
	width: 180px;
	border: ridge 2px #FFFFFF;
	text-align: center;
	padding:2px;
	margin-bottom:1px;
 	background-Color: #FFFFFF; 
}

*html a.mainlevel {
	border: ridge 1px #FFFFFF;
	width: 187px;
}

a.mainlevel:link, a.mainlevel:visited {
	color: 654312;
	background-Color: #FFFFFF;
}

a.mainlevel:active {
	color: 004392;
	background-Color: #FFFFFF;
}

a.mainlevel:hover {
	color: #000000;
	background: #FF9955;
}

a.sublevel{
	font-size: 10px;
	font-weight: bold;
	display: none; 
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding:2px;
}
  
a:link, a:visited {
	color: #273A5B; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Gray;	
	text-decoration: none;
	font-weight: bold;
}
  
a.readon:link, a.readon:visited {
	color: #FF9900;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
 
a.readon:hover {
	color: #7492AB;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
  
table.moduletable {
	width:160px;
margin:5px;
}

table.moduletable th {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent:11px;
	height: 24px;
}
 
table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	vertical-align:middle;
	padding: 0px;
	width:160px;
}

table.moduletableshow1 {
	width:100%;
	padding:5px;
	display:block;
}

table.moduletableshow1 td {
	font-size: 12px;
	font-weight: normal;
	vertical-align:middle;
	text-align: center;
	padding: 2px;
	width:100%;
}

table.moduletableshow1 td img {
	height:270px;
	padding:5px;
	border: ridge 2px #afafbb;
	background-Color: #FFFFFF;
	text-align:center;
}


ul {
	list-style-type:disc; 
	color:#000000;
	font-weight:bold;
}

ul li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	font-weight:normal;
}


ol	{
	list-style: none;
	}

ol li	{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	}

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
	padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.componentheading {
	color: #B70000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 1px;
	}
	
.contentheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4D5673;
	text-align: center;
	text-indent: 4px;
	line-height: 30px;
	height: 20px;
	margin: 1px;
}
  
  
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 
@media print{ 
	#leftcol{display:none;} 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}



