#ud960-wrap {
	display: block;
	width: 960px;
	margin: 10px auto; 
	padding: 0;
	text-align: center; /*** fix IE and align = center ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height:1.222em;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing:	normal;
}

#ud960-main {
	text-align: left; /* restore text align on left */
	padding: 1px 1px 0 1px;	
	border: 1px solid #b1b2b4;
	background-color: #fff;
	line-height: 1.222em;
	font-size: 0.75em;
}

/***
--------------------------------------------------------------------------------------
#ud960-header
--------------------------------------------------------------------------------------
***/

#ud960-header {
	margin: 0; 
	padding: 15px 15px 10px 21px;
	font-size: 0.825em !important;
}
#ud960-header h1.slogan {
	margin: 20px 0 0 0; 
	padding: 0;
	color: #003D86;
	background-color: transparent;
	font-weight: bold;
	line-height:1.222em;
	font-size: 1.4em;
	float: right;
}
#ud960-header img {
	border: 0;
}

#ud960-decoRow {
	color: #000;
	background-color: #003D86;
	height: 25px;
	display: block;
}
#ud960-content {
	background: url(http://domain-research.de/banner/html_960/bg-content.jpg) left bottom no-repeat;
	min-height: 482px;
	display: block;
	position: relative;
}	
#ud960-content h1.headline-1 {
	display: block;
	text-align: right;
	margin: 0;
	padding: 100px 200px 0 0;
	background-color: transparent;
}
#ud960-content h1.headline-2 {
	display: block;
	text-align: right;
	margin: 0;
	padding: 20px 50px 0 0;
	background-color: transparent;
}
* html #ud960-content {
	height: 482px;
}
.ud960-search {
	margin: 40px 0 0 20px;
	padding: 0;
	position: relative;
	background-color: #003D86;
	color: #FFF;
	min-height: 100px;
	width: 440px;
	float: right;
	border: 1px solid #FFF;
}
* html .ud960-search {
	height: 100px;
}
.ud960-www {
	position: absolute;
	bottom: 35px;
	left: 20px;
}
.ud960-search textarea {
	padding: 2px;
	width: 160px; 
	height: 65px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ud960-textarea {
	position: absolute;
	bottom: 30px;
	left: 65px;
}
.ud960-tld {
	position: absolute;
	bottom: 35px;
	left: 240px;
}
.ud960-btn {
	position: absolute;
	bottom: 30px;
	left: 290px;
}
input.ud960-button {
	border: 1px solid;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
	height: 23px; 
	font-weight: bold;
	cursor: pointer;
}

.ud960-left          { float: left; }
.ud960-right         { float: right; }
.ud960-clear         { clear: both; }