@import url(/styles/live/buerki/articles.css);
@import url(/styles/live/navigation.css);
@import url(/styles/live/buerki/thickbox.css);
@import url(/styles/live/buerki/jScrollPane.css);

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

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #747578;
    text-align : left;
}

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

p {
    margin: 0;
}

input {
    margin: 0;
}

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

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


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

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* 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: bold;
    font-size: 24px;
    text-transform: uppercase;
}

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

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


/* Body - Container */
#container {
    width: 902px;
    margin: 0 auto;
    position: relative;
    background-image: url(/images/buerki/line.gif);
    background-repeat: repeat-y;
}

#header {
    height: 28px;
    padding: 55px 0 0 10px;
    width: 892px;
    background-image: url(/images/buerki/head_line.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#navigation{
	height: 31px;
	width: 432px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	background-position: center;
	position: absolute;
	top: 73px;
	left: 105px;
}

#logo {
	height: 48px;
	width: 234px;
	position: absolute;
	top: 50px;
	right: -5px;
	background-color: #fff;
	padding-left: 15px;
	padding-bottom: 12px;
}

#content {
	width: 673px;
	min-height: 382px;
    height:auto;
	padding-top: 100px;
	position:relative;
}

div#back {
	padding-left: 5px;
}

#footer{
	width: 902px;
	height: 10px;
	background-image: url(/images/buerki/foot_line.gif);
	background-repeat: no-repeat;
}

.label {
    display: block;
}

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


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

/* 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;
}
