body, html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	overflow: auto !important;
	overflow: hidden;
	background:#FFFF99;
}

p, ol, li, div, h1, h2, h3, table, tr, td, div, input, select, textarea
{
	font: 12px arial, verdana, sans-serif;
	padding: 0;
	margin: 0;
	color: #4E652B;
}

h1
{
	margin: 5px 0 5px 0;
	font-size: 13pt;
	font-weight: bold;
}

p
{
	padding-top: 5px;
	margin: 0px 0 5px 0;
	line-height: 1.5em;
	text-align: justify;
}

a, a:visited
{
	color: #4E652B;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #A87748;
}

table
{
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}

td
{
	vertical-align:top;
}

textarea, input, select
{
	padding: 2px 0 2px 0;
	margin: 0;
	width: 160px;
}

/* Header */
div#header_main
{
	position: fixed !important;
	position: absolute;
	top:0px;
	left:0px;
	height: 125px;
	width:100%;
	z-index:4;
	cursor: pointer;
}

table.header
{
	width:100%;
	height:100%;
	table-layout:fixed;
	empty-cells:show;
}

td.c_header
{
	width:900px;
	height:125px;
	background: url(Allyear_Header.jpg);
}
/* Spacer-Top */
div#surround_spacer_top
{
	display: none;
	position: fixed !important;
	position: absolute;
	top: 125px;
	left:0px; 
	width: 100%;
	height: 10px;
	z-index: 4;
}

table.spacer_top
{
	width: 100%;
	height: 100%;
	empty-cells:show;
	table-layout:fixed;
}

td.spacer_top_left
{
	width:200px;
/*	background:white;*/
}

td.spacer_top_right
{
	width:700px;
/*	background:#FFFF99;*/
}

/* main layout */
table#main
{
	width: 100%;
	height:100%;
	empty-cells:show;
}

td.surround
{
	background:#CCCCCC;
}

td.main_content
{
	width:900px;
}

table.content
{
	width:100%;
	height:100%;
	empty-cells:show;
	table-layout:fixed;
}

/* Mainmenu/Submenu */
td#c_left
{
	width:200px;
	background: white;
}

div#menu_main
{
	display:block;
	position: fixed !important;
	position: absolute;
	width:200px;
	height: 380px;
	z-index: 2;
	vertical-align: top;
}

div#menu
{
	display:block;
	margin-top: 10px;
	margin-left: 5px;
	position: absolute;
	width:200px;
	z-index: 3;
	vertical-align: top;
}

/* Language-Flags */
div#menu_flag
{
	display:block;
	margin-left: 8px;
	position: absolute;
	bottom: 0px;
	left:0px;
	width:200px; 
	height:13px; 
	z-index:3;
}
table.flag_main
{
	width:100%;
}

td.flag_de
{
	width:34px;
}

/* Menu-Picture */
div#menu_picture
{
	display:block;
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	width: 200px;
	height: 314px;
	z-index: 1;
	background: url(blume_orchidee.jpg);
}

/* Mainmenu */

td.panel
{
/*	background: #FFCC33;*/
}


td.panel a
{
	display:block;
	color: #4E652B;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px 0px 4px 4px;
	width: auto !important;
	width:100%;
}
td.panel a:visited
{
	color: #4E652B;
}

td.panel a:hover
{ 
/*	background:white;*/
	color:#808080;
}
td.panel-act
{

}
td.panel-act a
{
	display:block;
	font-weight: bold;
	font-size: 10pt;
	color: #808080;
	text-decoration: none;
	padding:4px 0px 4px 4px;
/*	background:#FFFF99;*/
}

td.panel-act a:hover
{
	color: #808080;
}

td.panel-act a:visited
{
	color: #808080;
}

/* Submenu */
td.subpanel
{
	padding: 0px 0px 0px 15px;
/*	background: #FFFF99;*/
}

td.subpanel a
{ 
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #4E652B;
	padding: 3px 0px 3px 3px;
	width: auto !important;
	width:100%;
/*	background: #FFCC33;*/
}
td.subpanel a:visited
{
	color: #4E652B;
	font-size: 8pt;
}
td.subpanel a:hover
{ 
/*	background:white;*/
	color:#808080;
}
td.subpanel-act
{
	display: block;
	padding: 3px 0px 3px 15px;
/*	background: #808080;*/
}
td.subpanel-act a
{	
	color: #808080;
	text-decoration: none;
	font-size: 8pt;
}

td.subpanel-act a:hover
{
	color: #808080;
}

td.subpanel-act a:visited
{
	color: #808080;
	font-size: 8pt;
	padding: 3px 0px 3px 3px;
}

/* Content */
td#c_content
{
	padding: 10px 0px 0px 20px !important;
	padding: 0px 0px 15px 0px;
	margin: 0 !important;
	margin: 0px 20px 0px 0px;
	width:680px !important;
	width:700px;
}

div#inner
{
	position: inherit !important;
	position: static;
	overflow: hidden !important;
	overflow: auto;
	height: 100% !important;
	height: 98%;
	z-index: 3;
	padding:0px 20px 0px 0px !important;
	padding: 0px 20px 0px 0px;
	margin: 0!important;
	margin: 10px 0px 0px 20px;
	vertical-align: top;
}

div.csc-header
{
	margin-top:0px;
	margin-bottom:5px;
}

div.csc-header-n1
{
	margin-top:0;
}

.imgtext-nowrap
{
	margin-top: 10px;
}

/* Onlineanfrage */
.csc-form-labelcell
{
	width:250px;
}
