
/* (c) 2005 johannes schwichtenberg - www.schwichtenberg.info */


body, table {
	font-family: arial;
	font-size: 10pt;
  

}

.page_body {
	background-color: #F18181;
  margin: 0px;
	padding: 0px;

	font-size: 10pt;

  height: 100%;
}
.page_top {
  border: 1px #F49F9F solid; 
  background-image: url("/images/kopf2.PNG");
  background-repeat: no-repeat;
  height: 133px;
  background-color: #DF4E4E;
  margin:5px;
  

}

.page_main {
  clear: left;
  border: 0px black solid; 
  padding: 10px;


}

.page_nav {
  border: 0px black solid; 
  
}

.page_bot {
  border: 0px black solid; 
  padding: 10px;
  text-align: center;
  

}    
.small {
    font-size: 8pt;
}

.text_only {
    size: 0px; 
    /*visibility: hidden;*/
    display: none;
    width: 0px;
}

.position {
  display: none;

}

a {
	color: #e83a00;
	text-decoration: none;	

}
a:hover {
	color: #ff9d00;
}

.nav_mcat {
	color: #A90C0C;
	font-size: 8pt;
	font-weight: 900;
	text-decoration: none;	
	/*letter-spacing: 1.5px;
	line-height: 20px;*/


}
.nav_mcat:hover {
	color: #333;
}

.nav_cat {
	color: #A90C0C;
	font-size: 8pt;
	font-weight: 500;
	text-decoration: none;	
	

}
.nav_cat:hover {
	color: #333;
}

.nav_theme {

	color: white;
	font-size: 9pt;
	text-decoration: none;	
	letter-spacing: 1px;

}
.nav_theme:hover {
	color: #ff9d00;
}

.pnav {
	color: #ff9d00;
	font-weight: 700;
	text-decoration: none;	
	padding-right: 10px;

}
.pnav:hover {
	color: #e83a00;
}

.nav_divmcat {
  float: left;
  
  padding: 0 0 0 0;
  margin: 7px;

}

.nav_divmcat ul {
  margin: 0 0 0 0;
}

.nav_divmcat ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul {
  padding: 0 0 0 0;
  list-style: none;
}

div {
  
  margin: 0px;

}

.div_main {
  width: 795px;
  min-height: 550px;  
  background-color: #F49F9F;
  text-align: left;
  margin: 0 auto 0 auto;
  border: 1px #F18181 solid;
  padding-top: 0px;
}


.div_center {
  width: 99.75%; 
  height: 99.75%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}


* html #id_div_main {  
  height: 100%; 
} 

/* navigation */

#nav_id_1 { /*home*/
  width: 90px;
}
#nav_id_2 { /*ueber uns*/
  width: 110px;
}
#nav_id_3 { /*veranstalt*/
  width: 100px;
  position: relative;
  left: -50px;
}
#nav_id_4 { /*coaching*/
  width: 130px;
  position: relative;
  left: -50px;
}
#nav_id_5 { /*kuenstler*/
  width: 125px;
  position: relative;
  left: -115px;
}
#nav_id_6 { /*presse*/
  width: 45px;
  position: relative;
  left: -115px;
}
#nav_id_7 { /*referenz*/
  width: 65px;
  position: relative;
  left: -100px;
}
#nav_id_8 { /*kontakt*/
  width: 1px;
  position: absolute;
  left: auto;
  margin: 7px 0 0 690px;
  
}

* html #nav_id_8 { /*kontakt fuckin' IE */
  width: 1px;
  position: absolute;
  left: auto;
  margin-left: -80px;
}

h1.page_titel {
  text-align: center;
  font-size: 24px;
  color: white;
  margin: 30px 0 0 3px;
}

h2.page_subtitel {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin: 0 0 0 0;
}

.text_block {
  text-align: justify;
}

img {
  border: 0px;
}