@import url(/styles/live/sturzenegger/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/formmanager.css);
@import url(/styles/live/sturzenegger/navigation.css);

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

body {
    margin : 0;
    padding : 0;
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #36393d;
    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;
}

.headimage {
	margin-left: 136px;
}


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

}

a:hover {
    text-decoration: none;
    color: #666666;
}
/* 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: 50px auto;
    border:1px solid black;
}

#header {
   height: 160px;
    width: 960px;
    background-color: #FFFFFF;
    position:relative;
}
#servicenav{
position:absolute;
right:80px;
bottom:0px;
z-index:99;
}

#langsel{
position:absolute;
right:87px;
top:10px;
z-index:99;
}

a.logolink{
margin-left:80px;
}

#maindiv{
    position:relative;
    background-image: url(/images/sturzenegger/bg.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height:451px;
}

#sidenav {
position:absolute;
left:80px;
top:50px;
z-index:99;
width: 180px;
}

#contentwrapper {
position:absolute;
left:280px;
top:56px;
width:627px;
height:287px;
z-index:99;
overflow:auto;
}

#contentarea {
    padding:15px 0 0 15px;
}

#footer {
    height: 100px;
}


.label {
    display: block;
}

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


ul	{
	list-style-position:outside;
}


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