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

/* Structure */
html, body {
    background-position : center;
    background-color : #313632;
}

body {
    margin : 0;
    padding : 0;    
    font-family: Arial, sans-serif;
    font-size: 11px;
    color : white;
    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: red;

}

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


/* Headings */
h1 {
	color: red;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 15px;
	text-transform: uppercase;
}

h2 {
    margin: 0;
    font-size: 15px;
    padding-bottom: 10px;
}

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


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

#container {
	background-color: white;
	color: black;
    width: 555px;
    height: 400px;
    margin: 0 auto;
    overflow: auto;
    padding: 22px 0px 0px 45px;
}

#header {
    height: 100px;
    width: 960px;
    background-color: #FFFFFF;
}

#topnav {
    background-color: #FFFFFF;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    border-left: 0;
    border-right: 0;
    padding: 3px 10px;
    margin-bottom: 15px;
    width: 940px;
}

#sidenav {
    background-image: url(/images/default/sidebg.gif);
    background-repeat: repeat-x;
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    margin-bottom: 15px;
    float: left;
}

#content {
    background-color: #FFFFFF;
    width: 680px;
    padding: 10px 10px 10px 20px;
    min-height: 550px;
    height: auto !important;  /* for modern Browsers */
    height: 550px;  /*for IE */
    margin-bottom: 15px;
}

#footer {
    background-image: url(/images/default/footer.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}


.label {
    display: block;
}

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

/* 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.introduction {
}

.bannerleft {
	background-color: #666666;
	border-left: 1px solid red;
	width: 179px;
	vertical-align: top;
}

.bannerleftunten {
	background-color: #666666;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
	vertical-align: bottom;
	width: 179px;
}

TD.bannerright {
	border-right: 1px solid red;
	background-image:url(/images/complecta/right.gif);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}

.bannerrightunten {
	border-bottom: 1px solid red;
	border-right: 1px solid red;
	vertical-align: bottom;
	background-color: #CCCCCC;
}

a.nav {
	color: #969696;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}


a.nav:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.contentdiv {
	padding: 20px 0px 0px 40px;
	text-align: left;
	width: 559px;
	overflow: auto;
	color: black;
	height: 440px;
}

#containertd {
	width: 600px;
	border-bottom: 1px solid red;
	vertical-align: top;
	background-color: white;
	overflow: auto;
}

a.side {
	font-weight: bold;
	text-align: left;
}


a.side:hover {
	font-weight: bold;
	text-align: left;
	color: #666666;
}

div.side {
	padding-bottom: 250px;
	padding-left: 15px;
	text-align: left;
}
