/** **********************************************************************  * CSS für das Projekt Kulturkreis Gedern 2007  * Beinhaltet grafische Formatierungen und Positionierungen der div   * container aller Seitentypen, ausser Print.  *  * @CSS_Hack Tanteks Boxm modell hack. Schliesst IE<6 aus = voice-family: "\"}\"";voice-family:inherit;  * @CSS_Hack Selektor hack. Schliesst IE bis 6 aus = html>body ELEMENT {}  *  * @author Sascha Nos <sascha.nos@web.de>  * @version 1.0 - DD:MM:YYYY  *   * @color  *//* Grundelemente ****************************************************** */
* {
	margin:0;
	padding:0;
} 
body{	margin:0;	padding:0;	font-family:"Lucida Sans", Verdana, Arial, sans-serif;	font-size:100.10%;	text-align:left;	color:#FFF;	background:#000;}table{	border-collapse:collapse;	}td{	padding:2px;	/* IE 5 */	font-size:70%;	/* IE6 */	voice-family: "\"}\"";	voice-family:inherit;	font-size:100%;}html>body td{	/* Mozilla */	font-size:100%;}th{	text-align:left;	/* IE 5 */	font-size:70%;	/* IE6 */	voice-family: "\"}\"";	voice-family:inherit;	font-size:100%;}html>body th{	/* Mozilla */	font-size:100%;}p{}div{}img{	border:none;	font-family:"Lucida Sans", Verdana,sans-serif;}h1{font-size:140%;}h2{font-size:120%;}h3,h4,h5,h6{font-size:100%;}/* Formularemente ****************************************************** */form{line-height:200%;}form br{clear:both;}hr{visibility:hidden;}input,select{	font-family:"Lucida Sans", Verdana, Arial, sans-serif;	font-size:100%;}textarea{	font-family:"Lucida Sans", Verdana, Arial, sans-serif;	font-size:100%;	width:150px;	height:100px;}label,select{ 	cursor:pointer;} label.left{ 	float:left; 	width:150px; 	text-align:right;	margin-right:10px; } label.left_error{ 	float:left; 	width:150px; 	text-align:right;	margin-right:10px;	color:#F00; } input.error{	background:#FCC;} /* Submit button */input.right{ 	margin-left:162px; }/* CMS-Formatierungen ****************************************************** */  /* Galerie ****************************************************** */  .galerie{	width:140px;	height:140px;	text-align:center;	padding-top:20px;	float:left;	margin:0 5px 5px 0;		voice-family: "\"}\"";voice-family:inherit;	height:120px;}.galerie a{	text-decoration:none;}/* Gästebuch ****************************************************** */  table.gbentry {  width: 100%;  border: 1px solid #000;  border-collapse: collapse;  margin-bottom: 10px;}table.gbentry td.gbtitle {  font-weight: bold;  padding: 0 5px 0 5px;  background-color: #FFFF00;  color: #000;}table.gbentry td.gbcontent {  padding: 5px;   background-color: #FFFFFF;  color: #000000;}img.button {  vertical-align: bottom;}/* float clearing */#logo:after, #menu:after, #outer:after, #content:after, form:after, form div:after, ul#breadcrumb:after {    content:		".";    display:		block;    visibility:		hidden;    clear:			both;    height:			0;}* html #navi, * html #content, * html form, * html form div {	height:			1%;}/* Layout ****************************************************** */  #outer {    width:			61.5em;
    margin:			0 auto;}
#header{
	background:		#000;
}
#header img{
	display:		none;
}
#header ul{
	margin:			0;
	padding:		0;
	float:			right;
	color:			#FFF;
}
#header ul li{
	float:			left;
	padding:		1em 0;
	display:		block;
	list-style:		none;	
	font-size:		65%;
}
#header ul li a{
	color:			#FFF;
	text-decoration:none;
}
#header ul li a:hover{
	text-decoration:underline;
}

#topnav{
	display:		none;
}
#inhalt{
}
#teaser{
	display:		none;
}
#nav{
	display:		none;
}
#subnav{
	display:		none;
}
#content{
	
}
#content1{
	color:			#CCC;
	font-size:		80%;
	padding-top:	13em;
}
.start{
	border:			1px solid #CCC;
	height:			15em;
	width:			32%;
	float:			left;
	margin:			2em 1% 0 0;
}
.start img{
	width:			100%;
	height:			15em;	
}
.kk{
	background:		url("images/logo_kk.gif") no-repeat center center #000;
}
.gk{
	background:		url("images/logo_gk.gif") no-repeat center center #000;
}
.jf{
	background:		url("images/logo_jf.gif") no-repeat center center #000;
}
#content h1{
	text-transform:	uppercase;
	font-size:		200%;
}
#content h2{
	text-transform:	uppercase;
	font-size:		150%;
}
#content p{
	margin:			0.7em 0 0.7em 0;
}
#content a{
	text-decoration:underline;
	color:			#393939;
}
#content ul, #content ol{
	margin:			0.7em 0 0.7em 0;
}
#content ul li, #content ol li{
	margin-left:	3em;
}
#footer{
	display:none;	
}
