/* Allgemeines */
body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#333;
	margin:				0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
	text-align:			left; /* For IE */
	background:			#fff url(bg.gif) repeat-x;
	scrollbar-face-color : #EDEDED;
	scrollbar-arrow-color : #B5533A;
	scrollbar-track-color : #EDEDED;
	scrollbar-base-color : #EDEDED;
	scrollbar-highlight-color : #EDEDED;
	}
td{
	vertical-align: top;
	text-align: left;
	}
ul {
	margin:				0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
	}
li {
	margin:				0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
	}
p {
	margin:				0px 0px 0px 0px;
	}
	
a, a:link, a:visited, a:active {
	color:				#B5533A;
	text-decoration:	none;
	}

a:hover {
	color:				#B5533A;
	text-decoration:	underline;
	}
/* Ende Allgemeines */


/* Haupt-Container */
#container {
	position:		relative;
	width:			950px;
	margin:			0px;
	padding:			80px 0 0 210px;
	text-align:		left; /* For IE, see above */
	}
*html #container {
	width :		740px;
	}
/* ENDE Haupt-Container */


/* Intro */
#intro {
	padding:			0;
}

#Header {
	position:		absolute;
	top:				0px;
	left:				0px;
	width:			950px;
	height:			100px;
	background:		url(logo_ipgoetz.gif) no-repeat;
	}
#pageHeader {
	position:		absolute;
	top:				0px;
	left:				0px;
	width:			440px;
	height:			100px;
	padding:			0px;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent:	-999em;
	margin:			0;
	}
#lheader {
	position:		absolute;
	top:				30px;
	left: 			692px;
}

#lheader ul {
    margin: 0; 
	 padding: 0;
    text-align: left;
}

#lheader li {
  width : 76px;
  height: 21px;
  list-style: none;
  float: left;
  margin: 0; 
  padding: 0;
  text-align: center;
}
#lheader li a{
  	 height: 18px;
	 display: block;
    width: 76px; 
    padding-top: 3px;
	 padding-left: 0px;
	 padding-right: 0px;
	 background: url(bg_globalnavi.gif) no-repeat;
	 text-decoration: none;
	 color: #333;
  }
#lheader li a:hover{
	 background: url(bg_globalnavi.gif) no-repeat 0 -21px;
	 color: #B5533A;
  }
* html #lheader li a{
  	 height:	18px;
  }
#lheader li a.aktiv{
	 background: url(bg_globalnavi.gif) no-repeat 0 -21px;
	 color: #B5533A;
  }
#sprache{
	position:		absolute;
	top:				30px;
	left: 			919px;
	 background: url(bg_sprache.gif) no-repeat;
	 height:21px;
	 width: 34px;
  }

#english a{
 height:21px;
 width: 34px;
 display: block;
 background: url(flagge_english.gif) no-repeat;
  }
#english a:hover{
 height:22px;
 width: 34px;
 background: url(flagge_english.gif) no-repeat 0px -21px;
  }
/* ENDE Intro */

/* Logozuatz */
#logozusatz{
	position:		absolute;
	top:				100px;
	left:				0px;
	width:			210px;
	height: 			105px;
	background: 	#fff url(logotzsatz_ipgoetz.gif) no-repeat;
	}
#logozusatz h1, #logozusatz h2 {
	text-indent:	-999em;
	margin:			0;
	}
/* ENDE Logozuatz */

/* Hauptnavigation */
#hauptnavi_box{
	position:		absolute;
	top:				205px;
	left:				0px;
	width:			210px;
	background: #fff url(bg_hauptnavi_box.gif);
	}
#hauptnavi{
	margin-left: 20px;
	margin-right: 25px;
	}

#hauptnavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top:	1px solid #D9DADB;
}
#hauptnavi li {
    list-style: none;
	 background: url(bg_hauptnavi.gif);
}
#hauptnavi a {
 	 display: block;
	 height: 20px;
	 width: 138px;
	 color: #878889;
	 text-transform: uppercase;
	 font-weight: bold;
	 background: url(button_hauptnavi.gif) no-repeat;
	 padding-left: 27px;
	 padding-top: 5px;
}
#hauptnavi a:hover {
	color: #B5533A;
	text-decoration: none;
	background: url(button_hauptnavi.gif) no-repeat 0 -25px;
}
#hauptnavi a.aktiv {
	color: #B5533A;
	text-decoration: none;
	background: url(button_hauptnavi.gif) no-repeat 0 0px;
}
/* Untewrnavigation */
#hauptnavi li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
		border-top:	0px;
}
#hauptnavi li ul li {
    list-style: none;
	 background: url(bg_hauptnavi.gif);
}
#hauptnavi a.unternavi {
 	 display: block;
	 height: 20px;
	 width: 138px;
	 color: #878889;
	 text-transform: none;
	 font-weight: normal;
	 background: none;
	 padding-left: 27px;
	 padding-top: 5px;
}
#hauptnavi a:hover.unternavi {
	color: #B5533A;
	text-decoration: none;
	background: none;
}
#hauptnavi a.unternavi_aktiv {
	text-transform: none;
	font-weight: normal;
	color: #B5533A;
	text-decoration: none;
	background: none;
}
#hauptnavi a:hover.unternavi_aktiv {
	text-transform: none;
	font-weight: normal;
	color: #B5533A;
	text-decoration: none;
	background: none;
}
/* ENDE Hauptnavigation */


/* Boxen */
#box_allgmein{
	position:		absolute;
	top:				80px;
	left:				757px;
	width:			190px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	}
#box_allgmein td{
	padding-bottom: 0px;
	}
#box_allgmein h1{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	}
#box_allgmein p{
	font-size: 12px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	}
#box_allgmein p.teaser{
	font-size: 11px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
	}
#box_allgmein a{
	color: #B5533A;
	}
#box_allgmein a:hover{
	text-decoration: underline;
	}
#box_allgmein a.weiter{
	background: url(button_weiter.gif) no-repeat;
	color: #333;
	padding-left: 17px;
	}
#box_allgmein a:hover.weiter{
	background: url(button_weiter.gif) no-repeat 0 -16px;
	text-decoration: none;
	}
#box_allgmein h2{
	font-size: 12px;
	color: #B5533A;
	margin: 0px;
	font-weight: normal;
	}
#box_telefon{
	border:			1px solid #D9DADB;
	border-top: 7px solid #B5533A;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	}
#box_kontakt{
	border:			1px solid #D9DADB;
	border-top: 7px solid #B5533A;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	}
#box_kontakt ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top:	1px solid #D9DADB;
	margin-bottom: 5px;
}
#box_kontakt li {
    list-style: none;
	 background: url(bg_hauptnavi.gif);
}
#box_kontakt a {
 	 display: block;
	 height: 20px;
	 width: 138px;
	 color: #333;
	 background: url(button_hauptnavi.gif) no-repeat;
	 padding-left: 27px;
	 padding-top: 5px;
}
#box_kontakt a:hover {
	color: #B5533A;
	text-decoration: none;
	background: url(button_hauptnavi.gif) no-repeat 0 -25px;
}


#box_vorleistung{
	
	padding: 0 0 0 0;
	margin-bottom: 8px;
	
	}


#box_login{
	border:			1px solid #D9DADB;
	border-top: 7px solid #B5533A;
	padding: 10px;
	margin-bottom: 10px;
	background: #EDEDED;
	}
#box_login a.weiter{
	background: url(button_weiter.gif) no-repeat;
	color: #999;
	padding-left: 17px;
	}
#box_login a:hover.weiter{
	background: url(button_weiter.gif) no-repeat 0 -16px;
	text-decoration: none;
	}

/* Content Allgemein*/
#content {
	width:			540px;
	padding: 0px;
	margin-bottom: 45px;
	background: white;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content li {
    list-style: none;
}
#hauptbild{
	width:	540px;
	height: 210px;
	margin: 0px; 
	padding: 0px;
	border-right: 2px solid white;
	}
#content p{
	line-height: 	20px;
	margin-bottom: 10px;
	}
#content a.weiter{
	background: url(button_weiter.gif) no-repeat;
	padding-left: 20px;
	}
#content a:hover.weiter{
	background: url(button_weiter.gif) no-repeat 0 -16px;
	text-decoration: none;
	}
#content a.download{
	background: url(button_download.gif) no-repeat;
	padding-left: 20px;
	}
#content a:hover.download{
	background: url(button_download.gif) no-repeat 0 -16px;
	text-decoration: none;
	}
#content p.teaser{
	font-weight: bold;
	margin-bottom: 10px;
	}
#content h1{
	font-size: 			18px;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #B5533A;
	font-weight: normal;
	}
#content h2{
	font-size: 			13px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #B5533A;
	font-weight: bold;
	line-height: 17px;
	}
#content h3{
	font-size: 			12px;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #B5533A;
	font-weight: bold;
	
	}
#content h4{
	font-size: 			14px;
	margin-bottom: 7px;
	margin-top: 0px;
	color: #B5533A;
	font-weight: bold;
	}
#content h5{
	font-size: 			12px;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #B5533A;
	font-weight: bold;
	}
#content h6{
	font-size: 			16px;
	margin-bottom: 7px;
	margin-top: 0px;
	color: #333;
	font-weight: normal;
	}
/* ENDE Content Allgemein*/

/* Content TOP-BOX*/
#content_top_box{
	border-bottom:			3px solid #B5533A;
	padding: 7px 12px 5px 12px;
	background:				#D9DADB;
	font-weight: bold;
	}
#content_top_box h1{
	font-weight: bold;
	background: url(button_contentbox_top.gif) no-repeat 0 2px;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-left: 15px;
	}
/* ENDE Content TOP-BOX*/

/* Content BOXindex*/
#content_boxindex{
	border:			1px solid #D9DADB;
	padding: 15px 35px 0 35px;
	width: 468px;
	/*height: 300px;
	 overflow: hidden;*/
	}
#content_boxindex hr{
	width: 500px;
	margin-top:	10px;
	margin-bottom:	10px;
	border-top: 1px solid #D9DADB;
	border-bottom: 1px solid white;
	height:	2px;
	}
*html #content_boxindex hr{
	width: 488px;
	}

#boxindex_links{
position:relative;
margin:0 20px 10px 0;
 width: 430x;
 height: 20px;
 overflow:hidden;
}




/* Content BOX*/
#content_box{
	border:			1px solid #D9DADB;
	padding: 15px 25px 15px 25px;
	}
#content_box hr{
	width: 500px;
	margin-top:	10px;
	margin-bottom:	10px;
	border-top: 1px solid #D9DADB;
	border-bottom: 1px solid white;
	height:	2px;
	}
*html #content_box hr{
	width: 488px;
	}
#content_box table{
	padding-right: 20px;
	}
#content_box td{
	padding-bottom: 10px;
	padding-right: 10px;
	}
#content_box img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
#content_box img.rechts{
	border: 0px;
	float: right;
	padding: 15px;
	padding-right: 0px;
	padding-top: 5px;
	margin-right: 0px;
	}
#content_box img.links{
	border: 0px;
	float: left;
	padding: 15px;
	padding-left: 0px;
	padding-top: 5px;
	}
#content_box ul.sitemap {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
#content_box li.sitemap {
	margin-bottom: 20px;
	border:			1px solid #D9DADB;
	padding: 10px;
}
#content_box a.sitemap {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color:	#333;
	background: url(button_sitemapbox.gif) no-repeat 0 2px;
	padding-left: 20px;
}
#content_box a:hover.sitemap {
	text-decoration: none;
	 color:	#B5533A;
}
#content_box a.sitemap_sekundaer {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color:	#333;
	padding-left: 20px;
}
#content_box a:hover.sitemap_sekundaer {
	text-decoration: none;
	color:	#B5533A;
}
#content_box p.rechts {
	text-align: right;
	font-weight:	normal;
	margin-top:	1px;
}
#content_box p.klein {
	font-size: 10px;
}
#content_box th{
	padding-bottom: 0px;
	padding-right: 10px;
	font-weight: normal;
	text-align: left;
	}
#content_box th.rechts{
	text-align: right;
	}
#content_box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#content_box li{
	background: none;
	}
	#content_box li.liste{
	background: url(button_liststyle.gif) no-repeat;
	 padding-left: 27px;
	 padding-top: 5px;
	}
/* ENDE Content TOP-BOX*/


/* Content Tertiärnavi*/
#content_navi a {
	 display: block;
	 height: 20px;
	 color: #B5533A;
	 background: url(button_contentnavi.gif) no-repeat;
	 padding-left: 27px;
	 padding-top: 5px;
}
#content_navi a:hover {
	color: #B5533A;
	text-decoration: none;
	background: url(button_contentnavi.gif) no-repeat 0 -25px;
}
/* ENDE Content Tertiärnavi*/


/* Content TEASER mit Bild*/
#content_box_teaser {
	width: 538px;
	border-left: 1px solid #D9DADB;
	border-right: 1px solid #D9DADB;
	border-bottom: 1px solid #D9DADB;
	}
#content_box_teaser table{
	margin: 0px;
	padding: 0px;
	}
#content_box_teaser table.rand{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 178px;
	background: white;
	border-right: 1px solid #B1B2B4;
	}
*html #content_box_teaser table.rand{
	width: 179px;
	}
#content_box_teaser table.rechts{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 180px;
	}
#content_box_teaser p{
	font-weight: normal;
	text-align: left;
	padding:	0px 0px 0px 10px;
	}
#content_box_teaser h2{
	font-weight: bold;
	color: #B5533A;
	font-size: 12px;
	padding:	0px 10px 0px 10px;
	}
#content_box_teaser img{
	padding:	10px 5px 10px 10px;
	}
#content_box_teaser th{
	margin: 0px;
	padding: 0px;
	}
/* ENDE Content TEASER mit Bild*/


/* News Übersicht */

.news-list-item{
	margin-bottom: 20px;
}
	

.news-list-item h3 a{
	background: none;
	}
	
.news-list-item h3 a:hover{
	background: none;
	text-decoration: none;
	}
	
	
.news-list-item span.more{
	background: url(button_weiter.gif) no-repeat;
	padding-left: 20px;
	}
	
.news-list-item p.bodytext{
	margin: 0px;
	padding: 0px;
	}
	
#content .news-list-item hr.clearer{
	background: #999;
	width:450px; 
	border:none; 
	height:1px;
	}
	

/* News Detail */


.news-single-item span.more{
	background: url(button_weiter.gif) no-repeat;
	padding-left: 20px;
	}


#content .news-single-item hr{
	background: #999;
	width:450px; 
	border:none; 
	height:1px;
	}
	

	
/* Seminar und Vortrag */	
	


a.download{
	background: url(button_weiter.gif) no-repeat;
	color: #B5533A;
	padding-left: 17px;
	}
a.download:hover{
	background: url(button_weiter.gif) no-repeat 0 -16px;
	text-decoration: none;
	}	
