/* ================================================
Stylesheets für Alexander-Technik  Alexandra Mazek
Stand:
Datei: bildschirmcss
Datum: oktober november 2009
Autor: Esther Hollander

Aufbau

1. kalibrierung allg. styles
2. styles für layoutbereiche
3. sonstige styles
4. formular
================================================ */

/* ================================================
1. kalibrierung allg. styles
================================================ */
html {
	font-size: 100%;
	height: 101%;
	background-attachment: fixed;
	background-image: url(images/bg-html-senfgelb.jpg);



}
body{
	color: #000000;
	behavior:url("csshover.htc");
	margin-top: 25px;
	background-image: url(images/kopfaufwirbels-copy-2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	position: relative;
	margin-bottom: 200px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;









}
* {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
blockquote {
	margin: 0px;
	padding: 0px;

}
cite {
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: normal;
	display: block;


}
address {
	background-color: #FFFFFF;


}
/* ================================================
2. styles für layoutbereiche
================================================ */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;








}
#header {
	padding: 0px;
	position: relative;
	height: 150px;
	color: #999999;









}
#content {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCC00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
	position: relative;
	padding-top: 30px;
	left: 0px;
	top: 0px;












}
#footer {
	clear: both;
	margin: 0px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;














}
#intro {
	text-align: right;
	padding-left: 150px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	font-weight: bold;
	position: absolute;
	width: 70%;
	top: 0px;
	right: 0px;
	overflow: auto;
	height: 110px;
	padding-right: 5px;
	font-size: .875em;












}
h1 {
	font-weight: normal;
	font-size: 2.1em;
	line-height: 1em;
	color: #333333;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;




}
#navi {
	position: absolute;
	top: 80px;
	width: 190px;
	font-size: 0.875em;
	font-weight: bold;
	color: #333333;
	left: 0px;







}
#navi strong {
}
#navi ul {
	padding-right: 10px;
	padding-bottom: 100px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #CCCC00;


}
#navi ul li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
#navi ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 20px;



}
#navi ul li .actuell {
	background-color: #CCCC00;

}
#navi ul li a:hover {
	background-color: #CCCC99;

}
#breadcrumb {
	font-size: .8em;
	position: absolute;
	left: 0px;
	top: 0px;

}
#breadcrumb a {}
#breadcrumb a:hover {
}
#navi-02 {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.8em;
	font-weight: bold;

}
#sprache {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: .8em;


	
}
.logoteacher {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 5;
}
.clearer {
	clear: both;
	}
.big {
	font-size: 150%;
	line-height: .85em;
}
.small {
	font-size: 75%;
	line-height: 1em;
}
/* ================================================
4. formular
================================================ */

form {
	padding: 10px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	letter-spacing: .1em;
	position: relative;
	height: 350px;
	font-size: .9em;
	margin-bottom: 100px;










}
label {
	display: block;
	cursor: hand;
	color: #cc3366;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}
input#absender, textarea, input#name, input#telefonnummer {
	width: 100%;
	border: 1px dotted #FF33CC;
	background-color: transparent;




}
textarea {
	height: 7em;
}
input#absender:focus, textarea:focus, input#name:focus, input#telefonnummer:focus {
	border: 1px dotted #000000;
}
.psubmit {
	text-align: center;
	margin-top: 5px;
	width: 100%;
}
input#submit {
	padding: 2px;
	cursor:pointer;
	font-weight: bold;
	color: #cc3366;
	clear: both;
	background-color: #FFCCCC;
	border: 2px solid #FFFFFF;
}
input#submit:hover {
	cursor:pointer;
	background: #FFFFFF;
}
.pflicht {
	font-size: 150%;
	color: #FF6600;
	padding-right: 5px;
	padding-left: 5px;
}
#kontaktformular {
	margin-top: 50px;
	margin-bottom: 50px;



}
#formular-antwort {
	font-size: 150%;
	color: #FF0099;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
	margin-bottom: 300px;

}
.formchef {
	color: #000000;
	margin-top: 20px;
	text-align: center;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-left: 50px;


/* ================================================
================================================ */
}
#text {
	padding-right: 10px;
	padding-left: 220px;
	padding-top: 50px;
	padding-bottom: 150px;

}
.titel {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}

#navi-02 .actuell {}
#navi-02 a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#navi-02 ul li {
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCC00;


}
#sprache a {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #333333;
	text-decoration: none;

}
.sprache-aktiv {
	margin: 0px;
	padding: 0px;
	color: #CCCC00;




}
#sprache a:hover, #navi-02 a:hover {
	background-color: #CCCC00;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;

}

.pink {
	color: #FF64A2;
	font-size: 110%;


}
.petrol {
	color: #448888;
	font-size: 110%;


}
.green {
	color: #669933;
}
.blue {
	color: #99CCCC;
}
.orange {
	color: #FF6600;
}
.lavendel {
	color: #8E75AE;
}
.senf {
	color: #AE8300;
}
.bleu {
	color: #0099CC;
	font-size: 110%;

  }
.grey {
	color: #666666;
}
.lavendellight {
	color: #D2C8DF;
}
.grey, .bleu, .senf, .lavendel, .orange, .blue, .green, .petrol, .pink {


}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;


}
.greenlight {

	color: #BFDF9F;
	border-color: #359F35;
}
.petrollight {
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	text-decoration: underline;
	display: inline;




}
.addressleicht {
}
.floatleft {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	margin-right: -200px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	position: relative;
	height: auto;
	width: auto;
	left: -220px;





}
.floatright {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	overflow: hidden;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 0px;
}
#sitemap a {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 20px;
}
.platzhalter {
	height: 250px;
}
#header h1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1em;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}
#skiplist {
	list-style-type: none;
	list-style-image: url((URL));
	display: block;
}
#skiplist li {
	margin-bottom: 5px;	
}
#skiplist ul li a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
}
#skiplist ul li a:hover {
	background-color: #CCCC00;
	color: #333333;

}
.clearline {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;




}
#fotos {
	border: 6px solid #CCFFFF;
	padding: 10px;

}
#skiplist ul li {
	padding: 0px;
	margin: 0px;


}
.actuell {
	background-color: #CCCC00;
}
.hilite-pink {
	background-color: #FF99CC;
	display: block;
	color: #CC9900;



}
.hilite-gelb {
	background-color: #FFFF99;
	display: inline;

}
.border-space {
	clear: both;
	margin-top: 100px;
	margin-bottom: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 0px;

}
dl img {
	border: 1px solid #CCCC00;


} 


div.hr {
	height: 5px;
	clear: both;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3399;


}
div.hr hr {
  display: none;
}
#liststyle-1 ul li {
	list-style-type: disc;
	margin: 10px 0px 10px 0px;
}
.liststyle-2 ul li {
	list-style-type: square;
}
.times-xl {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	line-height: .8em;

}
.arial-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 0.8em;
	margin-bottom: 10px;
	display: block;
	font-style: normal;
	font-weight: bold;





}
.no-border {
	border: none;






}
a{
	color:#000000;
	text-decoration: underline;

}
a:link{
	color: #587594;

}
a:visited{
	color: #587594;

}
a:hover{
	background-color: #CCCC00;


}
a:focus{
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	font-weight: bold;
	text-decoration: underline;

}
a:hover a:focus a:visited {
	display: inline;
}
#text a:hover {
	background-color: #FFFFFF;
}
#text a:hover span, #text a:focus span, #text a:active span {
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin: 50px;
	font-size: 1em;
	line-height: 1.2em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	height: auto;
	width: auto;
	font-weight: normal;

}
#text a {
	height: 26px;
	width: 36px;
	line-height: 1em;
	display: inline;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #CC3366;
}
#text span {
	display: none;
}
#text div {
	position: relative;

}
.bg-prinzipien, .ae1 {background-color: #CCCCCC;}
.bg-gewohnheit, ae2 {background-color: #CC99CC;}
.bg-innehalten, ae3 {background-color: #99CC66;}
.bg-anweisungen, ae4 {background-color: #D6D6EB;}
.bg-primaerkontrolle, ae5 {background-color: #FFCC99;}

.bg-prinzipien, .bg-gewohnheit, .bg-innehalten, .bg-anweisungen, .bg-primaerkontrolle {
	color: #000000;


}
.eb {
	text-decoration: none;
	background-color: #CCFF66;
}
.courier {
	font-family: "Courier New", Courier, mono;
}
.floatleft2 {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	float: left;
	position: relative;
	height: auto;
	width: auto;
	left: -220px;

}
#sponsoren li, #kooperationspartner li {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-bottom: 40px;
	margin-right: 50px;
	background-color: #FFFFFF;
	height: auto;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #CCCCCC;
	text-align: center;
	font-weight: bold;










}
#extern-links ul li {
	margin-top: 10px;
	margin-bottom: 10px;

}
#links-extern {
	font-weight: bold;
}
#links-extern ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
	font-size: 1em;
	line-height: 1.2em;





}
#links-extern ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;

}
#links-extern ul li a:hover {
	background-color: #CCCC00;
}
#lehrer ul li {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
	height: 150px;
	float: left;
	width: 200px;





}
#lehrer ul li img {
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #CCCC00;

}
#lehrer ul li em {
	position: absolute;
	left: 5px;
	top: 110px;



}
#lehrer ul li strong {
	font-weight: bold;
	font-style: normal;

}
