*{
	padding: 0px;
	margin: 0px;	
	list-style: none;
	border: none;
}

body{
	background-color: #e6e8ee;
	background-image: url(../bilder/layout/background_top.gif);
	background-repeat: repeat-x;
	font-family: verdana;	
	font-size: 11px;
	color: #999999;
	text-align:center;
	height: 100%;
}

.clear{
	line-height: 0px;
	clear:both;	
}

#container{
	position: relative;
	top: 0px;
	width: 627px;
	margin: auto;
}

#left_side{
	float:left;
	width: 106px;
}

#right_side{
	float:right;
	width: 520px;
}

#logo{
	float:left;
	background-image: url(../bilder/layout/logo.gif);	
	margin-top: 14px;
}

#schrift{
	float:left;
	background-image: url(../bilder/layout/atemtherapie_schrift.gif);	
	height:380px;
	width: 36px;
	margin-top: 14px;
	margin-left: 32px;
	display:inline;
}

#footer{
	float:left;
	width:100%;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}

/*navigation*/
#navi{
	float: right;
	margin-top: 17px;
	font-size: 12px;
	margin-right: 10px;
	display:inline;
}

#navi ul li{
	display: inline;
}

#navi a{
	display: block;
	float: left;
	font: normal 11px Tahoma; /* Change 13px as desired */
	line-height: 26px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 36px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	color: white;
	letter-spacing: 1px;
	margin:1px;
}

#navi a span{
	display: block;
	padding: 4px 11px 6px 0; 
}

#navi a:hover, #navi a.active{ 
	background: transparent url(../bilder/layout/nav_button_left.gif) no-repeat top left;
}

#navi a:hover span, #navi a.active span{ 
	background: transparent url(../bilder/layout/nav_button_right.gif) no-repeat top right;
}

#navi a.active{ 
	color: #E7C300;
}

/*content*/

#content{
	background: white;
	float:left;
	width: 478px;
	margin-left: 24px;	
	margin-top: 40px;
	display:inline;
}

#header_pic{
	background-image: url(../bilder/layout/header_pic_home.jpg);	
	width: 478px;
	height: 154px;
	float:left;
}

#text{
	float:left;
	margin-left: 15px;
	margin-top: 20px;
	width: 448px;
	text-align:left;
}

/*font*/
a{
	color: #0E165A;
	text-decoration: none;
}

a:hover{
	color: #FED600;
}

p{
	line-height: 180%;
	color: #333;
	margin-top: 10px;
}

h1{
	font-size: 15px;
	font-weight: bold;
	color: #E7C300;
	letter-spacing: 1px;
}

h3{
	border-bottom: 1px solid #606792;
	color: #333333;
	font-size: 11px;
	margin-top: 15px;
	padding-bottom: 1px;
}

p.event{
	margin-top: 5px;
	line-height: 150%;
}

img.event{
	float:left;
	margin-bottom: 5px;
	width: 100px;
	opacity: 0.9;
	filter:alpha(opacity=90)
	cursor: pointer;
}

img.event:hover{
	opacity: 1;
	filter:alpha(opacity=100);
	cursor: pointer;
}

.event_text{
	width: 340px;	
}

.event_pics{
	width: 100px;
	float:right;	
}

#bottom_border{
	background-image: url(../bilder/layout/bottom_border.gif);	
	width: 478px;
	height: 105px;
	float:left;	
}

#created{
	float:left;
	margin-left: 265px;
	margin-top: 80px;
	display:inline;	
}