@import url(/styles/live/swissrattan/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightwindow.css);
@import url(/styles/live/swissrattan/formmanager.css);
@import url(/styles/live/swissrattan/navigation.css);
@import url(/styles/live/livetranslate.css);
@import url(/styles/live/swissrattan/swissrattan_editor.css);


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

body {
    margin : 0;
    padding : 0;
    font-family : Century Gothik, Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
    color: white;
    text-align : left;
    line-height: 16px;
}

.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: #9D7532;

}

a:hover {
    text-decoration: none;
}

/* 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: 14px;
    padding-bottom: 14px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 14px;
}

h3 {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 14px;
}
h5 {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}

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

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

#langView
{
	float: left;
	width: 960px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #9D7532;
}

#langView a
{
	color: #EDE8CA;
}

#header {
    height: 76px;
    width: 960px;
    float: left;
}

#topnav
{
    width: 945px;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 6px;
}

#topnav ul li a
{
	color: #EDE8CA;
	padding-bottom: 6px;
}

#topnav ul li ul li a
{
	padding-bottom: 2px;
	padding-top: 2px;
}

#content {
    background-color: #000000;
    width: 930px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
    background-image: url(/images/swissrattan/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.impression_wrapper_absolute
{
	position: absolute;
	top: 46px;
	left: 15px;
}

#content ul li
{
	list-style-image: url(/images/swissrattan/list_dot.jpg);
	margin-left: -22px;
	padding-bottom: 18px;
}

.productImageView
{
	float: left;
}

.productOverviewView
{
	float: right;
	width: 262px;
	padding-top: 23px;
}

.productContent
{
	width: 636px;
	float: left;
	padding-top: 7px;
}

#footer {
    width: 960px;
    height: 84px;
    clear: both;
    background-image: url(/images/swissrattan/footer_background.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#metaNavView
{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 10px;
	color: white;
}

#metaNavView a
{
	color: white;
}

.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
}


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