/*
Theme Name: CAS - Navigation
Theme Setup: Conpack GmbH
Theme URI: http://www.conpack.biz
Version: 0.2
*/



/* Main Sections 

------------------------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #483e38;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	background: #D9D9D9 url(./img/shadow/background.gif) repeat-y scroll center top;
	height: 100%;
}


a, a:link { 
    text-decoration: none;
    border: none;
}

a.langLink {
	color: #9c9d9d;
	font-size: 10px;
}

a.langLink.langActive{
#	color: #20377A; 
	color: #409141;
}

/*a.language_switch:visited { color: #669;}*/
a.langLink:hover { 
#	color: #20377A; 
	color: #409141;
}
a.langLink:active { 
#	color: #20377A; 
	color: #409141;
}


a img, img {
    border: 0px none;
}

#page {
	border: 0px solid;
	width: 900px;
   margin: 0px auto;
   text-align: left;
   height: 100%;
}



/* Header 
------------------------------------------------------------------------- */
#header_top {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 100%;
}

#header_graphic {
	float: left;
	height: 150px;
	width: 100%;
}



/* Navigation
------------------------------------------------------------------------- */
/* css for navigation in navigation.css and navigation_ie.css



/* Content
------------------------------------------------------------------------- */
#content {
	/*border-left: 1px solid #999999;*/
	float: right;
	height: auto;
	width: 700px;
}

#contentText {
	font-size: 12px;
	padding: 28px 70px 0px 80px;
	line-height: 20px;
}

#content p {
	margin: 0px 0px 30px 0px;
}

#content h3 {
	font-size: 14px;
	margin: 0px 0px 20px 0px;
#	color: #20377A; 
	color: #409141;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
	margin: 12px 0px 0px 0px;
}

#content li {
	list-style-type: disc;
	list-style-position: outside;
}

#contentText a {
	text-decoration: underline;
	color: #483e38;
}

#content table {
	border-collapse: collapse;
}

#content table tr {
	vertical-align: top;
}


/* Sidebar 
------------------------------------------------------------------------- */
#sidebar_left {
	height: 100%;
	width: 200px;
	float: left;
}

#sidebar_left_bottom {
#	background-color: #20377A;
	background-color: #409141;
	height: 10px;
	width: 200px;
}



/* Footer 
------------------------------------------------------------------------- */
#footer {
	float: left;
	height: 12px;
	width: 900px;
    margin-top: 5px;
}

#footer_left {
	float: left;
#	background-color: #20377A;
	background-color: #409141;
	height: 16px;
	width: 200px;
}

#footer_right {
	float: right;
	height: 14px;
	width: 699px;
	text-align: center;
	font-size: 10px;
    padding-bottom: 2px;
}



/* Special text formatting 
------------------------------------------------------------------------------- */
.highlight {
#	color: #20377A; 
	color: #409141;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */
#logo {
	float: left;
}

#langSwitch {
	float: right;
	margin: 28px 50px 0px 0px;
    /*display: none;*/
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px 0px 4px 4px;
	margin: 0px 0px 10px 20px;
	display: inline;
}

img.alignleft {
	padding: 4px 4px 4px 0px;
	margin: 0px 20px 10px 0px;
	display: inline;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

td.width_180 {
	width: 180px;
}

td.width_190 {
	width: 190px;
}

td.width_280 {
	width: 280px;
}

td.width_30 {
	width: 30px;
}

td.download {
	padding-left: 15px;
}



/* Forms 
------------------------------------------------------------------------------- */
.efLabel {
    width: 170px;
}

.efInput {
    width: 320px;
}

.efText {
    width: 320px;
    height: 112px;
}

.efButton {
    float: left;
    width: 80px;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}



