/* css document */

* { margin: 0px; padding: 0px; border:0px;}

html {
  height:100%;
}

body {
  margin: 0px; 
  padding: 0px;
  height:100%;
  width:100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#444444;
	font-size: 10px; 
	text-align:left;
	line-height:15px;
}
#content_body {
  background:#ffffff;
  height:660px;
  width:100%;
  margin:0px;
  padding:0px;
}
#content {
  float:left;
  margin: 50px 0px 0px 350px;          
}
p {
 
}
a {
  color: #000000;
	text-decoration:none;
	font-weight:normal;
	outline: none;
	padding:0;
	margin:0;
}
a:hover {
  color:#000000;
  background: url("/graphics/linkbg.gif") repeat-x;
}
a.no_hover:hover {
  background: none;
  }
  
.transparent {
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20	;
}

.menu_item {
	float:left;
	padding-right:50px;
}
.menu_item_last {
	float:left;
}

.headline {
	height:45px;
	width: 730px;
	float:left;
}
.pre_loading{
	display:none;
}
.link {
  color: #000000;
	padding:	1px 3px 10px 3px; 
	margin: 0px 25px 0px 25px;
}
.link:hover {
  color:#000000;
  background: url("/graphics/linkbg.gif") repeat-x;
}
.link_active {  
  color: #000000;
	padding:	1px 3px 10px 3px; 
	margin: 0px 25px 0px 25px;
  background: url("/graphics/linkbg.gif") repeat-x;
}
.link_active:hover {  
}
.link_box {
  float:left;
  padding:0px 10px 0px 10px;
}









.link_news {
  color: #000000;
	padding:	0px 5px 0px 5px; 
}
.link_news:hover {
  color:#000000;
  background: url("/graphics/linkbg.gif") repeat-x;
}


#colums {
	width: 700px;
}
	
.text {
	}
	
.group_name {
	font-weight:bold;
	font-size: 10px;
}

.space {
	clear:both;
	height: 20px;
	}
.space_small {
	clear:both;
	height: 8px;
	}
.thumb a {
	display:block;
}
.thumb a:hover {
	background: url("/graphics/image_hover.gif");
}
.thumb_old a:hover {
	background: url("\graphics\image_hover.gif");
		filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;

}
.thumb_space {
	clear:both;
	height: 10px;
	width: 10px;
}
.line{
	clear:left;
	height:0px;
	width:100%;
	border-bottom:1px solid;
	border-color:#000000;
	padding-top:0px; 
	margin-bottom:0px; 
}
.vertical_line{
	float:right;
	height:14px;
	width:0px;
	margin-top:4px;
	border-right:1px solid #000000;
}



	

.textarea { 
	border:1px solid #aaaaaa;
	padding:5px;
	width:420px; 
	height: 500px;
	font-family: verdana, sans-serif;
	font-size: 11px; 
	text-align:left;
	line-height:15px;
	color:#000000;
	background-color:#f7f9fa;
	}
.textbox_headline {
	border:1px solid #aaaaaa;
	padding:1px 0px 2px 5px;
	width:425px; 
	font-size: 23px;
	margin: 10px 0px 15px 0px;
	font-family: Times New Roman, serif;
	font-weight: normal;
	font-style: italic;
	color:#000000;
	background-color:#f7f9fa;
}
.textbox_ordernr {
	position:relative;
	left:-1px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:0px solid #000000;
	padding:0px;
	margin: 0px;
	width:25px; 
	font-family: verdana, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	font-style: normal;
	text-align:center;
	color:#000000;
	background-color:#f7f9fa;
}
.upload_box {
	border:1px solid #aaaaaa;
	padding:5px 5px 15px 15px; 
	margin: 0px 0px 15px 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color:#000000;
	background-color:#f7f9fa;
	overflow:hidden;
}


.clear {
	clear:both;
	width:100%; 
	height:0px;
	}

.newline{
	clear:left;
	width:100%; 
	height:12px;
	}

