html{
	height: 100%;
}

body{
	font-family: "Verdana", sans-serif;
	height: 100%;
	background-position: -15000px -15000px;
	background-repeat: no-repeat;
}

#start_content p{

}

#start_content p{
	margin-top: 15px;
}

.content a{
color: #999;
text-decoration: none;
}



a:hover{
color: #666;
}

#top-wrap{
	height: 80px;
	overflow: hidden;
	position: fixed!important;
	position: absolute;
	width: 100%;
	z-index: 100;
}

#top{
	background: url(../img/top-bg.png) repeat-x;
	height: 52px;
	z-index: 100;
	width: 100%;
	position: fixed!important;
	position: absolute;
}

#logo{
	float: left;
	margin-right: 25px;
	position: relative;
	top: 6px;
}

#top-middle{
	margin: 0 auto;
	height: 40px;
	width: 980px;
}

#top-box a{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-family: 'Tahoma', 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	color: #a7a8aa;
	font-size: 12px;
	float: left;
	height: 40px;
	overflow: hidden;
	position: relative;
}

#top-box a.active{
	color: #666;
}

#top-middle a.menu_item{
	width: 128px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-family: 'Tahoma', 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	color: #666;
	font-size: 12px;
	float: left;
	height: 40px;
	overflow: hidden;
	position: relative;
}

#top-box a span,
#top-middle a.menu_item span{
	position: relative;
	top:14px;
}

#top-box,
#top-middle a.menu_item:hover,
#top-middle a.menu_item.active{
	background: url(../img/top_button_bg.gif);
	color: #535154;
}

#top-middle a.menu_item img{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#top-middle a.menu_item img.end{
	left: auto;
	right: 0;
}

#top-middle a.menu_item.active img,
#top-middle a.menu_item:hover img{
	display: block;
}

.submenu{
	display: none;
	background: #FFF;
	position: absolute;
	top: 40px;
	width: 120px;
	-moz-box-shadow: 0 2px 12px #CCC;
	-webkit-box-shadow: 0 2px 12px #CCC;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 8px 0;
}

.submenu a.submenu_item{
	text-decoration: none;
	display: block;
	color: #77a5c6;
	padding: 5px 15px;
	font-size: 11px;
}

.submenu a.submenu_item:hover{
	background: url(../img/submenu_arrow.gif) no-repeat 5px 8px;
	color: #404040;
}

#top-box{
	padding: 0 10px;
	float:right;
	position: relative;
}

#top-box img{
	position: absolute;
	top: 0;
	left: 0;
}

#top-box img.end{
	left: auto;
	right: 0;
}

#top-box a{
	font-size: 11px;
	padding: 0 5px;
	padding-left: 30px;
}

#top-box a.zahnarzt{
	background: url(../img/top_icon_zahnarzt.gif) 10px 10px no-repeat;
}

#top-box a.patient{
	background: url(../img/top_icon_patient.gif) 10px 10px no-repeat;
}

#top-box a.seminar{
	background: url(../img/top_icon_seminar.gif) 10px 10px no-repeat;
}

#background{
	z-index: 0;
	display: none;
	position: fixed!important;
	position: absolute;
	left: 0;
	top: 0;
}


#footer{
	clear:both;
	z-index: 50;
	padding: 5px;
	background: #FFF;
	margin: 0 auto;
	right: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	bottom:0;
	font-size: 10px;
	color: #AAA;
	text-align: right;
	position: fixed!important;
	position: absolute;
}

#footer:hover{
	opacity: .9;
}

#footer a{
	color: #AAA;
	text-decoration: none;
}

#footer a:hover{
	background: #FFF;
	color: #999;
	text-decoration: underline;
}

#center{
	z-index: 50;
	width: 850px;
	margin: 0 auto;
	top: 280px;
	position: relative;
}

#start_content,
div#contentbox{
	background: #FFF;
	padding: 0 20px 10px 20px;
	width: 590px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-box-shadow: 0 2px 8px #999;
	-webkit-box-shadow: 0 2px 8px #999;
	/*
	border-radius: 32px;
	behavior: url(border-radius.htc);
	*/

}

div#contentbox{
	min-height: 400px;
	padding-bottom: 50px;
}

#start_content.home{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
}

div#contentbox ul{
	
}

div#contentbox ul li{
	padding: 5px 0;
}

div#content-sidebar{
	position: relative;
	top: -34px;
	width: 185px;
	float:right;
}

div#tabs{
	position: absolute;
	top: -5px;
	left: 15px;
}

div#tabs a{
	font-size: 10px;
	border-bottom: 1px solid #EEE;
	float: left;
	padding: 5px 10px;
	margin-right: 4px;
	text-decoration: none;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*
	-moz-box-shadow: 0 2px 8px #999;
	-webkit-box-shadow: 0 2px 8px #999;
	*/
	background: url(../img/top-bg.png) -1px;
	color: #000;
}

div#tabs a:hover,
div#tabs a.active{
	color: #A379B0;
	background: #FFF;
}

div.sidebar-box{
	cursor: pointer;
	overflow: hidden;
	height: 118px;
	margin: 15px 0;
	width: 185px;
	position: relative;
}

div.sidebar-box .box-bg{
	height: 98px;
	width: 185px;
	background: #666;
	position: absolute;
	top: 20px;
	left: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-box-shadow: 0 2px 8px #999;
	-webkit-box-shadow: 0 2px 8px #999;
}

div.sidebar-box div.box-inner{
	height: 98px;
	width: 185px;
	position: relative;
	top: 94px;
}

div.sidebar-box.big div.box-inner{
	height: auto;
}

div.sidebar-box div.box-inner h4{
	margin: 0;
	color: #9c9e9f;
	height: 24px;
	line-height: 24px;
	width: 150px;
	text-indent: 28px;
	background: #FFF url(../img/open.gif) no-repeat 130px 5px;
	letter-spacing: .6px;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

div.sidebar-box.open div.box-inner h4{
	cursor: pointer;
	background-image: url(../img/close.gif);
}

div.sidebar-box div.box-inner div.content{
	border-top: 1px solid #d7d7d7;
	padding: 10px;
	background: #FFF;
	height: 73px;
	color: #535154;
	font-size: 11px;
}

div.sidebar-box.big div.box-inner div.content{
	height: 320px;
}

div.sidebar-box div.box-inner div.content p{
	padding: 0;
	padding-bottom: 8px;
}

div.content li{
	line-height: 140%;
}

div#center{
	padding: 15px;
	color: #535154;
	font-size: 12px;
}

#teaminfo h3,
div#center h1{
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	padding: 15px 0 10px 0;
	margin: 0;
	font-size: 26px;
}

#teaminfo h3{
	line-height: 120%;
	font-size: 20px;
}

div#center h2{
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 0 8px 0;
	font-size: 15px;
	border-bottom: 1px solid #a379b0;
}

div#center h2 small{
	font-size: 10px;
	text-transform: none;
	line-height: 15px;
	float: right;
}

div#center hr{
	background: #a379b0;
	height: 1px;
	border: none;
	margin: 0;
}

div#center p{
	line-height: 140%;
	padding-top: 10px;
}

.debuginfo{
	/*display:none;*/
	overflow: auto;
	font-size: 10px;
	border: 1px groove #DDD;
	background-color: #EEE;
	padding: 5px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.smallbutton{
	display: block;
	position: relative;
	height: 20px;
	padding: 0 10px;
	line-height: 20px;
	background: url(../img/button_bg-neutral.gif);
	text-decoration: none;
	color: #9c9e9f!important;
	font-size: 10px;
}

.smallbutton.patient{	background: url(../img/button_bg-patient.gif); }
.smallbutton.zahnarzt{	background: url(../img/button_bg-zahnarzt.gif); }
.smallbutton.seminar{	background: url(../img/button_bg-seminar.gif); }

.smallbutton img{
	position: absolute;
	top: 0;
	left: 0;
}

.smallbutton img.end{
	left: auto;
	right: 0;
}

#center #start_content{
	/*padding-top: 30px;*/
	width: 450px;
}



#start_buttons{
	height: 230px;
	position: relative;
}

div.start-box{
	cursor: pointer;
	overflow: hidden;
	height: 98px;
	margin: 15px 0;
	width: 185px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	bottom: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-box-shadow: 0 2px 8px #999;
	-webkit-box-shadow: 0 2px 8px #999;
}

div.start-box.open{
}

div.start-box div.box-inner{
	height: 98px;
	width: 185px;
	position: relative;
	top: 74px;
}

div.start-box div.box-inner h4{
	color: #9c9e9f;
	height: 24px;
	line-height: 24px;
	width: 150px;
	text-indent: 28px;
	background: #FFF url(../img/open.gif) no-repeat 130px 5px;
	letter-spacing: .6px;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

div.start-box.open div.box-inner h4{
	cursor: pointer;
	background-image: url(../img/close.gif);
}

div.start-box div.box-inner div.content{
	border-top: 1px solid #d7d7d7;
	padding: 10px;
	background: #FFF;
	height: 73px;
	color: #535154;
	font-size: 11px;
}

div.sidebar-box div.box-inner div.content p,
div.start-box div.box-inner div.content p{
	padding: 0!important;
	margin: 0;
	padding-bottom: 8px!important;
}

div.start-box div.box-inner h4 img,
div.sidebar-box div.box-inner h4 img{
	position: absolute;
	left: 0;
	top: -15px;
}

h2#toptitle{
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .6px;
	font-family: 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	color: #a7a8aa;
	font-size: 14px;
	font-weight: normal;
	float: left;
	line-height: 40px;
}

div.tag_cloud{
	text-align: center;
}
a.tag_item{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	margin-right: 10px;
	padding: 4px;
	color: #666;
	line-height: 40px;
	text-decoration: none;
}

a.tag_item:hover{
	background-color: #666;
	color: #EEEEEE;
}

a.tag_item.aufhellungen{
	font-size: 130%;
}


a.tag_item.krone,
a.tag_item.inlays,
a.tag_item.verblendschalen,
a.tag_item.implantate{
	font-size: 160%;
}

label{
	display: block;
	padding: 10px 0;
}

label input,
label textarea{
	display: block;
	width: 280px;
	margin: 5px 0;
}

label textarea{
	min-height: 200px;
}

.ie-shadow{
	background: #000;
	position: relative;
	filter:blur(add=false, direction=300, strength=15) alpha(opacity=20);
}

#teamlist{
	display: none;
}

#teamscroll{
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
}

#teamscroll .left{
	display: block;
	position: absolute;
	cursor: pointer;
	overflow:hidden;
	font-size: 100pt;
	z-index: 100;
	left: 0;
	top: 0;
	height: 140px;
	width: 34px;
}

#teamscroll .right{
	display: block;
	position: absolute;
	font-size: 100pt;
	overflow:hidden;
	right: 0;
	cursor: pointer;
	top: 0;
	z-index: 100;
	height: 140px;
	width: 34px;
}

#teamscroll .right:hover{
	background: url(../img/right.png) -5px 8px no-repeat;
}

#teamscroll .left:hover{
	background: url(../img/left.png) 0px 8px no-repeat;
}

#teamscroll_inner{
	width: 1670px;
	position: absolute;
	z-index: 1;
	left:0;
}

#teaminfo{
	margin: 10px 0;
	line-height: 150%;
}

#teaminfo img{
	display: none;
}

.teammember{
	cursor: pointer;
	position: relative;
	z-index: 10;
	width: 87px;
	height: 135px;
	margin-right: 5px;
	float: left;
}
/*
.teammember:hover img.inactive{
	display:none;
}
*/

.teammember img{
	position: absolute;
	left: 0;
	top: 0;
}

#content_footer{
	position: absolute;
	bottom: 35px;
}

a#backtotop{
	position: absolute;
	font-size: 10px;
	right: 250px;
	color: #AAA;
	text-decoration: none;
	bottom: 30px;
}
