@import url(/styles/live/sensus/articles.css);
@import url(/styles/live/sensus/navigation.css);
@import url(/styles/live/sensus/relations.css);
@import url(/styles/live/sensus/formmanager.css);
@import url(/styles/live/thickbox.css);
@import url(/styles/live/sensus/ch.iframe.snode.filemanager.css);


/* Structure */
html, body {
    background-color : #ffffff;
}

body {
    margin : 0;
    padding : 0;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #797979;
    text-align : left;
    line-height: 150%;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}

.clear {
    clear: both;
}


/* Links */
a {
    text-decoration: none;
    color: #274675;

}

a:hover {
    text-decoration: none;
    color: #192E4E;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    color: #004172;
    padding: 4px 0px 8px 0px;
    line-height: 150%;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    color: #506C94;
    font-size: 11px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 960px;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#header {
    padding: 20px 0px 0px 0px;
    height: 109px;
    width: 960px;
    background-color: #FFFFFF;
    text-align: right;
    position: relative;
}

#header > a > img {
    position: absolute;
    
    right: -35px;
    top:20px;
}

#topnav {
    border: 1px solid #929292;
    padding: 3px 10px;
    width: 940px;
    float: left;
    position: relative;
    font-size: 11px;
}

#topnavSub {
    padding: 7px 10px 3px 13px;
    width: 937px;
    float: left;
    position: relative;
    font-size: 11px;
    height: 17px;
    color: #8C8C8C;
    z-index: 99;
}

#langView {
    position: absolute;
    right: 10px;
    top: 3px;
    color: #A3A3A3;
}

#langView a {
    color: #A3A3A3;
}

#content {
    width: 960px;
    min-height: 350px;
    height: auto !important;  /* for modern Browsers */
    height: 350px;  /*for IE */
    float: left;
    position: relative;
}

#boxWrapper {
    float: left;
    width: 610px;
    padding: 25px;
    border: 1px solid #929292;
    font-size: 11px;
    height: 350px;
    overflow: auto;
}

#kopfbildView {
    position: absolute;
    right: 0px;
    top: 0px;
}

#web20 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#footer {
    margin: 20px 0px;
    width: 960px;
    float: left;
    position: relative;
    font-size: 11px;
}

#footerMetaNav {
    border: 1px solid #929292;
    background-color: #506C94;
    color: white;
    padding: 5px;
    font-size: 11px;
    width: 950px;
    float: left;
}

#footerText{
    color: #A3A3A3;
    padding: 3px 0px 0px 0px;
    float: left;
    font-size: 11px;   
    width: 600px;
}

#footerImpressumView {
    position: absolute;
    right: 9px;
    top: 33px;
}

#footerImpressumView a {
    color: #A3A3A3
}

#footerText a {
    color: #A3A3A3;    
}

.label {
    display: block;
}

input.field {
    background-color: white;
    border: 1px solid #929292;
    padding:2px;
}


ul	{
	list-style-position:outside;
	margin-left: 15px;
	padding: 0px;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}
