/* GENERAL */
table, html, body, pre{
	font-family: Arial, Tahoma, Verdana;
}
img{ border:0; }


#title{
	width: 744px;
	height: 54px;
	background: url("../upload/bilder/design/title.gif");
	background-repeat: no-repeat;
}
#header{
	width: 744px;
	height: 434px;
	background: url("../upload/bilder/design/up.jpg");
	background-repeat: no-repeat;
}

/* CONTENT */
#content{
	width: 674px;
	height: 337px;
	background: white;
	margin-top: 32px;
	margin-left: 36px;
}


#content2 table{
	font-family: Arial, tahoma, Verdana;
	font-size: 14px;
}
#content2{
	font-family: Arial, tahoma, Verdana;
	font-size: 14px;
	width: 674px;
	height: 338px;
	padding: 7px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
html>body #content2{
	width: 660px;
	height: 324px;
	font-size: 14px;
}

/* MENU */
#menuOLD{
	background: white;
	width: 674px;
	height: 25px;
	position: relative;
	left: 35px;
	top: -24px;
	font-size: 12px;
	vertical-align: middle;
	
}
#menu{
	width: 674px;
	height: 25px;
	background: white;
	margin-top: 15px;
	margin-left: 36px;
	font-size: 12px;
}

#menu_i{ padding-top: 5px; padding-left: 10px; }
#menu a{ padding-right: 10px;color: #DABD00; font-weight: bold; }
a:link, a:visited{ color: #FFDD00; text-decoration: none; }
a:hover{ color: #FFDD00; text-decoration: underline; }

.bl a:link, .bl a:visited{ color: #000; text-decoration: none; }
.bl a:hover{ color: #000; text-decoration: underline; }

/* Styles */
h1{
	padding: 0;
	margin: 0 0 5px 0;
	font-weight:bold;
	font-size: 15px;
	color: #FFDD00;
}

