
@font-face {
  font-family: 'PoppinsRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'PoppinsItalic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(../fonts/Poppins-Italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'PoppinsBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ############################################################### */


html, body {
	height:				100%;
}

body{
	background:			#FFF url(../gfx/bg3.png) repeat-y;
	text-align:			center;
	overflow-y:			scroll;
}

html *{
	font-family:		'Century Gothic', 'PoppinsRegular', sans-serif;
	font-size:			14px;
	font-weight:		400;
	color:				#000;
	line-height:		140%;
}

h1, h2, h3{
	font-family:		'Century Gothic', 'PoppinsBold', sans-serif;
}

h1{
	font-size:			30px;
	margin-top:			0px;
}

h2{
	font-size:			18px;
	margin-bottom:		0px;
}

h3{
	margin:				0px;
}

a:Hover{
	text-decoration:	none;
}

i{
	font-family:		'Century Gothic', 'PoppinsItalic', sans-serif;
}

b{
	font-family:		'Century Gothic', 'PoppinsBold', sans-serif;
}

hr{
	color:					#000;
	background-color:		#000;
	border:					0;
}

.zeiten{
	border:				solid 1px #000;
}

.zeiten td, .zeiten th{
	font-size:			18px;
}

.even{

}

.odd{
	background:			#defcde;
}

#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-family:		'Century Gothic', 'PoppinsBold', sans-serif;
	font-size:			14px;
}

#meta{
	text-align:			right;
	top:				15px;
	right:				15px;
	width:				350px;
}

.meta_normal{
	color:				#000;
}

.meta_link, .meta_normal{
	text-decoration:	none;
	font-family:		'Century Gothic', 'PoppinsBold', sans-serif;
	font-size:			14px;
}

.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:				125px;
}

#menu{
	
	height:				125px;
}

#menu *{
	float:				left;
}

#menu a, #menu span{
	color:				#fff;	
}

#menu .menu_item{
	padding:			8px;
}

#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:				109px;
	height:				109px;
}

#menu_ecke{
	width:				151px;
	height:				125px;
	background:			url(../gfx/menu/ecke.png) no-repeat;
	border-radius:		16px 0px 0px 0px;
}

#menu_home{
	background:			url(../gfx/menu/unselected.png) no-repeat;
	cursor:				pointer;
	filter:				blendTrans(Duration=0.2);
}

#menu_home:hover, #menu_home_sel{
	background:			url(../gfx/menu/home_sel.png) no-repeat;
	font-size:			0;
}

#menu_team{
	background:			url(../gfx/menu/unselected.png) no-repeat;
	cursor:				pointer;
	filter:				blendTrans(Duration=0.2);
}

#menu_team:hover, #menu_team_sel{
	background:			url(../gfx/menu/team_sel.png) no-repeat;
	font-size:			0;
}

#menu_behandlungen{
	background:			url(../gfx/menu/unselected.png) no-repeat;
	cursor:				pointer;
	filter:				blendTrans(Duration=0.2);
}

#menu_behandlungen:hover, #menu_behandlungen_sel{
	background:			url(../gfx/menu/behandlungen_sel.png) no-repeat;
	font-size:			0;
}

#menu_fusswerker{
	background:			url(../gfx/menu/unselected.png) no-repeat;
	cursor:				pointer;
	filter:				blendTrans(Duration=0.2);
}

#menu_fusswerker:hover, #menu_fusswerker_sel{
	background:			url(../gfx/menu/fusswerker_sel.png) no-repeat;
	font-size:			0;
}

#menu_zeiten{
	background:			url(../gfx/menu/unselected.png) no-repeat;
	cursor:				pointer;
	filter:				blendTrans(Duration=0.2);
}

#menu_zeiten:hover, #menu_zeiten_sel{
	background:			url(../gfx/menu/zeiten_sel.png) no-repeat;
	font-size:			0;
}

#menu_preise{
	background:			url(../gfx/menu/unselected.png) no-repeat;
	cursor:				pointer;
	filter:				blendTrans(Duration=0.2);
}

#menu_preise:hover, #menu_preise_sel{
	background:			url(../gfx/menu/preise_sel.png) no-repeat;
	font-size:			0;
}


#menu_preise, #menu_preise_sel{
	width:				108px;
	border-radius:		0px 16px 0px 0px;
}

#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:				100px;
	text-align:			center;
	vertical-align:		middle;
}

#logos img{
	border:				none;
	margin-left:		12px;
	margin-right:		12px;
	vertical-align:		middle;
}

#footer{
	background:			url(../gfx/footer_schatten.png) no-repeat;
	text-align:			center;
	height:				50px;
}

img{
	border:				solid 1px #000;
}

.clear_img{
	border:				none;
	padding:			10px;
}

label{
	display:			inline-block;
	width:				80px;
}

input, select{
	width:				250px;
	padding:			2px;
}

.submit, textarea{
	width:				323px;
}

textarea{
	height:				200px;
}

.checkbox, .small{
	width:				14px;
}

.long{
	width:				400px;
}

.preise{
	
}

.preise tr td{
	white-space:		nowrap;
}

.preise .header{
	font-family:		'Century Gothic', 'PoppinsSemiBold', sans-serif;
}

#gutscheine_thumbs{
	border-collapse:	collapse;
}

#gutscheine_thumbs td{
	padding-right:		10px;
}

#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;
}

#team td *{
	line-height:		80% !important;
}

#team .title{
	font-size:			7px !important;
	line-height:		100% !important;
}

/* ################################################# */

#aufmacher{
	display:			block;
	position:			absolute;
	left:				640px;
	top:				80px;
	width:				280px;
	height:				80px;
	background-color:	#FF0;
	padding:			5px;
	border:				solid 3px #000;
	border-radius:		15px;
	text-align:			center;
	transform:			rotate(10deg);
	text-decoration:	none;
	box-shadow:			5px 5px 15px #000;
}

#aufmacher *{
	color:				#000;
}

#aufmacher h1{
	font-size:			24px;
}

#aufmacher h2{
	font-size:			14px;
}

.sprachen{
	columns:			4;
}

.behandlungen ul li{
	font-size:			12px;
}