@import url(layouthelp.css);

/**
* Force vertical scrollbars
**/
html[xmlns^="http"] {
	overflow-y:				scroll;
}

/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Verdana, Arial, Helvetica;
	font-size:				small;
	color:					#666;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page {
	margin:					auto;
	text-align:				left;
	width:					1000px;
	background-image:		url(../images/bg_div_page.gif);
	background-repeat:		repeat-y;
}

#header {
	height:					224px;
	background-image:		url(../images/header.jpg);
	background-repeat:		no-repeat;
	position:				relative;
}

#header_content{
	color:					#666;
	text-decoration:		none;
	padding:				22px 0 0 13px;
	font-size:				smaller;
}

* html #header_content{
	color:					#666;
	text-decoration:		none;
	padding:				22px 0 0 13px;
	font-size:				smaller;
}

#language_switch {
	position:				absolute;
	top:					110px;
	left:					555px;
}

#language {
	width:					80px;
}

#language_text {
	display:				none;
}

#header_content a{
	color:					#666;
	text-decoration:		none;
	font-weight:			bold;

}

#header_link1{
	float: 					left;	
	margin-left:			48px;
}
#header_link2, #header_link2_en{
	float:					left;
	margin-left:			46px;
}

#header_link2_en {
	margin-left:			35px;
}

#header_link3, #header_link3_en{
	float:					left;
	margin-left:			62px;
}

#header_link3_en {
	margin-left:			85px;
}

* html #header_link1{
	float: 					left;	
	margin-left:			24px;
}
* html #header_link2{
	float:					left;
	margin-left:			58px;
}
* html #header_link3{
	float:					left;
	margin-left:			62px;
}


#navigation {
	width:					190px;
}

#navigation ul {
	list-style-type:		none;
	width:					190px;
}

#navigation ul li {


}

#navigation ul li a {
	display:				block;
	background-image:		url(../images/bg_a_navigation.gif);
	height:					30px;
	width:					187px;
	background-repeat:		no-repeat;
	margin-bottom:			6px;
	color:					#666;
	text-decoration:		none;
	padding:				4px 0 0 32px;
}


#navigation ul li a.current {
	display:				block;
	background-image:		url(../images/bg_a_current_navigation.gif);
	height:					30px;
	width:					187px;
	background-repeat:		no-repeat;
	margin-bottom:			6px;
	color:					#666;
	text-decoration:		none;
	padding:				4px 0 0 32px;
}

#navigation ul li ul li {
	margin-left:			0px;
}

#navigation ul li ul li a {
	display:				block;
	background-image:		url(../images/bg_a_sub_navigation.gif);
	height:					30px;
	width:					187px;
	background-repeat:		no-repeat;
	margin-bottom:			6px;
	color:					#666;
	text-decoration:		none;
	padding:				4px 0 0 32px;
}
#navigation ul li ul li a.current {
	display:				block;
	background-image:		url(../images/bg_a_current_sub_navigation.gif);
	height:					30px;
	width:					187px;
	background-repeat:		no-repeat;
	margin-bottom:			6px;
	color:					#666;
	text-decoration:		none;
	padding:				4px 0 0 32px;
}

#navigation ul li ul li ul li {
	margin-left:			0px;
}

#navigation ul li ul li ul li a {
	display:				block;
	background-image:		url(../images/bg_a_sub_sub_navigation.gif);
	height:					25px;
	width:					187px;
	background-repeat:		no-repeat;
	margin-bottom:			6px;
	color:					#666;
	text-decoration:		none;
	padding:				4px 0 0 32px;
		background-position:	0 22px;
}
#navigation ul li ul li ul li a.current {
	display:				block;
	background-image:		url(../images/bg_a_sub_sub_navigation.gif);
	height:					25px;
	width:					187px;
	background-repeat:		no-repeat;
	margin-bottom:			6px;
	color:					#666;
	text-decoration:		none;
	padding:				4px 0 0 32px;
	background-position:	0 22px;
	font-weight:			bold;
}

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					200px;
}

#content_main {
	width:					1000px;
}

#content_main_twocol {
	width:					800px;
}

#content_main_twocol.content_left {
	width:					750px;
	padding:				0 30px 0 20px;
	margin-bottom:			30px;
}

* html #content_main_twocol.content_left {
	width:					700px;
	padding:				0 30px 0 20px;
	margin-bottom:			30px;
}

#content_main_twocol.content_right {
	width:					800px;
}

#content_main_threecol {
	width:					600px;
}

#content_right {
	width:					200px;
}

#flashContent{
	float:					left;
	margin:					0 0 15px 40px;
	/*height:					145px;
	width:					975px;*/
}

* html #flashContent{
	float:					left;
	margin:					0 0 15px 15px;
	/*height:					145px;
	width:					975px;*/
}

#footer {
	background-image:		url(../images/bg_div_footer.gif);
	background-position: 	11px 0;
	background-repeat:		no-repeat;
	height:					40px;
}

#footer_content{
	font-size:				smaller;
	text-align:				center;
	padding-top:			5px;
	color:					#000;
}

/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}

/**
* Table
**/

.tecdata{
	border-collapse:				collapse;
}

.tecdata  td{
	border: 						1px solid #666;
	padding-left:					5px;
}

.einschlagma{
	border-collapse:				collapse;
}

.einschlagma  td{
	border: 						0px solid #666;
	padding-left:					5px;
}

