@charset "utf-8";
/*
Master sytlesheet for yogazentrum.md
(c)2010 hartundweich.at
*/

* {margin:0; padding:0;}

body {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#676666;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

a img {
	border:none;
}

iframe {
        width: 931px;
        height: 900px;
}

#main {
	width:950px;
	margin:0 auto;
}

#headersubpage {
    margin-bottom:20px;
}


#grauerbalken {
	background-color:#E1E0E0;
	height:6px;
}

#logo {
	padding-top:20px;
}

#suche {
	position: relative;
	left:680px;
	width:240px;
	top:-40px;
}

#suche input {
	border:none;
	background-image:url(../img/suche.gif);
	background-repeat:no-repeat;
	width:170px;
	height:20px;
}

#suche input.submit {
    width: 68px;
    position: relative;
    top: 7px;
    left: 5px;
}


*html #suche input {  /*IE6 Hack */
	background-image:none;
}


#menu {
	border-top:1px solid #E1E0E0;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:30px;
	width:911px;
}

#menu ul li {
	float:left;
	list-style-type:none;
}

#menu ul li a {
	text-decoration:none;
	display: block;
	width:99px;
	margin-right:30px;
	color:#5B5B5B;
	font-size:14px;
	border-right:1px solid #E1E0E0;
}

#menu ul li a:hover {
	text-decoration:underline;
	color:#B5985E;
}

#quicklinks_moedling {
	background-image:url(../img/quicklinks_moedling.jpg);
	background-repeat:no-repeat;
	width:931px;
	height:179px;
	margin-bottom:20px;
	line-height:13px;
	font-family:Arial, sans-serif;
}

#quicklinks_wien {
	background-image:url(../img/quicklinks_wien.jpg);
	background-repeat:no-repeat;
	width:931px;
	height:179px;
	margin-bottom:20px;
	line-height:13px;
	font-family:Arial, sans-serif;
}
#kurse {
	width:160px;
	position:relative;
	top:60px;
	left:24px;
}

#kurse a {
	padding-top:14px;
	display:block;
}

#ausbildungen {
	position:relative;
	left:325px;
	top:-62px;
	width:160px;
}

#ausbildungen a {
	color:#676666;
}

#ausbildungen ul {
	padding-left:17px;
	padding-top:10px;
}

#ausbildungen ul li {
	line-height:16px;
	list-style-image:url(../img/pfeil_grau.gif);
	padding-bottom:4px;
}

#ausbildungen a img {
	display:block;
	padding-top:18px;
}

#workshops {
	width:125px;
	position:relative;
	top:-170px;
	left:647px;
}

#workshops a img {
	display:block;
/*	padding-top:26px;*/
}

#content {

}

#linkespalte {
	width:600px;
	padding-left:30px;
	margin-top:-500px;

}

* html #linkespalte {   /*IE6 Hack */
	position:relative;
	top:-140px;
}

#willkommen {
	width:550px;
	text-align:justify;
}

h1 {
	color:#774E36;
	padding-bottom:8px;
	font-size:18px;
}

h2 {
	color:#777777;
	font-size:12px;
	padding-bottom:8px;
}

#linkliste {
	background-image:url(../img/zierbilder_graubg.jpg);
	background-repeat:no-repeat;
	width:555px;
	height:143px;
	margin-top:10px;
	margin-left:-10px;
	padding-top:20px;
	padding-left:20px;
	clear:both;
}

#linkliste ul li {
	list-style-image:url(../img/pfeil.jpg);
	padding:5px;
}

#linkliste ul li a {
	color:#B5985E;
}

#rechtespalte {
	height:500px;
	width:290px;
	position:relative;
	left:645px;
	float:none;
}


* html #rechtespalte {    /*IE6 Hack */
	position:relative;
	top:-150px;
}

#aktuelles {
	background-image:url(../img/rahmen_abgerundet.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:286px;
	padding:10px 10px 0px 10px;
	text-align:justify;
	float:none;
}

#aktuelles img {
	padding-bottom:10px;
	float:none;
}

#aktuelles div dl {
    float:none;
}

#aktuelles a {
	color:#777777;
}

#aktuelles a:hover {
	color:#B5985E;
}

#news {
    min-height:200px;
    height:auto *!important*;
    height:200px;
	width:550px;
	text-align:justify;
	padding-top:25px;
}

#news a {
	color:#960;
	font-weight:bold;
	padding:2px;
}

#news a img {
    vertical-align:bottom;
}

h3 {
	font-size:11px;
	padding-bottom:8px;
}

#angebot {
	background-image:url(../img/angebot_bg.gif);
	background-repeat:no-repeat;
	width:245px;
	height:183px;
	padding:20px;
	text-align:justify;
}

#angebot a {
	color: #2FA5BD;
	font-weight:bold;
}

#angebot a img {
	padding-right:5px;
	vertical-align:bottom;
}

#footer {
	text-align:right;
	font-size:11px;
	padding-bottom:15px;
	padding-right:30px;
	color:#666666;
	padding-top:50px;
}

#footer a {
	text-decoration:none;
	color:#666666;
}

*html #footer {   /*IE6 Hack */
	position:relative;
	top:-580px;
}

h1,p,div,td,th,b,i,input,textarea,a,select,option,span, li, ol, ul, blockquote { font-family:Arial, sans-serif; }

p,td,th,blockquote { font-size: 12px; }
li,ol,ul { font-size: 12px; }

a {
	color: #3C1E00;
}


.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}


.align-center {
    text-align: center;
}

.bodytext {
	padding-bottom: 1em;
}
