/*
==========================General=============================*/
html {
    height: 100%;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    height: 100%;
}
body.sgl {
    background: #FFFFFF url(http://www.ca-group.de/themes/default/images/backgrounds/bg.gif);
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 1.0em;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #e30047;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

button {
        font-size: 0.8em;
        font-family: verdana, arial, sans-serif;
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}
button div p {
	margin: 0;
        font-family: verdana, arial, sans-serif;
        color: #7f7f7f;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px 12px 5px 7px;
	background-repeat: no-repeat;
	background-position: right center;
}
button div.button-submit {
    background-image: url('http://www.ca-group.de/themes/default/images/backgrounds/button_bg_left.gif');
}
button div p.button-submit {
    background-image: url('http://www.ca-group.de/themes/default/images/backgrounds/button_bg_right.gif');
}

/*
======================Global layaout==========================*/

.news_item {
    margin-bottom: 20px;
}

#body-wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto 0;
    text-align: left;
    background-color: #FFFFFF;
}

#inner-wrapper {
    clear: both;
    width: 900px;
    margin: 0; padding: 0;
}

#footer
{
    clear: both;
    position: relative;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
}
#layout-3Cols #middleCol {
    width: 700px;
}
#layout-leftCol #middleCol {
    width: 900px;
}
#layout-rightCol #middleCol {
    width: 700px;
}
#layout-noCols #middleCol {
    width: 900px;
}
#middleCol .inner {
    padding: 20px;
    padding-top: 30px;
    padding-left: 60px;
}
#leftCol {
    float: left;
    width: 0px;
}
#leftCol .inner {
    padding-top: 10px;
}
#rightCol {
    float: right;
    width: 200px;
}
#rightCol .inner {
    padding: 10px;
    padding-right: 0px;
}
#content {
    width: 620px;
}

/*
=========================Header===============================*/
#header {
    width: 900px;
    margin: 0; padding: 0;
}

#header-top {
    background: #FFFFFF;
    padding-left: 10px;
}

#header-top #logo-top {
    height: 80px;
}

#header-bottom {
    background: #c42026;
}

#header-bottom #logo-bottom {
    padding-left: 10px;
    height: 65px;
}

#image-righttop {
    width: 200px;
    padding-bottom: 2px;
    background: url('http://www.ca-group.de/themes/default/images/backgrounds/bg2.gif') right top repeat-y;
}

.newsletter_box1 {
    width: 186px;
    background: url('http://www.ca-group.de/themes/default/images/newsletter-bottom.gif') left bottom no-repeat;
    font-size: 0.8em;
}
.newsletter_box2 {
    width: 186px;
    background: url('http://www.ca-group.de/themes/default/images/newsletter-top.gif') left top no-repeat;
}
.newsletter_box3 {
    width: 186px;
    margin-top: 60px;
    margin-bottom: 20px;
    background: #FFFFFF url('http://www.ca-group.de/themes/default/images/newsletter-right.gif') right top repeat-y;
}

.newsletter_box1_inner {
    padding: 10px;
    padding-bottom: 17px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: url('http://www.ca-group.de/themes/default/images/backgrounds/bg2.gif') right top repeat-y;
}
.inner-container {
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #d5d5d5;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.0em;
    margin: 0em 0 1em;
    font-weight: bold;
    color: #7f7f7f;
}

.pageTitleInner {
    padding-left: 20px;
    background: url('http://www.ca-group.de/themes/default/images/h1-arrow.gif') left no-repeat;
}

h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
}
li {
    padding-left: 0.5em;
}

/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #7f7f7f;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #7f7f7f;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 1.2em;
    color: #7f7f7f;
}
textarea {
    font-family: verdana, arial, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #7f7f7f;
    cursor: pointer;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 140px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 160px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #7f7f7f;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    border: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: none;
    font-size: 1em;
}
td {
    margin: 0;
    padding: 0;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #d5d5d5;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #7f7f7f;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.ca-group.de/themes/default/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th.sortedDesc a {
    background: url('http://www.ca-group.de/themes/default/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th a:hover {
    text-decoration: none;
    color: #66A326 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #f9f9f9; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}

/*
=========================Footer===============================*/
#footer {
    position: relative;
    text-align: center;
    background: #c42026;
    color: #000000;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
    color: #66A326;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #66A326;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #7f7f7f;
    border: 1px solid #7f7f7f;
    border-left: 5px solid #7f7f7f;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}/*
====================Default Block Styling=====================*/
.block {
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em;
}
.block .header {
    padding-bottom: 0.4em;
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    margin: 0;
    padding: 0;
    color: #7f7f7f;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
=====================Press Item======================*/
.press-items {
    width: 250px;
    padding-right: 20px;
    font-size: 0.9em;
    line-height: 1.4em;
}

.press-items ul {
    margin: 0;
    padding:0;
    list-style: none;
}
.press-items li {
    margin: 0;
    padding:0;
    padding-bottom: 10px;
}

.press-items li a{
    text-decoration: none;
}

.red {
    color: #e30047;
}/*
====================Top Navigation Block======================*/
#top-nav {
    float: left;
    width: 100%;
    font-size: 0.8em;
    background-color: #000000;
}
#top-nav .inner {
    border-top: 1px solid #000000;
    border-bottom: 2px solid #c42026;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding: 0;
}
#top-nav li a {
    display: block;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}
#top-nav li a div {
    padding: 0px 7px 1px;
}
#top-nav li.current a, #top-nav li a:hover {
    background-color: #c42026;
    color: #FFFFFF;
    text-decoration: none;
}

.head-nav {
    position: relative;
    font-size: 9px;
}
.head-nav td {
    background: url('http://www.ca-group.de/themes/default/images/headNav_sep.gif') no-repeat left bottom;
}
.head-nav td a {
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.8em;
    text-decoration: none;
}
.head-nav td a:hover {
	color: #c42026;
    text-decoration: none;
}

.sub-nav {
    position: relative;
    overflow: hidden;
    font-size: 0.8em;
    padding-right: 10px;
}
.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    background: url('http://www.ca-group.de/themes/default/images/dotline.gif') top left repeat-x;
}
.sub-nav li {
    margin: 0;
    padding: 0;
    background: url('http://www.ca-group.de/themes/default/images/dotline.gif') bottom left repeat-x;

}
.sub-nav li a {
    width: 180px;
    display: block;
    text-decoration: none;
    line-height: 1.8em;
    color: #000000;
    background: url('http://www.ca-group.de/themes/default/images/arrow.gif') no-repeat left;
}
.sub-nav li a:hover {
    color: #000000;
    text-decoration: none;
    background: url('http://www.ca-group.de/themes/default/images/arrow_on.gif') no-repeat left;
}
.sub-nav li.current a {
    color: #000000;
    text-decoration: none;
    background: url('http://www.ca-group.de/themes/default/images/arrow_on.gif') no-repeat left;
}
.sub-nav li a div {
    padding-left: 10px;
}
.sub-nav li a.level2 {
    background: url('http://www.ca-group.de/themes/default/images/arrow2.gif') no-repeat left;
}
.sub-nav li a.level2:hover {
    background: url('http://www.ca-group.de/themes/default/images/arrow2_on.gif') no-repeat left;
}
.sub-nav li.current a.level2 {
    background: url('http://www.ca-group.de/themes/default/images/arrow2_on.gif') no-repeat left;
}
.sub-nav li a.level2 div {
    padding-left: 25px;
}