@charset "ISO-8859-1";

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}

p {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #424542;
}
#ev {
	background-image: url(../bilder/main/back-menu.png);
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
	float:left;
	clear:both;
	width:100%;
	height:auto;
}
#content {
	left: 50%;
	margin: 0 0 0 -450px;
	width:900px;
	position:relative
	
}
#menu {
	width: 900px;
	float: left;
	clear: both;
	padding: 3px 0 0 0;
	text-align:right
}
#contentmain {
	width: 900px;
	float: left;
	clear: both;
	padding: px 0 50px 0;
	height:auto
}
#logo {
	width:178px;
	float:left;
	padding-right:15px;
	clear:both
}
#menu2 {
	width:178px;
	float:left;
	padding-right:15px;
}
#copy1 {
	width:251px;
	float:left;
	padding-right:15px
}
#copy2 {
	width:246px;
	float:left;
}
#copybig {
	width:246px;
	float:left;
}

#menupunkt {
	float: right;
	height: 20px;
	width: auto;
	background-color:#bfbfbf;
	padding: 2px 7px 0 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#menupunkt a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	
}
#contentmain a, #menu a  {
	margin:0 12px;
	background-image:url(../bilder/main/arrow_red.gif);
	background-repeat:no-repeat;
	background-position: 0 4px;
	padding-left:12px;
	border:none;
	height:15px;
	line-height:15px;
	font-weight: bold;
	color: #424542;
	text-decoration: none;
}

