/* ########## HTML Design ########## */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;

	background: url(images/background.gif) repeat-y 50% 0;
	background-color: #DFDFDF;
	
  font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	text-align: left;
}

#clear
{
  margin: 0px;
  padding: 0px;
  
  height: 0px;

  clear:both;
}

/* ########## Titel ########## */

#div_page
{
	margin: 0px;
	padding: 0px;
	
	width: 720px;
	height: 10px;
}

#div_menu
{
	margin: 0px;
	padding: 0px;
	
	float: left;
	
	width: 170px;
	height: 650px;
	
	background: url(images/bg-1.gif) no-repeat;
}
#main_menu
{
}

img {
	border: none;
	
	}



#logo
{
  margin: 0px;
  margin-top: 18px;
  margin-left: 5px;
  padding: 0px;
  
  border: 0px;
  
  width: 114px;
  height: 114px;
}

#div_menu ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-left: 8px;
}

#menu
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;

	width: 100%;
	height: 18px;

	text-align: left;
  
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;  
	list-style-type: none;
}

#menu a
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	color: #CC0000;
}

#menu a:active
{
	color: #CC0000;
}

#submenu 
{
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-bottom: 6px;

	width: 100%;
	height: 18px;

	text-align: left;
  
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	list-style-type: none;  
}

#submenu a
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}

#submenu a:hover
{
	color: #CC0000;
}

#submenu a:active
{
	color: #CC0000;
}


#div_title
{
	margin: 0px;
	padding: 0px;
	
	float: right;
	width: 526px;
	_width: 550px;
	
	position: relative; 
	
	background-color: white;
	
}

#pic_back
{
  margin: 0px;
  padding: 0px;
 
  position: absolute;
  left: -25px;	
  _left: 0px;	
  top: 0px;  

  width: 550px;
 
  height: 110px;

  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}

#pic_front
{
  margin: 0px;
  padding: 0px;
 
  position: absolute;
  left: -25px;	
  _left: 0px;
  top: 0px;

  width: 550px;
  height: 110px;

  -moz-opacity:0.0;
  filter:alpha(opacity=0);
}

#div_content
{
	margin: 0px;
	padding: 0px;
	padding-top: 120px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	
	float: right;
	
	width: 526px;
	_width: 550px;
	
	height: 520px;
	
	background: url(images/bg-2.gif) no-repeat;
	
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
}

#team
{
	margin: 0px;
	padding: 0px;
	
	width: 515px;

	font-family: Tahoma;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#informationsmaterial
{
	margin: 0px;
	padding: 0px;
	
	width: 515px;

	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

p
{
	width: 520px;
	
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

h1
{
	margin: 10px,0px,10px,0px;
	padding: 0px;
	padding-bottom: 2px;

	font-family: Tahoma;
	color: #CC0000;
	font-size: 18px;
	font-weight: none;
	text-decoration: none;
	text-align: left;
}

h2
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;

	font-family: Tahoma;
	color: black;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	font-style: italic;
	text-align: left;
}

h3
{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 2px;

	font-family: Tahoma;
	color: #CC0000;
	font-size: 16px;
	font-weight: none;
	text-decoration: none;
	text-align: left;
}

a
{
	color: #CC0000;
}

/* ########## Pic Gallery ########## */
#pic_gallery
{
	margin: 0px;
	padding: 0px;
  
	width: 100%;
}

#pic_gallery td
{
	margin: 0px;
	padding: 5px;
  
	text-align: center;
}

#gpic
{
	margin: 0px;
	padding: 0px;
  
	border: 1px solid black;
  
	width: 100px;
	height: 60px;
}

/* ########## Firmenauflistung ########## */
#firmenportrait
{
	margin: 0px;
	padding: 0px;
  
	width: 500px;
}

#fp_pic
{
	margin: 0px;
	padding: 0px;
  
	width: 100px;
	height: 80px;
}

#fp_txt
{
	margin: 0px;
	padding: 0px;
  
	width: 400px;
	height: 80px;
  
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
}

/* ########## Footer ########## */
#footer
{
	margin: 0px;
	margin-top: 100px;
	padding: 0px;
	padding-top: 8px;
  
	width: 520px;
  
	border-top: 1px solid black;
  
	font-size: 10px;
	text-align: center;
}

#footer a
{
	color: gray;
	font-weight: none;
	text-decoration: none;
}

#footer a:hover
{
	color: lightgray;
}
/* ############################ */

/* ########## Index Footer ########## */
#div_footer_index
{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 8px;
  
	width: 520px;
  
	border-top: 1px solid black;
  
	font-size: 10px;
	text-align: center;
}

#div_footer a
{
	color: gray;
	font-weight: none;
	text-decoration: none;
}

#div_footer a:hover
{
	color: lightgray;
}
/* ############################ */

/* ########## Sitemap ########## */

#sitemap_menu
{
	margin: 0px;
	padding: 0px;

	text-align: left;
  
	font-family: Tahoma;
	color: #CC0000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;  
}

#sitemap_menu a
{
	font-family: Tahoma;
	color: #CC0000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}

#sitemap_submenu 
{
	margin: 0px;
	padding: 0px;
	padding-left: 16px;

	text-align: left;
  
	font-family: Tahoma;
	color: #CC0000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}

#sitemap_submenu a
{
	font-family: Tahoma;
	color: #CC0000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}

/* ############################ */

#content-wrapper
{
	margin-top: 34px;

}
	
.csc-form-labelcell p
{

width: 200px !important;
}

.glossary p 
{
width: 450px !important;

}

.searchform 
{
margin-bottom: 20px;
}

.navbar 
{
margin-bottom: 20px;
}
.contenttable {
	width:100%;
}

