/*
www.cirro.com
2009-06-22

Code by Lasse Gejl
www.gejl.net
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(../img/bg_body.gif) repeat-x left top;
	color: #000;
	font: 14px/20px Arial, sans-serif;
	margin: 0 0 30px 0;
}
input, textarea, select {
	font: 11px/14px Arial, sans-serif;
}
hr {
	display: none;
}
fieldset {
	border: none;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: none;
}
.clearboth {
	clear: both;
}
/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: inline-block;
}
.clear { 
	display: block;
}
/* self clearing - end */

#container {
	margin: 0 auto;
	position: relative;
	width: 962px;
}
#header {
	background: url(../img/bg_header.gif) no-repeat 221px 0;
	height: 100px;
	overflow: hidden;
}
#logo {
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 33px 0 0 0;
}
#logo p {
	margin: 0;
	position: absolute;
	left: 0;
	top: 13px;
}
#logo h3, #logo h1 {
	margin: 0;
	overflow: hidden;
	text-indent: -100em; 
}
#logo #headline {
	background: url(../img/logo_cirro.gif) no-repeat;
	font-size: 1px;
	height: 44px;
	margin-top: 7px;
	width: 166px;
}
#logo #headline a {
	display: block;
	height: 44px;
}
#global {
	color: #fff;
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding: 13px 215px 0 0;
}
#global li {
	border-left: 1px solid #013d56;
	display: inline;
	list-style: none;
	padding: 0 8px 0 11px;
}
#global li.user {
	background: url(../img/icon_user.gif) no-repeat left center;
	border: none;
	padding: 2px 5px 1px 22px;
}
#global a {
	color: #fff;
}
#search {
	float: right;
	position: absolute;
	left: 760px;
	top: 13px;
}
#search .field {
	background: url(../img/bg_searchfield.gif) no-repeat left top;
	border: none;
	float: left;
	height: 12px;
	padding: 6px 5px 4px 5px;
	width: 160px;
}
#search .button {
	float: left;
}
#navi {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	right: 2px;
	top: 50px;
}
#navi ul {
}
#navi li {
	float: left;
	list-style: none;
	margin-left: 12px;
	padding: 10px 0;
}
#navi a {
	background: url(../img/bg_navi.gif) repeat-x top left;
	border: 1px solid #003247;
	border-bottom: 1px solid #497e94;
	color: #fff;
	height: 13px;
	padding: 5px 8px 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#navi a:hover {
	background: #1d1d1d;
}
#navi a.current, #navi a.current:hover {
	background: url(../img/bg_navi_current.gif) repeat-x top left;
	cursor: default;
}
#top {
	background: url(../img/bg_wrapper_top.gif) no-repeat bottom left;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 5px 10px 5px;
}
#top li {
	display: inline;
	list-style: none;
	margin-left: 15px;
}
#top a {
	color: #999;
}
#top a.print {
	background: url(../img/icon_print.gif) no-repeat left center;
	padding-left: 15px;
}
#top a.share {
	background: url(../img/icon_share.gif) no-repeat left center;
	padding-left: 15px;
}
#wrapper {
	background: #fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 25px 0 10px 0;
}
#side {
	background: #fff;
	border-right: 1px solid #e0e0e0;
	float: left;
	font-size: 12px;
	padding: 0 30px 20px 30px;
	width: 249px;
}
#side h3 {
	color: #013d56;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#side h3 a {
	color: #013d56;
	text-decoration: none;	
}
.subnavi {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.subnavi a {
	color: #000;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	width: 249px;
}
.subnavi a:hover {
	text-decoration: underline;
}
.subnavi ul {
	border-bottom: 1px solid #eee;
}
.subnavi li {
	border-top: 1px solid #eee;
	list-style: none;
}
.subnavi li ul li {
	border-top: 1px solid #eee;
	text-transform: none;
	font-weight: normal;
}
.subnavi li ul li a {
	padding: 7px 15px;
	width: 219px;
}
.subnavi li a.current, .subnavi li a.current:hover {
	background: url(../img/icon_arrow.gif) no-repeat right center;
	cursor: default;
	text-decoration: none;
}
.subnavi li ul li a.current, .subnavi li ul li a.current:hover {
	background: #eee;
	cursor: default;
	text-decoration: none;
}
.news {
	margin-top: 30px;
	line-height: 16px;
}
.news .date {
	color: #666;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin: 12px 0 0 0;
}
#content {
	background: #fff;
	float: right;
	padding: 0 30px 0 30px;
	width: 590px;
}
.wide {
	float: none !important;
	width: 900px !important;
}
#content h1 {
	color: #013d56;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
#content h2 {
	color: #013d56;
	font-size: 17px;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
#content p.intro {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	color: #555;
	font-size: 16px;
	font-style: italic;
	margin: 10px 0 20px 0;
	padding: 10px 0;
}
#content a {
	font-weight: bold;
}
#content ul, #content ol {
	margin-bottom: 15px;
}
#content li {
	margin-left: 30px;
}
#content img {
	border: 1px solid #e0e0e0;
/*	float: right;*/
/*	margin: 0 0 20px 20px;*/
	padding: 2px;
}
#content img.left {
/*	float: left;*/
	margin: 0 15px 15px 0;
}
#content img.right {
	margin: 0 0 15px 15px;
}
#content p.date {
	color: #666;
	font-size: 12px;
	margin: 0 0 0 0;
}
#content img.gallery {
	border: 1px solid #e0e0e0;
	float: left;
	margin: 0 20px 20px 0;
	padding: 2px;
}
#content img.nostyle {
	border: none;
	padding: 0;
}
#content .news_block, #content .pub_block {
	border-bottom: 1px solid #e0e0e0;
	font-size: 13px;
	margin-top: 15px;	
}
#content .pub_block h3 {
	margin-bottom: 25px;
}
#content .pub_block p {
	margin-bottom: 10px;
}
#content .publication_intro {
	margin: -20px 0 5px 0 !important;
	padding: 5px 0;
}
#content .small {
	color: #555;
	display: block;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 100px;
}
#content .download, #content .download_pdf {
	background: url(../img/icon_download.gif) no-repeat left center;
	padding: 0 0 1px 22px;
	margin-right: 20px;
}
#content .download_pdf {
	background-image: url(../img/icon_download_pdf.gif);
}
#content form {
	font-size: 13px;
	line-height: 16px;
}
#content form p {
	margin: 0 0 15px 0;
}
#content form .field {
	width: 240px;
	padding: 2px 3px;
}
#content form .textarea {
	height: 100px;
	margin: 0 0 0 150px;
	padding: 2px 3px;
	width: 244px;
}
#content form .button {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}
#content form .text {
	background: transparent;
	border: none;
	cursor: pointer;
}
#content form .info {
	color: #666;
	font-size: 11px;
}
#content form label {
	display: block;
	float: left;
	width: 150px;
}
#content form .required {
	color: #c30404;
}
#content #wlpeUserDefaultImage {
	display: none;
}
#content #wlpeUserProfilePhoto {

}
#content #wlpeCaptchaImage {
	background: #fff;
	float: right;
}
#content #wlpeUserRegisterForm {
	margin-bottom: 10px;
}
#content .wlpeUserPage {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 20px 0;
}
#content .wlpeUserPage img {
	clear: right;
	float: right;
	margin: 0 0 40px 20px;
}
#content .wlpeUserPage li {
	list-style: none;
}
#content .wlpeUserPage p {
	font-size: 13px;
	margin: 0;
}
#content .wlpeUserPage blockquote {
	color: #555;
	font-family: Georgia  Arial, sans-serif,
	font-size: 16px;
	font-style: italic;
}
#content ul.profile, #content ul.profile_publication {
	margin: 0 0 20px 0;
}
#content ul.profile li, #content ul.profile_publication li {
	border-bottom: 1px solid #eee;
	list-style: none;
	margin: 0 0 0 0;
	padding: 2px 0;
	width: 700px;
}
#content ul.profile li em, #content ul.profile_publication li em {
	color: #666;
	display: block;
	font-style: normal;
	font-size: 11px;
	float: left;
	margin: 0 20px 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 130px;
}
#content iframe {
	border: 1px solid #e0e0e0;
	padding: 4px;
}
#content .wlpeMessageText {
	background: #d63030;
	border: 1px solid #c30404;
	color: #fff;
	font-weight: bold;
	padding: 6px 8px;
}
#content p.publications_archive {
	margin-top: 15px;
	text-align: right;
}
#content p.publications_archive a {
	background: url(../img/icon_pub_small.gif) no-repeat left center;
	padding: 3px 0 3px 26px;
}
#content h1.publications_archive {
	background: url(../img/icon_pub.gif) no-repeat left center;
	padding: 5px 0 5px 55px;
}
#content table {
	font-size: 12px;
	margin: 10px 0 10px 0;
	width: 100%;
}
#content table td {
	padding: 2px 4px;
}
#content table th {
	background: #eee;
	border-bottom: 1px solid #e0e0e0;
	font-size: 13px;
	padding: 4px 6px 2px 6px;
	text-align: left;
	text-transform: uppercase;
}
#content table th a {
	text-decoration: none;
}
#content table th a:hover {
	text-decoration: underline;
}
#content .smallborder {
	border: 1px solid #e0e0e0;
}
#footer {
	background: url(../img/bg_wrapper_bottom.gif) no-repeat top left;
	clear: both;
	color: #898989;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	padding: 25px 0 30px 30px;
}
#footer li {
	display: block;
	float: left;
	margin-right: 30px;
	width: 280px;
}
#footer a {
	color: #898989;
}

/* frontpage */

#index #top {
	background: none;
	padding-bottom: 5px;
}
#index img.header {
	margin-bottom: -7px;
}
#index #wrapper {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 20px;
}
#index #wrapper ul {
	margin: 0 0 20px 15px;
}
#index #wrapper a {
	font-weight: bold;
}
#index .focus {
	display: inline;
	float: left;
	margin-left: 30px;
	padding-right: 29px;
	width: 250px;
}
#index .middle {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-left: 0;
	padding-left: 30px;
}
#index h2 {
	padding: 10px 0 10px 55px;
	color: #013d56;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
}
#index h2 a {
	color: #013d56;
	font-weight: normal !important;
	text-decoration: none;
}
#index h2.about {
	background: url(../img/icon_info.gif) no-repeat left center;
}
#index h2.pub {
	background: url(../img/icon_pub.gif) no-repeat left center;
}
#index h2.latest {
	background: url(../img/icon_news.gif) no-repeat left center;
}
#index #wrapper .date {
	color: #666;
	font-size: 12px;
	margin: -15px 0 0 0;
	letter-spacing: 0.5px;
}