
html {
	background: #002060;
}

body {
	margin: 5px auto;
	position: relative;
}


/**
Layout
**/

#outside {
	width: 750px;
	height: 122px;
	margin: auto;
	position: relative;
	background: #002060 url(pic/back.png) top no-repeat;
	padding-top: 15px;
}



#title {
	margin: 0px;
	padding-top: 35px;
	padding-left: 15px;
	font-family: Arial;
	color: #002060;
	font-size: 20px;
}

#undertitle {
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
	font-family: Arial;
	color: #002060;
	font-size: 14px;
}

#menue {
	width:750px;
	margin: 0px auto;
	position: relative;
	background: #002E8C;
	padding-bottom: 5px;
}

#menue ul {
	width: 100%;
	overflow: hidden;
	margin: auto;
	padding-left: 10px;
	list-style: none;
}

#menue li {
	float: left;
	margin-right: 0px;
}

#menue a {
	display: block;
	width: 100px;
	height: 37px;
	padding-top: 5px;
	background: transparent url(pic/menue.png) bottom no-repeat;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}

#menue a:hover {
	display: block;
	width: 100px;
	height: 37px;
	padding-top: 5px;
	background: transparent url(pic/menuea.png) bottom no-repeat;
	text-align: center;
	text-decoration:none;
	color: #FFFFFF;
	font-family: Arial;
}

#menue span{
	display: block;
	padding-top: 11px;
}

#menue span.alt{
	display: block;
	padding-top: 2px;
}

#content {
	clear:left;
	width: 750px;
	overflow: hidden;
	background: #FFFFFF;
	margin: auto;
	font-family: Arial;
	position: relative;
}

#contentleft {
	width: 500px;
	min-height: 395px;
	background: #FFFFFF;
	float: left;
	font-size: 0.8em;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #000E2A;
	border-right: 1px dotted #002060;
	text-align: justify;
}

#contentleft h1 {
	font-size: 1.2em;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

#contentleft img.portfolio {
	border: 0;
	display: block;
	margin: 0 auto;
}

#contentleft img.partner {
	border: 0;
	display: block;
	float:left;
	margin-top: 10px;
	margin-bottom: 25px;
}

#contentleft div.partner {
	display: block;
	width: 50%;
	height: 80px;
	text-align: left;
	float: right;
}

#contentleft a {
	color: #0094DE;
}


#contentleft a:hover {
	color: #DE2121;
}

#contentright {
	width: 219px;
	background: #FFFFFF;
	float: right;
	padding-top: 25px;

}

#contentright img {
	border: 0;
	display: block;
	margin: auto;
}

#contentend {
	width: 750px;
	height: 20px;
	background: #002E8C;
	position: relative;
	margin: auto;
}

#contentend ul {
	width: 100%;
	overflow: hidden;
	margin:auto;
	padding-left: 10px;
	list-style: none;
}

#contentend li {
	float: left;
	margin-right: 0px;
}

#contentend a {
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 2px;
	background: transparent;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	border-left: 1px dotted #FFFFFF;
}

#contentend a:hover {
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 2px;
	background: #DE2121;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	border-left: 1px dashed #FFFFFF;
}

#footer {
	width: 750px;
	height: 35px;
	background: #002060 url(pic/footer.png) top no-repeat;
	position: relative;
	margin: auto;
}