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

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

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, sans-serif;
    font-size : 11px;
    color : #685c5c;
    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: #c0302e;

}

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

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    width: 710px;
    height: 16px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

h1.home{
    width: 455px;
    height: 22px;
    padding: 4px 0px 3px 15px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 13px;
    background-image: url(/images/vslf/home_article_header.gif);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    padding: 4px 0px 0px 0px;
    font-weight: bold;
    font-size: 12px;
}

h2.home_article2{
    width: 237px;
    height: 22px;
    padding: 4px 0px 3px 5px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 13px;
    background-image: url(/images/vslf/schueler_header.gif);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

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


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 1068px;
    background-image: url(/images/default/border.gif);
    background-repeat: repeat-y;
}

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

#header {
	position: relative;
    height: 116px;
    width: 960px;
    padding: 10px 0px 0px 0px;
    background-color: #FFFFFF;
    background-image: url(/images/vslf/header.jpg);
    background-repeat: no-repeat;
}

#header div.langlinks{
	margin: 0px 0px 0px 8px;
}

div#logo{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#topnav {
    width: 950px;
    position: absolute;
    left: 10px;
    top: 61px;
	z-index: 2;
}

#topnav_bot_l{
	width: 900px;
    position: absolute;
    left: 13px !important;
    left: 13px;
    top: 106px;
	z-index: 2;
}

#topnav_bot_r{
	width: 190px;
    position: absolute;
    right: 0px;
    top: 106px;
	z-index: 2;
}


#sidenav {
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    float: right;
}

#content {
    background-color: #FFFFFF;
    width: 710px;
	padding: 10px 0px 0px 15px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    margin-bottom: 15px;
    float: left;
}

#content_home {
    background-color: #FFFFFF;
    width: 455px;
    padding: 5px 0px 10px 0px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    margin-bottom: 15px;
    float: left;
}

div.home_article_wrapper{
	width: 254px;
	float: right;
}

div.home_article2{
	float: right;
	margin: 5px 0px 0px 0px;
	width: 254px;
}

#content_home p.home_news{
    width: 455px;
    height: 22px;
    padding: 4px 0px 3px 15px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 13px;
    background-image: url(/images/vslf/home_article_header.gif);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

div.chapter{
	padding: 10px 0px 0px 15px;
}

div.chapter_home_article2{
	padding: 6px 0px 0px 5px;
}

#footer {
	border-top: 1px solid #dcd9d9;
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}

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


/* Div Styles */

div.langlinks a{
	color: #ffffff;
}

div.langlinks{
	color: #ffffff;
}

/* Banner */


#widgets{
	float: right;
	width: 224px;
}

#widgets p.title{
    background-image: url(/images/vslf/widget_header.gif);
    background-repeat: no-repeat;
	width: 209px;
    height: 22px;
    padding: 4px 0px 3px 14px;
	margin: 5px 0px 10px 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

div.banner_box{
	width: 220px;
	padding: 0px 0px 0px 2px;
}

div.banner_image{
	margin: 0px 0px 0px 0px;
}

div.banner_description{
	float: right;
	margin: 3px 0px 0px 0px;
	width: 210px;
}

div.banner_link{
	float: right;
	margin: 10px 0px 0px 0px;
}

div.banner_link a{
	font-size: 11px;
}

/* Widgets ... */

div.widget_box{
	float: right;
	width: 210px;	
}

/* Extranet Login */

label.extranet{
	width: 100px;
	float: left;
	padding: 3px 0px 0px 0px;
}

input.extranet{
	width: 100px;
	border: 1px solid #6f6f6f;
	float: left;
}

input.extranet_submit{
	float: right;
	margin: 0px 8px 0px 0px;
}