html, body { width:100%; }

body {
	background-color:#C5470E;
	background-image:url(<?=TPATH;?>/bg_tile.jpg); 
	background-repeat:repeat-x; 
	width:100%;
	margin:0px;
/*
	margin-left:50%
	margin-right:50%;
*/
}

body, td, th, h1, h2, h3 { 
	font-family:Century Gothic, Tahoma,Arial,Helvetica,sans-serif; font-size: 13px;
	color:white; 
}

table.collapse { border-collapse:collapse; }

th { 
	background-image:url(<?=TPATH;?>/bg_navitem_tile.jpg); 
	color:white; 
}

b { text-transform:uppercase; font-weight:normal; }

input, select, textarea { 
	font-size:11px; 
	color:green;
	background-image:url(images/bg_input.gif);
	border:0px; 
	height:16px;
}
textarea { 
	width:99%;
	height:100px;
}
select{ 
	border-left:solid 1px;
	margin-top:1px;
}
.button { 
	color:gold;
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hover.jpg); 
	height:20px;
	padding-left:20px;
	padding-right:20px;
}
.attention { 
	color:white;
	background-image:url(<?=TPATH;?>/bg_navitem_tile_attention.jpg); 
}

a { color:white; text-decoration:none; }

a:hover { 
/*	background-color:lime;
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hover.jpg) 
*/
	text-decoration:underline;
}

h1, h2, h3 { color:#7D2F00; margin-top:0px; margin-bottom:10px; }
h1         { font-size:24px; color:#F4A01A; color:gold; letter-spacing:-1px; word-spacing:2px; }
h2         { color:#7D2F00; font-size:14px; font-weight:bold; }
h1 a       { color:#F4A01A; text-decoration:none; }

p { margin-top:10px; }

.borderline   { border:solid 1px #993300; background-color:none; padding:5px; }
.borderinline { border:solid 1px white; background-color:#7D2F00; padding:5px; }

td.hr, hr      { background-color:white; color:white; height:1px; padding:0px; }

td.vr          { background-color:orange; color:white; width:1px; padding:0px; }

.metabizz { 
/*
	background-color:lime;
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hover.jpg);
*/
	border:solid 0px orange; 
	background-color:#C5470E; 
	padding:2px; 
}




/*
input:hover, select:hover, textarea:hover { 
	border:solid 1px orange;
}

#PageTotalDiv {
	width:980px;
	border:solid 1px;
	text-align:center;
	display:block;
}
*/

.DesignHeader {
	background-image:url(<?=TPATH;?>/bg_navitem_tile.jpg); 
	background-repeat:repeat-x; 
	height:28px;
	color:white;
}
.DesignHeader h1 {
	font-size:14px;
	font-weight:normal;
	color:white;
	margin:0px;
	padding:5px;
	text-transform:uppercase;
	letter-spacing:1px;
}




/* Header */

#HeaderDiv {
	height:165px;
	width:975px;
	border:solid 0px;
}

/* Navar and Items */

#NavbarDiv {
	position:absolute; 
	left:10px; 
	top:165px;
	
	background-image:url(<?=TPATH;?>/bg_navbar_tile.jpg); 
	background-repeat:repeat-x; 

	width:975px; 
	height:36px;

	border:solid 0px;
}

#NavbarItemsDiv {
	position:relative;
	left:0px;
	top:0px;
	
	width:775px; 
	height:36px;
	margin-left:220px;

	border:solid 0px green;
}

.NavbarItem, .NavbarItemHi, .NavbarItemHover   {
	background-image:url(<?=TPATH;?>/bg_navitem_tile.jpg); 
	background-repeat:repeat-x; 

	height:36px;
	width:103px; 

	border:solid 1px gray;
	border-bottom:0px;
	text-align:center;
}


.NavbarItemHi {
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hi.jpg); 
	background-repeat:repeat-x; 
	text-decoration:none;
	border:solid 1px #F4A01A;
	border-bottom:0px;
	font-weight:normal;

}

.NavbarItemHover {
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hover.jpg); 
	background-position:0px 0px;
	border-color:#F4A01A;
	border-color:green;
	cursor:hand;
}

.NavbarItem a, .NavbarItemHi a, .NavbarItemHover a  {
	color:white;
	cursor:hand;
	text-decoration:none;
}

/* Schnellsuche */

#SchnellsucheDiv {
	position:absolute; 
	left:10px; 
	top:165px;
	
	width:200px;
	z-index:100;
	margin-top:10px;
	margin-left:10px;
}

#SchnellsucheRubrikenDiv {
	margin-top:2px;
	width:180px;
	background-image:url(<?=TPATH;?>/bg_tile.jpg); 
}
#SchnellsucheDiv input {
	width:135px;
}

/* Leftbar */

#LeftBarDiv {
	background-image:url(<?=TPATH;?>/bg_leftbar_tile.jpg); 
	background-repeat:repeat-x; 
	background-color:#E36C15;
	background-position:fixed;
	float:left;
	
	width:200px; 
	padding-top:5px; 
	z-index:10;

	border-right:solid 0px #999999; 
	text-align:left;

}

.LeftNavItem, .LeftNavItemHover, .LeftNavItemHigh {
	width:100%;
	height:20px;
	margin:0px;
	margin-bottom:0px;
	padding-top:0px;
	border-bottom: solid 1px orange;
}
.LeftNavItemHigh {
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hi.jpg); 
	background-repeat:repeat-x; 
	border:solid 0px;
}
.LeftNavItemHover {
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hover.jpg); 
	background-repeat:repeat-x; 
}


#LeftBarDiv a:link, #LeftBarDiv a:visited {
	padding-left:10px;
	color:white;
	text-decoration:none;
}

/* Content */

#ContentBodyDiv { 
	position:absolute; 
	left:10px; 
	top:201px;

	background-color:#E36C15;
	background-image:url(<?=TPATH;?>/bg_content_tile.jpg); 
	background-repeat:repeat-x; 


	border-left:solid 1px #F4A01A;
	border-bottom:solid 1px #F4A01A;
	
	width:974px; 
/*
	height:380px;
	overflow:auto;
*/
	margin-right:10px;
	
}
#ContentDiv { 
	width:750px; 

	padding-top:20px; 
	padding-left:10px;

	text-align:left;
	float:left;

	border-left:solid 1px #F4A01A; 

	display:block;
}

#ContentBodyDiv a { color:gold; }
#ContentDiv h1 { 
	margin-top:-14px;
	background-color:#484848;
/*
	background-image:url(<?=TPATH;?>/bg_navitem_tile.jpg);
	background-repeat:repeat-x; 
	background-position:0px -2px;	
*/
	background-image:url(<?=TPATH;?>/bg_navitem_tile_hover.jpg);
	background-repeat:repeat-y; 
	color:white;  font-weight:normal;  text-transform:uppercase; 
	letter-spacing:1px;
	font-size:14px;
	word-spacing:3px;
	padding:5px;
	padding-left:16px;
}

#ContentDiv h1 a { color:white;  }
#ContentDiv .borderline h1 { margin-top:0px; }
#ContentDiv .borderline h2 { 
	background-color:#484848;
	padding:5px;
	padding-left:8px;
	color:white;
	font-weight:normal; 
}



#RightBarDiv {
	position:absolute;
	top:207px;
	Left:990px;
	width:200px; 
	margin-left:10px;
	display:block;
}
