/* www.skyrix.com - layout.css - (c) 2007 SKYRIX Software AG */

/* general styles ========================================================== */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 778px;
	height: 150px;
	margin: 0px auto;
}

# #logo {
# 	float: left;
# 	width: 389px;
#  	height: 198px;
#  	background: url(images/sx-header-left.png) no-repeat left top;
# }

#logo {
	float: left;
	width: 778px;
 	height: 150px;
 	background: url(/images/sx-header-778x150.jpg) no-repeat left top;
}

#logo * {
	display: none;
}

# #splash {
# 	float: right;
# 	width: 389px;
# 	height: 198px;
# 	background: url(images/homepage02.jpg) no-repeat left top;
# }

#splash * {
	display: none;
}

/** MENU */

#menu {
	width: 778px;
	height: 33px;
	margin: 0px auto;
	padding: 9px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 1px 19px 0px 21px;
	background: url(/images/homepage04.gif) no-repeat left top;
}

#menu .first a {
	background: none;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 240px;
}

#right {
	float: right;
	width: 538px;
}

/** FOOTER */

#footer {
	width: 718px;
	height: 40px;
	margin: 0px auto;
	padding: 20px 30px;
}

#footer p {
	margin: 0px;
}

#legal {
	float: left;
}

#copyright {
	float: right;
}

/** BOX1 */

#box1 {
	padding: 15px 35px 20px 20px;
	border-bottom: 1px solid #CCCCCC;
}

/** BOX2 */

#box2 {
	float: left;
	width: 225px;
	padding: 15px 22px 0px 20px;
}

#box2 table {
	width: 225px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 220px;
	height: 330px;
	min-height: 330px;
	padding: 15px 0px 0px 20px;
	border-left: 1px solid #CCCCCC;
}

html>body #box3 {
	height: auto;
}

/** BOX4 */

#box4 {
	padding: 15px 20px 0px 30px;
	background-position: 0px 3px;
}

#box4 .text2 {
	padding: 15px 0px 0px 0px;
}

/** BOX5 */

#box5 {
	padding: 15px 35px 60px 20px;
}

/** BOX6 */

#box6 {
	padding: 15px 20px;
	background-position: 0px 3px;
}

/* www.skyrix.com - layout.css - (c) 2007 SKYRIX Software AG */

