html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	background-color:#083950;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#083950;
	height:100%;
	width:100%;
	background-image:url(../backs/boxback.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
p {
	padding:0px;
	margin:0px;
}

ul{
	margin:0px;
	padding:0px;
	margin-left:0px;
	list-style:none;
	position:relative;
}
li{
	position:relative;
	background-image:url(../icons/listpoint.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#333333;
	margin-bottom:3px;
}
/* Überschriften */
h1{
	font-size:16px;
	color:#bd5900;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
h2{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
/* Ende Zusatzelemente */

/* Zusatzelemente */
.break{
	clear:both;
	height:1px;
	overflow:hidden;
}
.lay_break_form{
	clear:both;
	height:5px;
	overflow:hidden;
}
.breakline{
	clear:both;
	height:2px;
	overflow:hidden;
	background-color:#CCCCCC;
}
/* Ende Zusatzelemente */
.breakgal{
	clear:both;
	height:10px;
	overflow:hidden;
}
/* Stanbdardfarben */
.basic_col1{
	color:#F60;	
}
