
html, body {
	height:			100%;
}

body{
	background:		#FFF url(../gfx/bg3.png) repeat-y;
	text-align:		center;
}

*{
	font-family:	"MS Sans Serif", Verdana, sans-serif;
	font-size:		14px;
	color:			#3b3693;
	line-height:	140%;
}

h1, h2, h3{
	font-family:	Verdana, sans-serif;
}

h1{
	font-size:		30px;
	margin-top:		0px;
}

h2{
	font-size:		18px;
	margin-bottom:	0px;
}

h3{
	margin:			0px;
}

a:Hover{
	text-decoration:none;
}

hr{
	color:				#3b3693;
	background-color:	#3b3693;
	border:				0;
}

.zeiten{
	border:			solid 1px #3b3693;
}

.zeiten td, .zeiten th{
	font-family:	Verdana, sans-serif;
	font-size:		18px;
}

.even{

}

.odd{
	background:		#cecde4;
}

#act_day{
	background:		#dffcdf;
}

#logo{
	position:		fixed;
	top:			0px;
	left:			0px;
	width:			150px;
	height:			150px;
}

#logo_main{
	position:		absolute;
	top:			0px;
	left:			0px;
	background:		#fff url(../gfx/logo.png) no-repeat center right;
	width:			116px;
	height:			116px;
}

#logo_u{
	position:		absolute;
	top:			116px;
	left:			0px;
	background:		url(../gfx/logo_bg_u.png) repeat-x;
	width:			116px;
	height:			34px;
}

#logo_ur{
	position:		absolute;
	top:			116px;
	left:			116px;
	background:		url(../gfx/logo_bg_ur.png) no-repeat;
	width:			34px;
	height:			34px;
}

#logo_r{
	position:		absolute;
	top:			0px;
	left:			116px;
	background:		url(../gfx/logo_bg_r.png) repeat-y;
	width:			34px;
	height:			116px;
}

#header, #meta{
	position:		absolute;
}

#header{
	text-align:		left;
	top:			4px;
	left:			155px;
	width:			300px;
	font-size:		14px;
	font-weight:	bold;
}

#meta{
	top:			15px;
	right:			15px;
	width:			250px;
}

.meta_normal{
	color:			#000;
}

.meta_link, .meta_normal{
	text-decoration:none;
	font-size:		14px;
	font-weight:	bold;
}

.meta_link:Hover, .meta_normal{
	text-decoration:underline;
}


#container{
	text-align:		left;
	position:		relative;
	width:			916px;
	height:			auto;
	top:			50px;
	margin:			auto;
}

#container_schatten1{
	position:		absolute;
	top:			0px;
	right:			0px;
	background:		url(../gfx/container_schatten1.png) no-repeat;
	width:			16px;
	height:			91px;
}

#menu{
	height:			91px;
}

#menu *{
	float:			left;
}

#menu a{
	color:			#fff;
}

#menu_ecke, #menu_home, #menu_home_sel, #menu_team, #menu_team_sel, #menu_behandlungen, #menu_behandlungen_sel, #menu_fusswerker, #menu_fusswerker_sel, #menu_zeiten, #menu_zeiten_sel, #menu_preise, #menu_preise_sel{
	width:			125px;
	height:			91px;
}

#menu_ecke{
	width:			151px;
	background:		url(../gfx/menu_ecke.png) no-repeat;
}

#menu_home{
	background:		url(../gfx/menu_home_normal.png) no-repeat;
	cursor:			pointer;
	filter:			blendTrans(Duration=0.2);
}

#menu_home_sel{
	background:		url(../gfx/menu_home_sel.png) no-repeat;
}

#menu_team{
	background:		url(../gfx/menu_team_normal.png) no-repeat;
	cursor:			pointer;
	filter:			blendTrans(Duration=0.2);
}

#menu_team_sel{
	background:		url(../gfx/menu_team_sel.png) no-repeat;
}

#menu_behandlungen{
	background:		url(../gfx/menu_behandlungen_normal.png) no-repeat;
	cursor:			pointer;
	filter:			blendTrans(Duration=0.2);
}

#menu_behandlungen_sel{
	background:		url(../gfx/menu_behandlungen_sel.png) no-repeat;
}

#menu_fusswerker{
	background:		url(../gfx/menu_fusswerker_normal.png) no-repeat;
	cursor:			pointer;
	filter:			blendTrans(Duration=0.2);
}

#menu_fusswerker_sel{
	background:		url(../gfx/menu_fusswerker_sel.png) no-repeat;
}

#menu_zeiten{
	background:		url(../gfx/menu_zeiten_normal.png) no-repeat;
	cursor:			pointer;
	filter:			blendTrans(Duration=0.2);
}

#menu_zeiten_sel{
	background:		url(../gfx/menu_zeiten_sel.png) no-repeat;
}

#menu_preise{
	background:		url(../gfx/menu_preise_normal.png) no-repeat;
	cursor:			pointer;
	filter:			blendTrans(Duration=0.2);
}

#menu_preise_sel{
	background:		url(../gfx/menu_preise_sel.png) no-repeat;
}


#menu_preise, #menu_preise_sel{
	width:			124px;
}

#inhalt{
	background:		url(../gfx/container_schatten2.png) repeat-y;
	min-height:		400px;
	height:			auto !important;
	height:			100%;
	padding:		20px 36px 20px 20px;

}

#logos{
	width:			100%;
	height:			50px;
	vertical-align:	middle;
}

#logos img{
	border:			none;
	margin-left:	4px;
	margin-right:	4px;
	vertical-align:	middle;
}

#footer{
	background:		url(../gfx/footer_schatten.png) no-repeat;
	text-align:		center;
	height:			50px;
}

img{
	border:			solid 1px #3b3693;
}

.clear_img{
	border:			none;
	padding:		10px;
}

input{
	width:			250px;
}

.submit, textarea{
	width:			323px;
}

textarea{
	height:			200px;
}

.small{
	width:			14px;
}

.preise tr td{
	white-space:	nowrap;
}

#gutscheine textarea{
	width:			848px;
	height:			50px;
}

#gutschein_previewer{
	width:			848px;
	height:			155px;
	overflow:		auto;
}
#gutschein_previewer table{
	
}

#rechnung{
	width:			700px;
}

#rechnung th{
	text-align:		right;
}

