/* css document */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin:0px;
	background: #f1f3f5;
}

* { margin: 0; padding: 0; }

a {
	text-decoration:none;
	color:#104c7e;
	}

a:hover {
	text-decoration:underline;
	}
a:visited {
	color:#104c7e;
	}

.body {
	clear:both; 
	width:880px; 
	background: url(../graphics/bg_body.gif) repeat-y;
	font-family: verdana, sans-serif;
	font-size: 11px; 
	text-align:left;
	line-height:15px;
	}
.menu {
	float:left;
	padding:0px 10px 0px 20px;
	width:110px;
	}
	.menu a{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size:13px;
		line-height: 30px;
		letter-spacing:1px;
		}
	.menu a:hover{
		color:#000000;
		text-decoration:none;
		}
.column_center {
	float:left;
	width:430px;
	padding:0px
	margin:0px;
}
.column_right {
	float:left;
	padding:0px 20px 0px 25px;
	width:265px;
}



.headline {
	font-size: 23px;
	margin: 10px 0px 17px 0px;
	font-family: Times New Roman,  serif;
	font-weight: normal;
	font-style: italic;
	color:#000000;
}
	.headline_small {
		font-size: 13px;
		margin: 3px 0px -10px 0px;
		font-family:  arial, sans-serif;
		font-weight: bold;
		color:#000000;
	}

.line{
	clear:left;
	height:0px;
	width:100%;
	border-bottom:1px solid;
	border-color:#000000;
	padding-top:20px; 
	margin-bottom:5px; 
}

.image {
	width:265px;
	overflow: hidden;
	margin-bottom:20px;
	}

.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 {
	border:1px solid #aaaaaa;
	padding:2px 5px 2px 5px;
	width:19px; 
	font-size: 18px;
	margin: 10px 0px 15px 0px;
	font-family: Arial, sans-serif;
	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;
}

.button { 
	width:128px; 
	height: 23px;
	padding-bottom:3px;
	font-family: verdana, sans-serif;
	font-size: 11px; 
	}

.clear {
	clear:both;
	width:100%; 
	height:0px;
	}











.newline{
	clear:left;
	width:100%; 
	height:12px;
	}
