/* ####################################################################################################################
   GENERAL
   #################################################################################################################### */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #686868;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #808080 url(/images/layout/mainback.gif) repeat-y 50% top;	
}

td
	{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #686868;
	}

/* TinyMCE specific rules */
	body.mceContentBody {
   padding: 15px;
}



a {
	outline: none;
	color: #FF4703;
}

a:hover {
	color: #94001F;
	text-decoration: none;
}

img {
	border: none;
}





/* ### FONT SIZE DEFINITIONS ########################################################################################## */

.smalltext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.normaltext {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.bigtext {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}


/* ### BLOCK LEVELS ########################################################################################## */

#layoutwrapper {
	width: 980px;
	margin: 0 auto;

}

#header {
	padding: 0;
	margin:0;
}




#footerlinks
	{
	margin-top: 35px;
	margin-bottom:10px;
	padding-top:5px;
	
	border-top:1px solid #cccccc;
	font-family: arial, sans-serif;
	font-size: 11px;
	}



/* ####################################################################################################################
   BLOCKS
   #################################################################################################################### */

h1 {

font: normal 18px arial, sans-serif;
}

h2 {

font: bold 15px arial, sans-serif;
}

h3 {

font: bold 13px arial, sans-serif;
}


hr
	{
	color: #cccccc;
	height:1px;
	}

a.linktitle
	{
	display:block;
	text-decoration:none;
	color: #FADD9B;
	font: bold 14px arial, sans-serif;
	}

a.linktitle:hover
	{
	color: #FADD9B;
	text-decoration:underline;
	}

a.linktitleend
	{
	text-decoration:none;
	color: #BFBFBF;
	}


/* ####################################################################################################################
   IMAGE POSITIONS
   #################################################################################################################### */
.itemimage_LEFT
	{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
	
.itemimage_RIGHT
	{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}	



/* ####################################################################################################################
   TAB NAVIGATION
   #################################################################################################################### */

div.tableiste {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	font: bold 12px arial, verdana, sans-serif;
}

ul.tableiste {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #CCC;
	
}

ul.tableiste li {
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	background: #F9F9F9;
}

ul.tableiste li.atablink {
	background: #EEEEEE;
}

ul.tableiste a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 9px 3px 9px;
	color: #333;
	text-decoration: none;
	border: 1px solid #CCC;
	border-bottom: none;
}

ul.tableiste a:hover {
	background: #EEEEEE;
}

ul.tableiste li.atablink a {
	padding: 4px 9px 3px 9px;
	color: #B30000;
	
}

ul.tableiste li.atablink a:hover {
	
}


/* ####################################################################################################################
   MAIN NAVIGATION
   #################################################################################################################### */

#nav-container {
	position: relative;
	height: 30px;
	background: #A6A6A6 url(/images/layout/menu_back.gif) repeat-x center bottom;
	border-bottom: 0px solid #FF530A;
	margin:0;

	
	
}

#nav-main {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	padding-right:15px;
	
}





#nav-main li {
	position: relative;
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
	background: #A6A6A6 url(/images/layout/menu_back.gif) repeat-x center bottom;
}

#nav-main li:hover {
	color: #FFBE22;
	background: #F88B39 url(/images/layout/menu_back_active.gif) repeat-x center bottom;
}

#nav-main li:hover a {
	color: #000000;
}

#nav-main a {
	height: 16px;
	display: block;
	margin: 0;
	padding: 7px 13px 7px 13px;
	font: bold 12px arial,sans-serif;
	color: #ffffff;
	text-decoration: none;
}

* html #nav-main a {
	display: inline-block;
}

#nav-main a:hover {
	color: #000000;
}

#nav-main a.current {
	color: #ffffff;
	background: #885359 url(/images/layout/menu_back_active.gif) repeat-x left top;
}

#nav-main a.current:hover {
	color: #ffffff;
}

/* ### MOUSE OVER MENU ################################################ */

#nav-main ul {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background: none;
	z-index: 500;
}

#nav-main ul li {
	margin: 0;
	padding: 0;
}

#nav-main ul a {
	display: block;
	width: 190px;
	margin: 0;
	padding: 3px 5px 2px 11px;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background: #F8D782;
}

#nav-main li:hover ul a {
	color: #000000;
}

#nav-main li:hover a.current {
	color: #ffffff;
}

#nav-main ul a:hover {
	color: #ffffff;
	background: #F88731;
}

#nav-main li:hover ul a:hover {
	color: #ffffff;
}

/* ### SHOW/HIDE MOUSE OVER MENU ################################################ */

#nav-container  ul ul {
	display: none;
}

#nav-container li:hover ul {
	display: block;
}



/* ####################################################################################################################
   SUB NAVIGATION
   #################################################################################################################### */

#nav-sub {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#nav-sub li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eeeeee;
	background: #000000;
}

#nav-sub li.spacer {
	color: #FFF;
	background: none;
}

#nav-sub a {
	display: block;
	width: 177px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	border-left: 3px solid #000000;
}

#nav-sub li.current a {
	color: #000000;
	border-color: #ffffff;
	background: #ffffff;
}

#nav-sub a:hover {
	color: #FE6601;
	background: #000000;
	border-color: #FE6601;
}

#nav-sub li.current a:hover {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}




/* ### SHADOWS ################################################ */

#shadowwhite
	{
	height:14px;
	background: #ffffff url(/images/layout/shadow_white.gif) repeat-x top;	
	}

#shadowgrey
	{
	height:14px;
	background: #F1F1F1 url(/images/layout/shadow_grey.gif) repeat-x top;	
	}


/* ### SUBMENU ################################################ */
#submenu
	{
	
	
	padding-top:2px;
	font: normal 11px arial,sans-serif;
	}

#submenu a
	{
	color:#333333;
	}

#submenu a.current
	{
	color:#A81124;
	}


fieldset {
	padding: 3px 5px 8px 10px;
	margin: 0 0 20px 0;
	border: 1px solid #B4B4B4;
}

label
	{
	font: normal 11px arial, sans-serif;
	}


legend	{
	margin: 0 0 6px 0;
	padding: 2px 6px 2px 6px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #932226;
	background-color: #E4BCBE;
}



#content ul
	{
	list-style: none url(/images/layout/bullet.gif) 
	}

#content li
	{
	
	}

/* ####################################################################################################################
   PRINT_STYLES
   #################################################################################################################### */

@media print
{
	
#rechtespalte {display:none;}
#submenu {display:none;}
#heightcell {display:none;}
#leftpiccell {display:none;}
#nav-container {display:none;}

#footerlinks {display:none;}

	

} /* @media print */
