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

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

}

body {
    margin : 0;
    padding : 0;
    font-family : Tahoma, Helvetica, sans-serif;
    font-size : 12px;
    color : #FFFFFF;
    text-align : left;
    /*background-image: url(/images/laser/fullbg.png);
    background-repeat: no-repeat;*/
}

.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;
}


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

}

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

a.white {
    color: #fff;
}

a.white:hover {
    color: #ddd;
}

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

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

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


/* Body - Container */
#container {
    width: 960px;
    margin: 0 auto;
    background-color: #2E2D2D;
}

#header {
    height: 60px;
    position:relative;
}

#topnav {
margin-bottom:8px;
padding-left:20px;
}

#sidenav {
    width: 320px;
    min-height: 380px;
    height: auto !important;  /* for modern Browsers */
    height: 380px;  /*for IE */
    float: left;
}
#startbanner{
padding-left:20px;
}

#contentbanner{
margin-bottom:12px;
}

#content {
    width: 615px;
    min-height: 380px;
    height: auto !important;  /* for modern Browsers */
    height: 380px;  /*for IE */
    float: left;
}

#footer {
    padding:8px 20px  18px 0;
    text-align: right;
    clear: both;
    border-bottom: 6px solid #EB8000;
    font-size:11px;
}


.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
}

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

#addressbox{
padding-left:45px;
padding-top:20px;
}

div.contentbox{
	float: left;
	background-color:#C1C1C1;
	padding:12px 20px;
}

#sprache{
 position:absolute;
 right:10px;
 top:5px;
 color:#DEDEDE;   
}
#sprache a{
    color:#FFFFFF;
}
