body,td,th {
	font-family: LucidaSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
}
.lutt {
       font-size: 13px;
}
/* -- erster Buchstabe ORANGE -- */
.erster:first-letter {
       font-size: 22px;
       font-weight: normal;
       color: #E04613;
}
.blaus {
       color: #156AAF;
}
}
.orang {
       color: #CF5519;
}
#cent  {
        font-size: 36px;
        font-weight: normal;
        color: #156AAF;
}

body {
           background-image: url(http://www.c-yoga.de/hint1.jpg);
}

a:link {
    color: #9f3e09; /* 9f3e09 */
    text-decoration: none
}
a:visited {
    color: #9f3e09;
    text-decoration: none 
}
a:active {
    color: #9f3e09;
    text-decoration: none
}
a:hover {
    color: #9f3e09;
    text-decoration: underline
}

hr {
	height: 1px;
	color: #336699;
	background-color: #336699;
	border: 0;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
}

h3 { 
        font-weight: normal;
        font-size: 22px;
	color: #E04613;
}
h4 { 
        font-weight: normal;
        font-size: 20px;
	color: #222222;
}
h5 { 
        font-weight: normal;
        font-size: 20px;
	color: #156AAF;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
}

/* -- Header --- */
.header {
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 35px;
        padding-left:162px;
	text-align: center;
	font-size: 30px;
	color: #2A2A22
}

/* -- Menü -- */
.menu {
	float: left;
	margin-top: 25px;
	width: 160px;
	vertical-align: top;
}
.menu ul, .menu li {
	margin: 8px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	border-bottom: 1px dashed #c3c3c3;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 5px 0px 8px 8px;
	color: #206FAF;
	text-decoration: none;
        font-size: 14px;
}
.menu a:hover {
	color: #1D659F;
	text-decoration: none;
}
.main_menu {
	border-left: 0;
}
.sub_menu {
	border-left: 0;
}
.menu_current {
	font-weight: bold;
}

/* -- Haupt-Text -- */
.content {
	float: right;
	width: 570px;
	padding: 20px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
        padding-right: 30px;
}

/* -- Fusszeile --*/
.footer {
	clear: both;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}

/* -- Link zu Websitebaker -- */
.powered_by {
	text-align: center;
	padding: 4px;
	text-decoration: none;
}
