body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}
.lutt {
       font-size: 13px;
}
/* -- erster Buchstabe ORANGE -- */
.erster:first-letter {
       font-size: 18px;
       font-weight: 700;
       color: #CF5519;
}
.blaus {
       color: #156AAF;
}
}
.orang {
       color: #CF5519;
}
#cent {
        font-size: 24px;
        font-weight: bold;
        color: #156AAF;
}

body {
	/*background-color: #839BAF;*/
           background-image: url(http://www.c-yoga.de/hint1.jpg);
}
/*a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}*/

a:link {
    color: #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: bold;
        font-size: 18px;
        color: #CF5519;
}

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-right:100px;
	text-align: center;
	font-size: 30px;
}

/* -- Menü -- */
.menu {
	float: right;
	width: 140px;
	vertical-align: top;
}
.menu ul, .menu li {
	margin: 8px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	border-bottom: 1px /*dashed #FF7F00*/dashed #c3c3c3;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 5px 0px 8px 8px;
	color: #206FAF;
	display: block;
	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: 580px;
	padding: 20px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
        padding-right: 30px;
        /*font-size: 12px;*/ 
}

/* -- 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;
}