@import url(navi.css);

* {
	font-family: Arial;
}
 
html {
  height: 100%;
  overflow-y: scroll;
}

body {
	margin: 0 0 50px 0;
	padding: 0;
	color: #707070;
	background: #FFFFFF url(/images/uallianz/bg_body.gif) repeat-x;
}

h1, h2, h3 {
	margin: 0 0 1em 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 127.2727%;
}

h3 {
	margin: 0;
	font-size: 100%;
}

p {
	margin: 0 0 1.2em 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #006AB3;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

img {
	border: 0;
}

.hr {
	clear: both;
	height: 2.8em;
	background: url(/images/uallianz/hr.gif) repeat-x left 0.8em;
}

.hr hr {
	display: none;
}


ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	display: block;
	margin: 0 0 1.2em 0;
	padding: 0 0 0 13px;
	background: url(/images/uallianz/li.gif) no-repeat left 0.4em;
}

#page {
	position: relative;
	width: 900px; 
}

#header {
	height: 182px;
	background: #FFFFFF url(/images/uallianz/bg_header.gif) no-repeat right top;
}

#logo {
	position: absolute;
	width: 161px;
	height: 158px;
	left: 23px;
	top: 16px;
}

#topnavi {
	position: absolute;
	height: 23px;
	right: 0;
	top: 159px;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 75%;
}

#metanavi {
	position: absolute;
	font-size: 62.5%;
	left: 643px;
	top: 140px;
}

#path {
	margin-bottom: 1.6em;
	text-transform: uppercase;
	font-size: 81.8182%;
	color: #B5B5B5;
}

#main {
	margin-top: 90px;
	font-size: 68.75%;
	line-height: 1.46em;
}

#content {
	position: relative;
	float: right;
	width: 357px;
	right: 250px;
	margin-top: -3.6em;
}

.home #content {
	width: 381px;
	right: 227px;
}

#content.wide {
	width: 587px;
	right: 20px;
}

#marginal {
	position: relative;
	float: right;
	width: 200px;
	left: 357px;
	margin-top: 0.8em;
}

.home #marginal {
	width: 176px;
	left: 357px;
}

#info {
	position: relative;
	float: left;
	width: 203px;
	left: 45px;
	margin-top: -0.4em;
}

.home #info {
	right: 335px;
}

#navi {
}

#footer {
	clear: both;
	margin-left: 32px;
	padding-top: 30px;
	text-align: right;
	font-size: 62.50%;
}

#copyright {
	float: left;
}

#sitesearch {
	position: absolute;
	width: 203px;
	left: 45px;
	top: 227px;
	font-size: 68.75%;
}

#sitesearch form {
	position: absolute;
	width: 203px;
	height: 1.6464em;
	min-height: 18px;
}

#sitesearch label span{
	position: absolute;
	left: 0;
	top: -1.3em;
}

#sitesearch input {
	position: absolute;
	width: 183px;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	background: #C9C9C9;
}

#sitesearch button {
	display: block;
	position: absolute;
	width: 18px;
	height: 100%;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: #006AB3;
}

#sitesearch button img {
	display: block;
	margin: auto;
	padding: 0;
}

#sitesearch>div {
	position: absolute;
	top: 2em;
}

#sitesearch>div a {
	padding-right: 12px;
	text-transform: uppercase;
	font-family: "Arial Black";
	font-size: 81.8182%;
	color: #B5B5B5;
	background: url(/images/uallianz/link_navi.gif) no-repeat right center;
}


/* IE 6 Disclaimer */
* html #iefuckoff { 
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 80%;
	border-bottom: 1px solid #FF0000; 
	background: #FFFF99;
}
 
* html #iefuckoff h1 {
	float: left;
	padding: 0 10px 0 10px;
	font-size: 250%;
	color: #FF0000;
}
 
* html #iefuckoff p {
	margin: 5px 20px;
	padding: 0;
}
/***** content *****/

#content h1, #content h2, #content h3 {
	color: #006AB3;
}

#marginal h3,
#info h3 {
	text-transform: none;
}

.block.vip {
	margin-bottom: 1.2em;
	padding: 8px 15px 8px 15px;
	background: #EEEEEE;
}

#marginal .block.vip {
	margin-left: -15px;
}

.block.vip h2 {
	font-size: 100%;
	color: #707070;
}

.block.vip h3 {
	margin: 0;
	font-size: 100%;
	font-weight: normal; 
}

.block.vip p {
	width: 100%;
	overflow-x: hidden;
}

.block img,
.block .imgbox {
	float: left;
	margin: 0.35em 10px 5px 0;
	font-size: 80%;
}

.block .imgbox img {
	display: block;
	float: none;
	margin: 0 0 5px 0;
}

a.more,
a.mail,
a.download {
	display: block;
	padding-left: 18px;
	text-decoration: underline;
	color: #707070;
	background: url(/images/uallianz/link_more.gif) no-repeat left 0.45em;
}

a.more:hover, a.more:focus, a.more:active,
a.mail:hover, a.mail:focus, a.mail:active,
a.download:hover, a.download:focus, a.download:active {
	color: #006AB3;	
}

a.mail {
	display: inline;
	padding: 0;
	background: none;
}

a.download {
	position: relative;
	text-decoration: none;
	background: none;
}

p.download {
	position: relative;
	padding-left: 18px;
}

.download img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

a.more strong {
	font-weight: normal;
	color: #006AB3;	
}

a.download strong {
	font-weight: normal;
	display: block;
	text-decoration: underline;
}

#news h2 {
	font-family: "Arial Black";
	font-size: 100%;
	font-weight: bold;
	color: #434343;
}

#news h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#news .block {
	margin: 0 0 1.2em 0;
}

#news .block p {
	margin: 0;
}

#partner h2 {
	font-size: 100%;
	font-weight: bold;
}

#partner ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#partner ul li {
	margin: 0 0 2.4em 0;
	padding: 0;
	background: none;
}

ul.folder {
	background: url(/images/uallianz/hr.gif) repeat-x left bottom;
}

ul.folder li {
	margin: 0;
	padding: 0;
	background: url(/images/uallianz/hr.gif) repeat-x left top;
}

ul.folder li ul li {
	padding: 0 0 1.2em 0;
 	background: none;
}

ul.folder li h3 {
	margin: 0 15px 0 0;
	padding: 1.2em 0 1.2em 0;
	text-transform: none;
	font-size: 118.1818%;
}

ul.folder li h3.open {
	background: url(/images/uallianz/bg_folderheader_open.gif) no-repeat right center;;
}

ul.folder li h3.closed {
	background: url(/images/uallianz/bg_folderheader_closed.gif) no-repeat right center;;
}

#content form {
	margin: 0;
	padding: 25px 12px  25px 12px;
	background: #B8D5EA;
}

#content form div,
#content form br {
	clear: both;
}

#content form .hr {
	height: 2em;
	background: url(/images/uallianz/hr_form.gif) repeat-x left 0.4em; 
}

#content form div.multiblock {
	margin: 0 -12px 3.5em 0;
}

#content form label {
	display: block;
	margin-bottom: 1em;
	text-align: right;
}

#content form .multiblock label {
	min-width: 70px;
	float: left;
	margin: 0 10px 0 0;
}

#content form label span {
	float: left;
	width: 110px;
	text-align: left;
}

#content form label input+span {
	width: auto;
}

#content form label input[type=text],
#content form label select,
#content form label textarea {
	width: 219px;
	height: 1.6em;
	padding: 0;
	font-size: 100%;
	color: #707070;
	border: 0;
	background: #EDF5FA;
}

#content form label textarea {
	height: auto;
}

#content form label input[type=radio],
#content form label input[type=checkbox] {
	position: relative;
	float: left;
	margin: 0 4px 1em 0;
}

#content form button {
	display: block;
	margin: 0 0 0 113px;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
	font-size: 90.9091%;
	color: #707070;
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF #FFFFFF #C9C9C9 #C9C9C9;
	background: #EDF5FA;
}

#content form button:hover, #content form button:focus, #content form button:active {
	color: #006AB3;
}

.skiplist {
	height: 2.8em;
	margin-bottom: 2px;
	padding-left: 10px;
	background: #B8D5EA;
}

.skiplist span,
.skiplist strong {
	display: block; 
	float: left;
	width: 17px;
	height: 1.1em;
	margin: 0.75em 0 0 0;
	line-height: 0.9em;
	text-align: center; 
	font-size: 113.6364%;
	font-weight: bold;
	border-left: 2px solid #707070;
}

.skiplist span:first-child,
.skiplist strong:first-child {
	border: 0;
}

.skiplist span a {
	color: #707070;
}

.skiplist strong a {
	color: #FFFFFF;
}

#members {
	padding: 11px 8px 56px 15px;
	color: #000000;
	background: #B8D5EA url(/images/uallianz/bg_members.gif) no-repeat left bottom;
}

#members .header {
	padding: 0.26em 0 0.26em 0;
}

#members .header h2 {
	float: left;
	width: 200px;
	margin: 0;
	padding-right: 76px;
	text-transform: none;
	font-size: 100%;
	color: #000000;
}

#members .header span.folderhint {
	position: absolute;
	right: 20px;
	margin: 0;
	padding-right: 30px;
	color: #FFFFFF;
}

#members .header span.folderhint {
	background: url(/images/uallianz/link_folder_closed.gif) no-repeat right 0.26em;
}

#members .header.open span.folderhint {
	background: url(/images/uallianz/link_folder_open.gif) no-repeat right 0.26em;
}

#members .details {
	clear: both;
}

#members .hr {
	height: 2px;
	background: #EDF4FA;
}

#members .data {
	float: right;
	width: 268px;
	padding-right: 20px;
}

#members .additional {
	float: left;
	width: 270px;
}

#members .smalldata strong {
	display: block; 
	float: left;
	font-weight: normal;
}

#members .smalldata span {
	display: block;
	margin-left: 100px;
}

#members .smalldata br {
	display: none;
}

#result h1,
#result h2,
#result .skiplist,
#result strong {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	background: none;
}

#result .intro,
#result .intro *,
#result .skiplist,
#result .skiplist * {
	color: #B5B5B5;
}

#result .intro,
#result .skiplist {
	font-size: 81.8182%;
	text-transform: uppercase;
}

#result .intro *,
#result .skiplist * {
	font-size: 100%;
}

#result .intro h1,
#result .intro p {
	margin: 0 0 1em 0;
}

#result strong {
	display: inline;
	float: none;
	text-transform: uppercase;
	font-family: "Arial Black";
}

#result .block p {
	margin: 0;
}

#result .block h2,
#result .block .highlight,
#result .block p strong {
	text-transform: none;
	font-weight: normal;
	font-family: Arial;
	color: #006AB3;
}

#result .hr {
	background-position: left 1.4em;
}
