/* Basic Elements */
html, body {
	margin: 0;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*  

LINKS

:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Elemente 

*/

a:link {
	color: #9b5e04;
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;
	color: #d70000;
}

a:visited {
	color: #d08006;
}

a:active {
color: #d70000;
; text-decoration: none
}

/*  

// LINKS ENDE

*/


#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}
#header {
	width: 100%;
	height: 200px;
	background-image: url(images/maharishi_kolleg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
#content {
	float: right;
	width: 605px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 0px;
}
#left {
	float: left;
	width: 205px;
	height: 1000px;
	background-color: #FFF9E3;
}
/* Sidebar */
#sidebar {
	font-variant:small-caps;
	font-size: 14px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
		text-indent: 17px;
	font-family: Baskerville, Times, "Times New Roman", "Trebuchet MS";
	FONT-VARIANT: small-caps;
}
#sidebar li {
	background-attachment: scroll;
	background-image: url(images/menu_button_n.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 3px 0 3px 1px;
	background-color: #FFFAE3;

}
#sidebar li a {
	display: block;
	color: #9b5e04;
	text-decoration: none;
	padding: 6px 0 3px 1px;
}
#sidebar li a:hover {

		color: #d70000;
}















.schrift_normal_blocksatz {
	color: #9b5e04;
	font-size: 12px;
	text-align: justify;
}
.schrift_normal {
	color: #9b5e04;
	font-size: 12px;
; text-align: left
}
.schrift_klein_blocksatz {
	color: #9b5e04;
	font-size: 10px;
	text-align: justify;
}
.schrift_klein {
	color: #9b5e04;
	font-size: 10px;
; text-align: left
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #6b4203;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #df8808;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9999CC;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}
.schrift_titel_diagramme {
	color: #d08006;
	font-size: 14px;
	;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
}
.schrift_haupttitel {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #d08006;
	text-decoration: none
; line-height: normal
}


.formbox {
	color: #333333;
	font-size: 12px;
	border: 1px solid #D08006;
}

.formbutton {
	color: #333333;
	font-size: 12px;
	border: 1px solid #D08006;
	background-color: #ffffff;
}