*{
	padding: 0;
	margin: 0;
}
img,fieldset{
	border: none;
}
.clear{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
}
a:link,a:visited,a:active{
	text-decoration: none;
	outline:none;
}
a:hover{
	
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	background: url(body_bg.jpg) no-repeat center top;
	color: #828283;
}
.container{
	width: 1000px;
	position:relative;
	margin: 0 auto;
	min-height:600px;
	_height:600px;
}
/* GLOBAL CONTENT */

.flashholder{
	position:absolute;
	left:151px;
	top:25px;
}
.red{
	color: Red;
}
.text{
	padding-left:150px;
}
.alsoszoveg{
	position:absolute;
	bottom:10px;
	right:10px;
}
.alsoszoveg a:link,.alsoszoveg a:visited{
	color: red;
}

/* GLOBAL CONTENT */
.footer{
	font-size:11px;
	padding:10px 20px;
}
.footer a:link,.footer a:visited{
	margin: 0 3px;
}
.footer a:hover{
	
}
.left{
	float:left;
}
.right{
	float:right;
}

.leftimg{
	display: block;
	float: left;
	margin-right: 10px;
}
.rightimg{
	display: block;
	float: right;
	margin-left: 10px;
}
.last{
	margin-right:0px !important;
}