/*******************************************************************************

	Project		:	Thiel Dentaltechnik
	Copyright	:	www.systemmedien.com

*******************************************************************************/


#boverlay           { 	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
#bannerbox			{ z-index: 100; position: absolute; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; padding:15px;}
#bimagecontainer	{ background-color: #fff; width: 100%;}


/*	Hyperlinks
------------------------------------------------------------------------------*/
a:link, a:visited { color:#ffc608; text-decoration:underline;}
a:hover {color:#ffffff;}


/*	undo
*******************************************************************************/

ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }
/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}




/* Layout
*******************************************************************************/


.kurzbox a:link, .kurzbox a:active, .kurzbox a:visited { color:#999; text-decoration:none;  }
.kurzbox a:hover  {color:#ffc608; text-decoration:none;}

hr                   { background-image: url(images/thiel_hr.gif); }

#thiel_wrapper       { background-image: url(images/thiel_head.gif); width:100%; height:100%; background-repeat:repeat-x;}
#thiel_wrapper_p     { margin-left:15px; }
#thiel_table         { width:1173px; margin:0; padding:0;}

.hmenu               { margin:0; padding:0; width:184px; height:168px; background-image: url(images/thiel_hmenu_bg.gif); }
.hmenu_active        { margin:0; padding:0; width:184px; height:168px; background-image: url(images/thiel_hmenu_active.gif); }
.hmenu_pos           { padding-left:8px; }
.hmenu_pos_0         { padding:8px;}
.hfont               { font-size:1em; font-weight: bold; color:#333;}

.hmenu a:link, a:active, a:visited{color:#333; text-decoration:none;}
.hmenu_active a:link, a:active, a:visited{color:#333; text-decoration:none;}
.hmenu_active_point     { width:184px; background:#333; color:#fff;}
.hmenu_active a:hover          {color:#999; text-decoration:none;}
.hmenu        a:hover          {color:#999; text-decoration:none;}

#thiel_breadcrumb a {color:#ffc608; text-decoration:none;}

.submenu { height:25px;}
.submenu a:link,.submenu a:active,.submenu a:visited{color:#ffc608; text-decoration:none;}
.submenu a:hover { color:#999; text-decoration:none; }


.thiel_sub            { background-image: url(images/thiel_sub.gif); width:21px; height:21px; background-repeat: no-repeat;}
.thiel_subactive      { background-image: url(images/thiel_subactive.gif); width:21px; height:21px; background-repeat: no-repeat; }

.thiel_sub2           { background-image: url(images/thiel_sub2.gif); width:21px; height:21px; background-repeat: no-repeat;}
.thiel_subactive2     { background-image: url(images/thiel_subactive2.gif); width:21px; height:21px; background-repeat: no-repeat; }

.thiel_submenuactive { height:25px;}
.thiel_submenuactive a:link,.thiel_submenuactive a:active,.thiel_submenuactive a:visited{color:#999; text-decoration:none;}
.thiel_submenuactive a:hover { color:#ffc608; text-decoration:none; }



.thiel_suchfeld       { background:#222; background-image: url(images/thiel_suchfeld.gif); border:1px solid #222; color:#ffc608;}

/*	body
*******************************************************************************/
body {
	background:#333333;
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: .8em;
	color:#d4d4d4;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	color:#d4d4d4;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:130px;
	background-image:url(bg_header.jpg);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
	background-image:url(bg_content.jpg);
	background-repeat:repeat-y;
}

#main {
	float:left;
	width:560px;
}

#main-block a:visited { color:#ffc608; text-decoration:underline;}
#main-block a:link { color:#ffc608; text-decoration:underline;}
#main-block a:hover {color:#ffffff;}



#main-block2 {
	padding:14px;
}


/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:200px;
	padding:14px 0;
}

#navigation ul.nav1st {
	width:170px;
}


#navigation ul.nav1st li {
	padding:8px 0 8px 14px;
}

#navigation ul.nav1st li.active {
	background:#f7f7f7;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#090;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#090;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	list-style-type:square;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration:underline;
}


/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	bottom:30px;
	left:200px;
	width:560px;
	background:#fff;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
}

#header-nav ul.nav1st li.active {
	background:#f7f7f7;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#090;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#090;
}


#navigation {
	float:left;
	width:200px;
	padding:14px 0;
}

#navigation ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	color:#606060;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color:#090;
	text-decoration:underline;
}


/*	donate Werbebanner
------------------------------------------------------------------------------*/
#donate {
	margin:2em 0 0 14px;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
h1 {color:#ffc608; margin-bottom:30px; font-size:1.7em; font-weight:bold; line-height:1.8em;}
h2 {color:#ffc608; font-size:1.4em; font-weight:bold; line-height:1.4em;}
h3 {color:#ffc608; font-size:1.1em; font-weight:bold; line-height:1em;}
h4 {color:#ffc608; font-size:1em; font-weight:bold; line-height:1em;}
h5 {color:#ffc608; font-size:.8em; font-weight:bold; line-height:.8em;}
h6 {color:#ffc608; font-size:.7em; font-weight:bold; line-height:.7em;}

#main-block .teaser h1 {
	font-size:1.4em;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block td,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
#footer {
	display:block;
	width:100%;
	background:transparent;
	margin-top:60px;
}

#footer p {
	margin:0;
	padding:9px 0;
	font-size:11px;
	text-transform:uppercase;
}
 
#footer a,
#footer div a:link{
	color:#ffc608;
}

#footer div a:visited {
	color:#ffc608;
}
#footer div a:hover {
    color:#fff;
	text-decoration:underline;
}



/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:transparent;
	color:#ffc608;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:transparent;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	background:#222; background-image: url(images/thiel_field.gif); border:1px solid #222; color:#ffc608;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#ffc608;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#999;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#ffc608;
	font-size:1.2em;
}


/* download
*******************************************************************************/
.download-hdl p, 
.download-file p, 
.download-desc p {
	margin:0;
}
.download-hdl p {
	padding:5px 7px;
	background-color:#444;
	font-weight:bold;
	color:#fff;
}

.download-file {
	padding:1.2em 7px;
	border-left:2px solid #444;
	border-right:2px solid #444;
}

.download-file a:link, .download-file a:visited {color:#ffc608; text-decoration:underline;}
.download-file a:hover {color:#ffffff;}

.download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#3b3b3b;
	border-left:2px solid #444;
	border-right:2px solid #444;
	border-bottom:2px solid #444;
}

.download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}


/*	sitemap
*******************************************************************************/
.sitemaplevel1  a.level1    { list-style:none;}
.sitemaplevel2              {}
#main-block ul.sitemaplevel2 li a:link, #main-block ul.sitemaplevel2 li a:active, #main-block ul.sitemaplevel2 li a:visited {color:#999; text-decoration:none;}
#main-block ul.sitemaplevel2 li a:hover { color:#ffc608; text-decoration:none; }
               
.sitemaplevel3              {} 
.sitemaplevel4              {} 
