body{
  	/*
  	background-color: #999999;
  	background-image: url(/fileadmin/styles/presets/2247/theme_neutral_bg.png);
  	*/
  	background-repeat: repeat-x;
}

.maincontainer{
	width: 1000px;
	margin: 0 auto;
}

.frontpagecontainer{
	width: 1000px;
	margin: 0 auto;
}

.sitecontainer{
	float: left;
	width: 1000px;
	overflow: hidden;
	border-bottom-width:1px;
  	border-left-width:1px;
  	border-right-width:1px;
  	border-top-width:1px;	
  	border-bottom-style:solid;
  	border-left-style:solid;
  	border-right-style:solid;
  	border-top-style:solid;
  	border-bottom-color:#FFF;
  	border-left-color:#FFF;
  	border-right-color:#FFF;
  	border-top-color:#FFF;
}

.logo {
	height:79px;
	overflow: hidden;
	background-image: url(/fileadmin/styles/presets/2247/theme_neutral_top.png);
  	background-repeat: no-repeat;
  	background-position: top left;
}

a.logo {
	display: block;
}

/**
 * search
 */
 
.misc{
	height: 25px;
	overflow: hidden;
	background: #A4A4A4;
  	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#FFF;
  	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:#FFF;
}

/**
 * footer
 */
.footer{
	background-color: #FFF;
	height: 31px;
}

.footer_content{
  	margin: 0 20px;
  	vertical-align: middle; 
  	height: 31px;
  	border-top-width:2px;
  	border-top-style:solid;
  	border-top-color:#A4A4A4;
}

#tc-footer-text {
	float: left;
	margin-top: 10px;
	margin-left: 4px;
	width: 960px;
}

div.typoconsult{
  margin-top: 4px;
  width: 85px;
  float: right; 
}

/**************************************/
/***** START ***/
/**************************************/

.search{
	float: right;
	width: 166px;
	height: 15px;
	border: 1px solid #000;
	margin-top: 5px;
	margin-right: 5px;
}

.search form{
  	margin: 0;
	padding: 0;
}

.searchbox_form input{
  	height: 15px;
}

input.searchsubmit{
	float: right;
	
	height: 15px;
	width: 32px;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	display: block;
	
	border: 0;
	background-color: #CCC;
	font-weight: 700;
	font-size: 11px;
	font-family: arial;
}

input.searchinput{
	float: left;
	
	height: 15px;
	width: 134px;
	margin: 0;
	padding: 0;
	display: block;
	
	border: 0;	
	background-color: #FFF;
	font-weight: 400;
	font-size: 11px;
	font-family: arial;
}

/**************************************/
/***** START - styling of menu **/
/**************************************/

.menucontainer{
	height: 30px;
	overflow: hidden;
	background-color: #4C4C4C;
}

ul.menu{
  	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.menu li{
	display: inline;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
}

ul.menu li.NO a{
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu li.NO a:hover{
	color: #F2F2F2;
}

ul.menu li.ACT a{
	color: #000000;
	text-decoration: none;
}

/**************************************/
/***** STOP - styling of menu ***/
/**************************************/

.contentcontainer {
	min-height: 600px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}

.maincontainer .contentcontainerwide .content{
  	width: 960px;
}

.maincontainer .content{
	float: right;
	width: 763px;
	overflow: hidden;
}

.frontpagecontainer .content{
	width: 948px;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.relatedinfo{
	padding: 10px 0 3px 8px;
	background-color: #F6F5F2;
}

/******************************************************************************/
/***** START - columns ******************************************************/
/******************************************************************************/
.maincontainer .content .w33 {
	width: 33%;
	float: left;
}

.maincontainer .content .w34 {
	width: 34%;
	float: left;
}


.maincontainer .content .threeColumn_left{
	margin-right: 7px;
}

.maincontainer .content .threeColumn_normal{
	margin: 0 7px;
}

.maincontainer .content .threeColumn_right{
	margin-left: 7px;
}

.maincontainer .content .twoColumn_normal{
	float: left;
	width: 366px;
	overflow: hidden;
}

.maincontainer .content .twoColumn_right{
	float: right;
	width: 367px;
	overflow: hidden;
	margin: 0 0 0 15px;
}

.frontpagecontainer .content .threeColumn_left{
	float: left;
	width: 305px;
	overflow: hidden;
}

.frontpagecontainer .content .threeColumn_normal{
	float: left;
	width: 305px;
	overflow: hidden;
	margin: 0 15px 0 16px;
}

.frontpagecontainer .content .threeColumn_right{
	float: right;
	width: 307px;
	overflow: hidden;
}

.frontpagecontainer .content .twoColumn_normal{
	float: left;
	width: 466px;
	overflow: hidden;
}

.frontpagecontainer .content .twoColumn_right{
	float: right;
	width: 467px;
	overflow: hidden;
	margin: 0 0 0 15px;
}

/******************************************************************************/
/***** STOP - columns *******************************************************/
/******************************************************************************/

.content p a{
	background-image: url(/fileadmin/templates/images/link.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding: 0 18px 0 0;
	color: #7DB4C8;
}

/******************************************************************************/
/***** START - styling of leftmenu ********************************************/
/******************************************************************************/

.leftmenucontainer{
	float: left;
	width: 180px;
	overflow: hidden;
}

.leftmenucontainer ul{
	margin: 0;
	padding: 0;
}

.leftmenucontainer ul li{
	list-style-type: none;
	padding-left: 16px;
}

.leftmenucontainer ul li.NO a{
	font-weight: normal;
}

.leftmenucontainer ul li.CUR a{
	font-weight: bold;
}

/******************************************************************************/
/***** STOP - styling of leftmenu *********************************************/
/******************************************************************************/

span.hideit {
	display: block; 
	text-indent: -10000px; 
	text-decoration: none;
}

.clearboth{ 
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
		
.spacer { 
	clear: both;
	line-height: 10px;
	height: 10px;
	font-size: 10px;
	margin: 0;
	padding: 0;
}


/*****************************************************/
/******************** Menu ***************************/
/*****************************************************/

ul.menu li.NO a{
  	color: #FFF;
  	font-weight: 700;
}

ul.menu li.ACT a{
  	color: #FFF;
  	font-weight: 700;
}

/****************************************************/
/********************* Frames ***********************/ 
/****************************************************/
table.csc-frame-frame1 {
	background-color:#C9C9C9;
	background-image:url(/fileadmin/styles/presets/2247/frame-neutral-background.gif);
	background-repeat:repeat-x;
	/*border-collapse:collapse;*/
}

table.csc-frame-frame1 td.topleft {
	border-top-width:1px;
  	border-top-style:solid;
	border-left-width:1px;
  	border-left-style:solid;
  	border-collapse:collapse;
}

table.csc-frame-frame1 td.topcenter {
	height: 1px;
	border-top-width:1px;
  	border-top-style:solid;

} 

table.csc-frame-frame1 td.topright {
	border-top-width:1px;
  	border-top-style:solid;
  	border-right-width:1px;
  	border-right-style:solid;
}

table.csc-frame-frame1 td.contentleft {
	border-left-width:1px;
  	border-left-style:solid;
}

table.csc-frame-frame1 td.contentcenter {
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

table.csc-frame-frame1 td.contentright {
	border-right-width:1px;
  	border-right-style:solid;
}

table.csc-frame-frame1 td.bottomleft {
	border-left-width:1px;
  	border-left-style:solid;
	border-bottom-width:1px;
  	border-bottom-style:solid;
}

table.csc-frame-frame1 td.bottomcenter {
	height: 1px;
	border-bottom-width:1px;
  	border-bottom-style:solid;
}
 
table.csc-frame-frame1 td.bottomright {
	border-right-width:1px;
  	border-right-style:solid;
	border-bottom-width:1px;
  	border-bottom-style:solid;
}

table.csc-frame-frame2 {
	background-color: #C9C9C9;
	background-image: url(/fileadmin/styles/presets/2247/frame-neutral-background.gif);
	background-repeat: repeat-x;
}

table.csc-frame-frame2 td.topleft {
	background-image:url(/fileadmin/styles/presets/2247/frame2-neutral-topleft-background.gif);
}

table.csc-frame-frame2 td.topcenter {
	background-image:url(/fileadmin/styles/presets/2247/frame2-neutral-topcenter-background.gif);
	height: 2px;
	background-repeat: repeat-x;
}

table.csc-frame-frame2 td.topright {
	background-image:url(/fileadmin/styles/presets/2247/frame2-neutral-topright-background.gif);
}

table.csc-frame-frame2 td.contentleft {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#999999;
}

table.csc-frame-frame2 td.contentcenter {
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

table.csc-frame-frame2 td.contentright {
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:#999999;
}

table.csc-frame-frame2 td.bottomleft {
	background-image:url(/fileadmin/styles/presets/2247/frame2-neutral-bottomleft-background.gif);
}

table.csc-frame-frame2 td.bottomcenter {
	background-image:url(/fileadmin/styles/presets/2247/frame2-neutral-bottomcenter-background.gif);
	height: 2px;
	background-repeat: repeat-x;
}
 
table.csc-frame-frame2 td.bottomright {
	background-image:url(/fileadmin/styles/presets/2247/frame2-neutral-bottomright-background.gif);
}
