form {
	margin:0;
	padding:0;
}

#head{
	width: 950px; 
	text-align:right;
}

.navNonFlash {
	width: 950px; 
	height: 129px; 
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.navFlash {
	width: 950px; 
	height: 173px; 
}

#navMain {
	width: 107px; 
	height: 129px; 
	background-color: #FFFFFF; 
	position:absolute;
	top:46px;
	left:40px;
}

#navMainNew {
    padding-left: 40px;
    width:          910px; 
    height:         19px;
    background-image:   url('../images/bg_mainnav.gif');
    background-repeat:  repeat-x;
    background-color:   #fff;
    background-position: bottom;
}


#navSubMain {
	position:absolute;
	left: 147px;
	width: 803px;
	height: 12px;	
	background-image: url('../images/bg_subnav.png');
}

/*  Hide from IE5-mac. Only IE-win sees this. 
	IE kann keine png`s daher wird f�r ie hier eine Hintergrundfarbe definiert
	das bg_gif ist transparent, so dass m�glicherweise unterschiedliche farben definiert werden k�nnen.
\*/
* html #navSubMain {
	background-color: #E4F4FB; 
 	background-image: url('../images/bg_subnav.gif'); 
}
/* End hide from IE5/mac */


#navSubMainNew {
    height:             12px;
    padding-left:       40px;
    width:              910px; 
    background-image:   url('../images/bg_submainnav.gif');
    background-repeat:  repeat-x;
    background-color:   #fff;
    background-position: bottom;
    padding-bottom:     10px;
}

#main {
	width: 910px; 
	text-align: left;
	margin: 29px 0 41px 40px;
/*	background-color: #CBCBCB; */
}

/* Contain the floats using the :after method */
#main:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #main {
	height: 1%;
}
/* End hide from IE5/mac */


#infobox {
	float:right;	
	display: inline;  
	margin-left: 30px;
	width: 204px;
	text-align: left;
}


/*#infobox {
	position:absolute;
	top:205px;
	left:745px;
	width: 204px;
	text-align: left;
}
*/
#infobox_header {
	width: 168px;
	padding: 0 28px 0 8px;
	background-image: url('../images/bg_infobox_header.gif');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F4F4F3; 
}

#infobox_content {
	width: 202px;
	margin-bottom: 17px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-image: url('../images/bg_infobox_content.gif');
	background-position: top;
	background-repeat: no-repeat;

	border:1px solid #CCCCBB;
	background-color: #F4F4F3; 
}

#infobox_element {
	width: 186px;
	padding: 5px 8px 5px 8px;
}

#infobox_headline {
	width: 186px;
	padding: 0 8px 0 8px;
}

#navService {
	width: 910px; 
	height: 17px;
	background-image: url('../images/bg_service.gif');
	background-color: #FFFFFF; 
	text-align:left;
	margin-bottom: 26px;
	padding:3px 0 0 40px;
}


#info_left_content_area{
	margin-top: 15px;
	padding-top: 8px;
	background-image: url('../images/border_horiz.gif');
	background-repeat: repeat-x;
}

.page_service,
#page_service{
	margin-top: 15px;
	padding-top: 10px;
	background-image: url('../images/border_horiz.gif');
	background-repeat: repeat-x;
}

#social_bookmark{
	padding: 10px 0 0 5px;	
}

#langnav{
	width: 100px;
  position:absolute; 
	top:193px; 
	left:837px;
}
