body {
	/*top:0;
	left:0;*/
	text-align:left; /*fuer den ie*/
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: white;
	/*font-size:12px;color:#222;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}



#wrapper {
        width: 1100px;
        height: auto;
        margin: 10px auto;
        padding: 0;
        border: 1px solid #f4f4f4;
        overflow: hidden;
        background-color: white;
}

#header {
        position: relative;
        top, left: 0px;
        width: 1100px;
        height: 130px;
        background-color: #f4f4f4;
	background-image: url(../images/sollogix_logo.png);
	background-repeat: no-repeat;
	background-position: 50px 37px;
}

#logohomelink {
	position: absolute;
	top: 37px;
	left: 50px;
	width: 250px;
	height: 66px;
}

#logohomelink a {
	width:100%;
	height:100%;
	display:block;
} 

#header_nav {
	position: relative;
	top: 68px;
	left: 310px;
	z-index: 1000;
	font-size: 12pt;
}

#header_login input {
	top: 20px;
	height: 8px;
	width: 50px;
	font-size: 8px;
}

#header_login .button {
	height: 15px;
	width: 40px;
	font-size: 8px;
}

#header_logo_we {
	position: absolute;
	top: 103px;
	left: 860px;
}

#header_line {
	position: absolute;
	top: 101px;
	left: 73px;
}


#content-wrapper {
        position: relative;
        top, left:0px;
        width: 1100px;
        background-color: white;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#content-padding {
        float: left;
        width: 140px;
	background-color: white;
	/*min-height:400px;
	height:auto !important;*/
	height:400px;
	padding: 5px;
}

#addr {
	width: 140px;
	height: 100px;
	position: absolute;
	top: -40px;
	text-align: right;
	padding-right: 10px;
	color: black;
}

#content-main {
        float: left;
        width: 700px;
        background-color: white;
	/*overflow: auto;*/
	min-height:400px;
	height:auto !important;
	height:400px;
}

#breadcrumb {
	/*padding-left: 10px;*/
	/*float: left;*/
	font-size: 14px;
	float: none;
	/*width: 900px;*/
	display: block;
	padding-top: 7px;
	padding-bottom: 15px;
	text-align: left;
}

#content-sidebar {
        float: right;
        width: 250px;
        background-color: white;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#footer {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1100px;
        height: 55px;
        background-color: #666666;
}

#footer_content {
	position: relative;
	float: left;
	top: 10px;
	left: 50px;
}

#footer_content_search {
        position: relative;
        float: left;
        top: 5px;
}

#footer_content_text {
	position: relative;
	float: left;
	top: 0px;
	padding-left: 30px;
	color: white;
	font-size: 10pt;
}

#footer_login {
	position: relative; 
	display: block;
	top: 5px;
	visibility: hidden;
}

#footer_content_search .button {
	background-color: #666666;
	background-image: url(../images/button_search.png);
	color: white;
	border: 1px solid white; 
}

#footer_content_search .text {
	width: 110px;
}

#footer_content_search #form {
	width: 250px;
}

.contentrotatormodule {
	float: left;
	width: 205px;
	height: 240px;
	padding: 11px;
}


