* {
    margin: 0;
    padding: 0;
}

h1 {
    color:#000000;
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}

#colNormal h1.csc-firstHeader,
#colNormalFull h1.csc-firstHeader {
    color:#ff9900;
    font-size:20px;
}

/*** LINKS ***/
a img {
    border:none;
}
a, a:visited {
    color:#003366;
    text-decoration:none;
}
a:hover, a:active {
    text-decoration:underline;
}
a:active {
    color:#ff9900;
}
a.in-line {
    text-decoration:underline;
}
a.in-line:hover {
    color:#ff9900;
}
a.in-line:visited {
    color:#747474;
    text-decoration:underline;
}
.box-center-content a, #colNormal a, #colNormalFull a {
    text-decoration:underline;
}
#left_menu a,
#downloads a,
#moretestimonials a,
.list_container a,
.read_more a,
a.read_more_medium {
    text-decoration:none;
}
#left_menu a:hover, #left_menu a:active,
#moretestimonials a:hover, #moretestimonials a:active,
.list_container a:hover, .list_container a:active,
.read_more a:hover, .read_more a:active,
a.read_more_medium:hover, a.read_more_medium:active {
    text-decoration:underline;
}

div.horizontal-gutter {
    clear:both;
    height:11px;
}

body {
    background-color: #d9d9d9;
    color:#000000;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    text-align:center;
}

#page {
    background: url(../img/header_gradient.gif) repeat-x;
    background-color: #b0babf;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
    width: 960px;
}

#container, #container-nomarginright {
    clear:both;
    margin-left:20px;
}
#container {
    margin-right:20px;
}
#container-nomarginright {
    width:940px;
}

#container-left {
    float:left;
    width:706px;
}

#container-right {
    float:right;
    width:234px;
}

/*** HEADER ***/

#header {
    height: 98px;
}

#logo {
    background: url(../img/logo_vlx.gif) no-repeat;
    height:57px;
}

#logo-links {
    float:right;
    margin-top:22px;
}


/*** MENU BAR ***/

#menu-bar {
    padding-top:6px;
}

#menu {
    float:left;
    font-size:16px;
}

#menu a {
    padding:0 10px 0 10px;
}

#menu a:hover {
    text-decoration:none;
}

#menu li {
    display:inline;
    float:left;
    line-height:35px;
}

#menu li a {
    display:block;
}

#menu li:hover a, #menu li.over a {
    background-color:#003366;
    color:#ffffff;
}

#menu li a:hover {
    background-color:#ffffff;
    color:#003366;
}

#menu li ul {
    background-color:#003366;
    display:none;
    position:absolute;
}

#menu li ul li {
    clear:left;
    line-height:26px;
}

#menu li ul li a {
    font-size:14px;
}

#menu li:hover ul, #menu li.over ul {
    display: block;
}


#search {
    float:right;
    padding-top:2px;
}

#search input {
    border:1px solid #999999;
    height:20px;
    padding-left:5px;
    width:151px;
}

#search input.search_button {
    background: url(../img/button_arrow_right.gif) no-repeat 32px center;
    background-color:#ff9900;
    border-color:#ff9900;
    color:#ffffff;
    font-weight:bold;
    margin-left:10px;
    padding:0 10px 2px 0;
    width:47px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}


/*** LEFT MENU ***/

#leftmenu-container {
    float:left;
    width:192px;
}

#boxmenu-center {
    background: url(../img/menu_watermark.gif) no-repeat bottom center;
    padding-bottom:15px;
}

#left_menu {
    width:150px;
}

#left_menu ul {
    list-style-type:none;
}

#left_menu li.sub_section {
    padding-left:18px;
}

#left_menu li.sub_sub_section {
    padding-left:18px;
}

#left_menu a {
    display:block;
    margin:5px 0;
}

#left_menu li.cur {
    background:url(../img/arrow_right_gray.gif) no-repeat left 1px;
}

#left_menu a.main_section {
    font-size:14px;
    font-weight:bold;
}
#left_menu a.act, #left_menu a:hover {
    color:#ffffff;
}

/*** CONTENT ***/
#content_container {
    float:left;
    width:510px;
}

#colNormal, #colNormalFull {
    width:460px;
}

#colNormal ul, #colNormalFull ul {
    margin-left:15px;
}

#colNormal ul li, #colNormalFull ul li {
    margin:2px 0;
}

.read_more,
.read_more_medium,
.read_more_testimonials {
    background:url(../img/arrow_right_white.gif) no-repeat center right;
    height:14px;
    padding-right:15px;
}

.read_more,
.read_more_testimonials {
    float:right;
}

.read_more, .read_more_medium {
    position:relative;
}

.read_more {
    right:34px;
    top:132px;
}

.read_more_medium {
    left:139px;
    top:3px;
}


/*** RIGHT COLUMN ***/
#links_container a:visited {
    color:#747474;
}
.list_container ul {
    list-style-type:none;
}
.list_container li {
    background:url(../img/arrow_right_white.gif) no-repeat left center;
    line-height:12px;
    padding:3px 0 3px 17px;
}
#links, #downloads, #medium {
    width:185px;
}

#medium img {
    display:block;
}


/*** FOOTER ***/

#footer {
    padding:17px 0 0 0;
    height:28px;
}

#footer-links {
    float:left;
}

#copy {
    color:#3e484c;
    float:right;
}


/*** BOXES ***/
.box-top {
    height:8px;
}
.box-bottom {
    height:17px;
}
.box-bottom-left, .box-bottom-center, .box-bottom-right {
    height:17px;
}

.box-top-left, .box-top-right, .box-bottom-left, .box-bottom-center, .box-bottom-right {
    background-repeat:no-repeat;
}
.box-top-left {
    background-position:top left;
    float:left;
    height:8px;
    width:8px;
}
.box-top-right {
    background-position:top right;
    float:right;
    height:13px;
    width:27px;
}
.box-center {
    background-position:top right;
    background-repeat:repeat-y;
}
.box-center-content {
    margin:7px 0 7px 15px;
}
.box-bottom-left {
    background-position:bottom left;
    float:left;
    width:13px;
}
.box-bottom {
    background-repeat:repeat-x;
}
.box-bottom-center {
    float:left;
    width:8px;
}
.box-bottom-right {
    background-position:bottom right;
    float:right;
    width:27px;
}

.boxwhite {
    background-color:#ffffff;
}
.boxwhite-tl {
    background-image:url(../img/boxwhite-tl.gif);
}
.boxwhite-tr {
    background-image:url(../img/boxwhite-tr.gif);
}
.boxwhite-cr {
    background-image:url(../img/boxwhite-cr.gif);
}
.boxwhite-br {
    background-image:url(../img/boxwhite-br.gif);
}
.boxwhite-bc {
    background-image:url(../img/boxwhite-bc.gif);
}
.boxwhite-bl {
    background-image:url(../img/boxwhite-bl.gif);
}

.boxgray {
    background-color:#909ba1;
}
.boxgray-tl {
    background-image:url(../img/boxgray-tl.gif);
}
.boxgray-tr {
    background-image:url(../img/boxgray-tr.gif);
}
.boxgray-cr {
    background-image:url(../img/boxgray-cr.gif);
}
.boxgray-br {
    background-image:url(../img/boxgray-br.gif);
}
.boxgray-bc {
    background-image:url(../img/boxgray-bc.gif);
    background-repeat:no-repeat;
    background-position:8px;
}
.boxgray-bl {
    background-image:url(../img/boxgray-bl.gif);
    width:8px;
}

.boxlightwhite-tl, .boxlightwhite-tr, .boxlightwhite-br, .boxlightwhite-bl {
    height:8px;
    width:8px;
}
.boxlightwhite {
    background-color:#ffffff;
}
.boxlightwhite-tl {
    background-image:url(../img/boxlightwhite-tl.gif);
}
.boxlightwhite-tc {
    background-image:url(../img/boxlightwhite-tc.gif);
    background-position:left top;
    background-repeat:repeat-x;
    height:8px;
}
.boxlightwhite-tr {
    background-image:url(../img/boxlightwhite-tr.gif);
}
.boxlightwhite-cl {
    background-image:url(../img/boxlightwhite-cl.gif);
    background-repeat:repeat-y;
    background-position:left top;
}
.boxlightwhite-cr {
    background-image:url(../img/boxlightwhite-cr.gif);
}
.boxlightwhite-br {
    background-image:url(../img/boxlightwhite-br.gif);
}
.boxlightwhite-bc {
    background-image:url(../img/boxlightwhite-bc.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    height:8px;
}
.boxlightwhite-bl {
    background-image:url(../img/boxlightwhite-bl.gif);
}
.boxlight-center-content {
    left:10px;
    /*padding:7px 0;*/
    position:relative;
    word-wrap:break-word;
}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	/*border: 1px solid #aaa;*/
	border:none;
	/*background-color: #ccc;*/
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
	width:auto;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
	padding:10px 0px 10px 10px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0px;
	clear:both;
	padding:0px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #eee;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner label {
	font-weight:normal;
	padding:0px 10px 0px 0px;
}
