
/*<![CDATA[*/
/* default tag styles */

body, img, object, ul, h1, h2, p, address, a, table, form, td, tr, div
{
	background: #ffffff;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	text-align: left;
}

/* html elements (objects) */

body
{
	text-align: center;
}

img
{
	/* 
		hk: Folgende Zeile verursacht im ie ein Problem, der Abstand taucht manchmal
		zufällig nicht auf.
	*/
	display: block;
	margin: 0px 10px 15px 10px;
}

object
{
	display: block;
}

ul
{
	width: 174px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	float: left;
}

/* html elements (textbased) */

h1
{
	padding: 15px 10px 0px 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

h2
{
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #000000;
}

p, address
{
	padding: 0px 10px 0px 10px;
	font-style: normal;
}

/* link styles */

a
{
	padding: 0px 1px 0px 8px;
	background-image: url('../images/icn_link.gif');
	background-position: 1px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

a:hover
{
	background-color: #000000;
	background-image: url('../images/icn_link_over.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}

.title a, .drm a {
	padding: 0px;
	background: none;
}

.title a:hover, .drm a:hover {
	background: none;
}

.txt-sub a {
	font-size: 10px;
}

.txt-sub a, .menu a {
	background-image: none;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
	color: #979797;
}

.txt-sub a:hover, .menu a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

/* text styles */

.txt-sub
{
	font-size: 10px;
	color: #979797;
}

.txt-intro
{
	font-size: 14px;
	color: #979797;
}

.top-pad-60px
{
	padding: 60px 10px 15px 10px;
}


/* list styles */

.client-list
{
	width: 776px;
}

.client-list li
{
	height: 75px;
	width: 194px;
	padding: 15px 20px 0px 0px;
	float: left;
}

.client-list>li
{
	height: 60px;
	width: 174px;
}

/* menu styles */

.main_menu
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 776px;
}

.main_menu_item
{
	float: left;
}

.menu
{
	padding: 0px 10px 15px 10px;
}

.hl-menu
{
	padding: 0px 10px 0px 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

/* splitter styles */

.splitter-bot-15px
{
	margin: 0px 10px 14px 10px;
}

.splitter-bot-0px
{
	margin: 0px 10px 0px 10px;
}

.splitter
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.padding-bot
{
	padding-bottom: 14px;
}

.padding-left
{
	padding-left: 10px;
}

.padding-right
{
	padding-right: 10px;
}
/* default container styles */

.rel
{
	position: relative;
}

.abs
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.maincontainer
{
	width: 772px;
	margin: 0px auto 0px auto;
	padding-bottom: 15px;
	overflow: hidden;
}			

.standard1
{
	width: 194px;
	overflow: hidden;
	float: left;
}

.standard2
{
	width: 388px;
	overflow: hidden;
	float: left;
}

.standard3
{
	width: 582px;
	overflow: hidden;
	float: left;
}

.standard4
{
	width: 776px;
	overflow: hidden;
	clear: both;
}

.standard4-2rows
{
	width: 776px;
	height: 30px;
	overflow: visible;
	clear: both;
}

.standard4-4rows
{
	width: 776px;
	height: 60px;
	overflow: visible;
	clear: both;
}

.standard4-5rows
{
	width: 776px;
	height: 75px;
	overflow: visible;
	clear: both;
}

.standard4-6rows
{
	width: 776px;
	height: 90px;
	overflow: visible;
	clear: both;
}

.standard4-7rows
{
	width: 776px;
	height: 105px;
	overflow: visible;
	clear: both;
}

.standard4-8rows
{
	width: 776px;
	height: 120px;
	overflow: visible;
	clear: both;
}

.standard4-10rows
{
	width: 776px;
	height: 150px;
	overflow: visible;
	clear: left;
}

.standard4-14rows
{
	width: 776px;
	height: 210px;
	overflow: visible;
	clear: both;
}

.standard4-15rows
{
	width: 776px;
	height: 225px;
	overflow: visible;
	clear: both;
}

/* form styles */

/*table, td
{
	border: 1px solid red;
}*/


table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

div.spacer 
{
	height: 15px;
	line-height: 1px;
	font-size: 1px;
	/*border: dashed 1px red;*/
}

/*div>.spacer 
{
	height: 15px;
}*/

td
{
	/*border: 1px dashed red;*/
	height: 75px;	
	padding: 15px 10px 0px 10px;
	vertical-align: top;
}

textarea
{
	width: 750px;
	height: 120px;
}


td>textarea
{
	width: 752px;
	height: 115px;
}


.xj-message
{
	/* Will set visible through js-validation */
	display: none;
	
	padding: 15px 0px 0px 0px;
	color: #ff0000;
}

.xj-input
{
	width: 168px;
}

/*
td>.xj-input
{
	width: 170px;
}
*/

.xj-input-2
{
	width: 362px;
}

.idx-debug
{
	z-index: 109;
}

.idx-debug-foot
{
	z-index: 50;
}

.idx-debug-foot-2
{
	z-index: 55;
}

.idx-debug-foot-3
{
	z-index: 35;
}

/*
td>.xj-input-2
{
	width: 364px;
}
*/

.xj-select
{
	width: 756px;
}

.xj-checkbox
{
	background: none;
	margin: 0px 5px 0px 0px;
	width: 14px;
	height: 14px;
}

.form-row-datenschutz-cell
{
	padding-top: 8px;
	padding-right: 9px;
	vertical-align: middle;
	text-align: right;
}

.datenschutz-checkbox
{
	position: relative;
	top: 3px;
}

/* end form styles */
