@CHARSET "UTF-8";

/* ---------------------------------------------
 * ------- ALLGEMEINE Styles -------------------
 * --------------------------------------------- */

* {
	margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 12px;
}

body {
    background-color: #ffffff;
    background-image: url(../images/template/header_bg.png);
    background-repeat: repeat-x;
    text-align: center;
}

img {
	border-width: 0px;
	border-style: none;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.clear {
    clear: both;
}

/* ---------------------------------------------
 * ------- HEADER Styles -----------------------
 * --------------------------------------------- */

#headerBgContainer {
    margin: 0px auto;
    padding: 0px;
    width: 1003px;
    text-align: left;
}
#headerContainer {
    float: left;
    margin: 0px auto;
    padding: 0px;
    width: 883px;
}
#headerLeft {
    float: left;
    width: 60px;
}
#headerRight {
    float: left;
    width: 60px;
}
#header {
    margin: 60px 0px 0px 0px;
    width: 881px;
    height: 89px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px 1px 0px 1px;
    background-color: #ffffff;
}
#headerLogo {
    float: left;
    margin: 18px 0px 0px 40px;
}
#headerNavContainer {
    float: right;
    width: 400px;
    margin: 40px 40px 0px 0px;
    text-align: right;
}
#headerNavContainer a {
    color: #000000;
}
#headerNavContainer a:hover {
    color: #00750a;
    text-decoration: underline;
}
#headerNavContainer img {
    vertical-align: middle;
}

/* ---------------------------------------------
 * --------- NAVI Styles -----------------------
 * --------------------------------------------- */

#mainNav {
    width: 883px;
    height: 45px;
    background-image: url(../images/template/nav_bg.png);
}
#mainNav a {
    margin: 0px 0px 0px 6px;
    float: left;
}
#mainNav a:first-child {
    margin-left: 32px;
}
#mainNav a img {
    margin-top: 11px;
}

/* ---------------------------------------------
 * --------- Practices Styles ------------------
 * --------------------------------------------- */

#practiceContainer {
    clear: both;
    width: 883px;
    height: 118px;
    background-image: url(../images/template/experience_bg.png);
}
#practiceContainer div.separator {
    float: left;
    height: 118px;
    width: 3px;
    background-image: url(../images/template/experience_separator.png);
    background-repeat: no-repeat;
}
#practiceContainer div.small {
    float: left;
    width: 282px;
}
#practiceContainer div.wide {
    float: left;
    width: 313px;
}
#practiceContainer div div {
    margin: 20px 40px 0px 40px;
}
#practiceContainer div div h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#practiceContainer div div p {
    color: #666;
}

/* ---------------------------------------------
 * --------- Banner--------- -------------------
 * --------------------------------------------- */

#banner {
    float: left;
}

/* ---------------------------------------------
 * --------- Content Area ----------------------
 * --------------------------------------------- */

#mainBgContainer {
    margin: 0px auto;
    padding: 0px;
    width: 1003px;
    clear: both;
    text-align: left;
    background-image: url(../images/template/main_bg.png);
    background-repeat: repeat-y;
}
#contentContainer {
    width: 803px;
    margin: 0px 0px 0px 100px;
    padding: 32px 0px 0px 0px;
}
#leftContent {
    float: left;
    width: 382px;
}
#rightContent {
    float: right;
    width: 382px;
}



#content {
    float: left;
    width: 482px;
}
#newsContainer {
    float: right;
    width: 282px;
}
#newsContainer div.news {
    margin: 0px 0px 16px 0px;
}
#newsContainer h1 {
    background-image: none;
    text-indent: 0px;
    margin: 4px 0px;
    line-height: normal;
}
#newsContainer p {
    margin: 4px 0px;
}

/* ---------------------------------------------
 * ------ CONTENT Style ------------------------
 * --------------------------------------------- */

li {
	margin-left: 15px;
}
.selectreadonly {
	background-color: #dedede;
}
h1 {
    display: block;
	margin: 4px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
    text-indent: 32px;
    line-height: 22px;
    background-image: url(../images/template/headline_play.png);
    background-repeat: no-repeat;
}
h2 {
    display: block;
	margin: 10px 0px;
	font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #e22000;
}
.bold, strong, b {
	font-weight: bold;
}
.italics, i {
	font-style: italic;
}
p {
    margin: 10px 0px;
    text-align: justify;
}

a {
	color: #00750a;
	text-decoration: none;
}
a:hover {
	color: #5dba65;
}

.disabled {
	color: #005EA8;
}

input.disabled {
	border: 1px solid #999999;
	background-color: #dddddd;
}

.imageTitle {
	font-size: 10px;
}

/* ---------------------------------------------
 * ------ FOOTER Styles ------------------------
 * --------------------------------------------- */
 
#footer {
	margin: 0px auto;
    padding: 32px 0px 8px 0px;
	width: 1003px;
    clear: both;
	text-align: center;
	font-size: 9px;
    background-image: url(../images/template/footer_bg.png);
    background-repeat: no-repeat;
    color: #666;
}
#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}

#footer a:hover {
    color: #00750a;
    text-decoration: underline;
}
