@import url(/styles/live/articles.css);
@import url(/styles/live/navigation.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 : #9A9C9E;
    text-align : left;
}

#toolboxswitcher2 {
    display: none;
}

#toolboxswitcher2_end {
    display: none;
}

.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: underline;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

/* 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 {
	display: none;
}

#navigation{
	display: none;
}

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

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

div#back {
	display: none;
}

#footer{
	display: none;
}

.label {
    display: block;
}

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


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

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