/* @group basic3col Layout */

* {
margin: 0;
padding: 0;
border: 0 none;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

body {
margin: auto;
padding: 0;
border: 0;
width: 1000px;
background-color: #17709c;
min-width: 600px;
}

.colmask {
position: relative;
clear: both;
float: left;
width: 100%;
overflow: hidden;
padding-bottom: 10px;
}

.middle_content {
#        -moz-border-radius: 6px;
#        -khtml-border-radius: 6px;
margin:  10px 0px 10px 10px;
padding: 10px;
float: left;
background-color: white;
min-height: 500px;
}

/* @group booking layout */
.booking .middle_content {
	width: 980px !important;
	background-color: #E8EEFA !important;
	margin: 0px;
}
/* @end */


/* @group basic 2 column layout */

.basic2col {
background-color: white;	/* Left column background colour */
}

.basic2col .colright {
background-color: white;	/* Right column background colour */
float:left;
left:200px;
position:relative;
width:200%;
}

.basic2col DIV.col1wrap {
float:right;
padding-bottom:1em;
position:relative;
right:200px;
width:50%;
}

.basic2col .col1 {
margin: 0px 0px 0px 200px;
position: relative;
right: 100%;
overflow: hidden;
}

.basic2col .col2 {
margin-top: 20px;
float:left;
position:relative;
right:200px;
width:200px;
}

.basic2col .middle_content {
	width: 770px;
}

/* @end */

/* @group basic 1 column layout */
.basic1col {
	background-color: white;
}

.basic1col .middle_content {
width: 960px;
}

/* @end */

/* @group basic 3 column layout */

.basic3col {
background: white;
/* Right column background colour */
}

.basic3col .colmid {
float: left;
width: 200%;
margin-left: -285px;
/* Width of right column */
position: relative;
right: 100%;
background: white;
/* Centre column background colour */
}

.basic3col .colleft {
float: left;
width: 100%;
margin-left: -50%;
position: relative;
left: 485px;
/* Left column width + right column width */
background: white;
/* Left column background colour */
}

.basic3col .col1wrap {
float: left;
width: 50%;
position: relative;
right: 200px;
/* Width of left column */
padding-bottom: 1em;
/* Centre column bottom padding. Leave it out if it's zero */
}

.basic3col .col1 {
margin: 0 285px 0px 200px;
/* Centre column side padding:
Left padding = left column width + centre column left padding width
Right padding = right column width + centre column right padding width */
position: relative;
left: 200%;
overflow: hidden;
}

.basic3col .col2 {
float: left;
float: right;
margin-top:  20px;
/* This overrides the float:left above */
width: 200px;
/* Width of left column content (left column width minus left and right padding) */
position: relative;
/* Width of the left-had side padding on the left column */
}

.basic3col .col3 {
float: left;
float: right;
/* This overrides the float:left above */
width: 285px;
/* Width of right column content (right column width minus left and right padding) margin-right: 45px;
/* Width of right column right-hand padding + left column left and right padding */
position: relative;
left: 50%;
margin-top: 10px;
}

.basic3col .middle_content {
width: 485px;
}

/* @end */

/* @end */

/* @group Design */

/* @group Breadcrumb */

#breadcrumb-wrapper{
	width: 1000px;
	float: left;
	background-color: #3D8FB4;
}

ul#breadcrumb {
	float: left;
	margin:  10px;
	padding:  0px;
	width:  980px;
	background-color: #17709C;
}

ul#breadcrumb li {
	float:  left;
	list-style: none;
	margin: 0px;
	padding:  5px 0px 6px 2px;
	color:  white;
}

ul#breadcrumb li.first {
	padding-left:  10px;	
}

ul#breadcrumb li a{
	color:  white;
	font-size: 11px;
	margin-right:  5px;
}

/* @end */



/* @group Content */

/* @group fce_right_1 */

.fce_right_1 {
float: left;
margin: 10px 0px 0px 10px;
background-color: white;
width: 265px;
}

.fce_right_1 .csc-header {
	padding: 2px 10px 4px 5px;
	background-color: #17709C;
}

.fce_right_1 h1{
font-family: Arial;
font-size: 13px !important;
font-style: normal;
font-weight: normal;
font-size: 13px;
margin: 0px;
color:  white;
}

.fce_right_1 ul {
padding:  0;
overflow: hidden;
}

.fce_right_1 ul li a {
padding: 0px 10px 0px 7px;
font-family: Arial;
font-size: 13px;
font-style: normal;
color: black;
text-decoration: none;
background: none;
display: block;
width: 100%;
line-height: 24px;
margin: 0px;
}

.fce_right_1 ul li {
text-align: left;
list-style: none;
width: 100%;
border-style: dotted;
border-color: white;
margin: 0px 0px 1px 0px;
background-color: #E8EEFA;
}

.fce_right_1 ul li a:hover {
background-color: #aa1710;
color: white;
}

/* @end */

/* @group fce_left_1 */

.fce_left_1 {
float: left;
margin: 10px 0px 0px 10px;
width: 190px;
}

.fce_left_1 .csc-header {
padding: 2px 10px 4px 7px;
background-color: #3D8FB4;
#-khtml-border-radius-topleft: 6px;
#-khtml-border-radius-topright: 6px;
#-webkit-border-top-left-radius: 6px;
#-webkit-border-top-right-radius: 6px;
#-moz-border-radius-topleft: 6px;
#-moz-border-radius-topright: 6px;
}

.fce_left_1 h1{
font-family: Arial;
font-size: 13px !important;
font-style: normal;
font-weight: normal;
font-size: 13px;
margin: 0px;
color:  white;
}

.fce_left_1 ul {
padding:  0;
}

.fce_left_1 ul li a {
padding: 0px 10px 0px 7px;
font-family: Arial;
font-size: 13px;
font-style: normal;
color: black;
text-decoration: none;
background: none;
display: block;
line-height: 24px;
margin: 0px;
}

.fce_left_1 ul li {
text-align: left;
list-style: none;
width: 100%;
border-style: dotted;
border-color: white;
margin: 0px 0px 1px 0px;
background-color: #E8EEFA;
}

.fce_left_1 ul li a:hover {
background-color: #aa1710;
color: white;
}

/* @end */

H1, H2, H3, H4, H5, a, p, em, strong, li {
font-family: Verdana;
font-size:  13px;
font-style:  normal;
line-height: 1.3em;
margin-bottom: 0.5em;
}

a {
color:  #17709C;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

H1, H2, H3, H4, H5 {
font-style: normal;
margin-bottom: 1em;
margin-top: 0em;
font-weight: bold;
text-decoration: none;
color: black;
}

#content_left H1,#content_left H2,#content_left H3,#content_left H4,#content_left H5 {
margin-bottom: 0.3em;
}

H1 {
font-size: 1.5em !important;
}

H2 {
font-size: 1.4em !important;
}

H3 {
font-size: 1.3em !important;
}

H4 {
font-size: 1.2em !important;
}

H5 {
font-size: 1.2em !important;
}

p, li, strong, em {
color: #444444;
}

li {
margin-left: 3em;
}

ul {
list-style-type: square;
padding: 0.5em;
}

p.csc-subheader {
font-size: 1.4em;
font-weight: bold;
margin-bottom: 1em;
margin-top: -1em;
}

#content_right {
margin: 0px 10px 10px 10px;
padding: 10px;
float: left;
background-color: white;
width: 245px;
}

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

strong {
font-size: 90%;
font-weight: bold;
}

em {
font-style: italic;
}

/** ///////////////////////////////  **/

#content_left {
padding: 10px;
}


.middle_content a:first-child + .csc-header {
margin-top: 0em;
}

.middle_content a:first-child + a + .csc-header {
margin-top: 0em;
}

.middle_content .csc-header {
margin-top: 2em;
clear: both;
}

.csc-textpic {
clear: both;
}

.middle_content a.external-link-new-window, .middle_content a.internal-link, .middle_content a.mail, .middle_content a.download, .news-single-additional-info dl.news-single-links a {
font-size: 13px;
font-style: normal;
margin-bottom: 2em;
line-height: 1.3em;
color: #034EA2;
text-decoration: none;
padding: 0px;
}

.middle_content a.external-link-new-window:hover, .middle_content a.internal-link:hover, .middle_content a.mail:hover, .middle_content a.download:hover,  .news-single-additional-info dl.news-single-links a:hover {
text-decoration: underline;
}



table.type_1 * {
font-family: Arial;
font-size: 13px;
font-style: normal;
text-align: left;
vertical-align: top;
padding: 2px 5px;
}

table.type_1 {
width: 463px;
border-spacing: 1px;
}

table.type_1 tbody th {
width: 205px;
}

table.type_1 tbody tr.tr-even {
background-color: #dddccc;
}

table.type_1 tbody tr.tr-odd {
background-color: #F2F1E2;
}


#right p {
font-size: 10px;
font-family: Arial;
font-style: normal;
}

#right > H1:first-child {
margin-top: 0px;
}

#right a:first-child + DIV H1 {
margin-top: 0px;
}

#right H1, #right H2, #left h1 {
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: darkgray;
margin-top: 10px;
}

#left h1 {
padding-left: 5px;
}

/* @end */



/* @group Header */

/* @group helpNav */

ul#helpNav {
	float: right;
	padding:  0px;
}

ul#helpNav li {
	float:  left;
	list-style: none;
	margin: 0px 5px;
}

ul#helpNav li a{
	color:  white;
	font-size: 11px;
}


/* @end */

/* @group mainNav */

ul#mainNav {
	float:  left;
	padding:  0px;
}

ul#mainNav li.first {
	width:  270px;
	margin:  0px 15px 0px 0px;	
}

ul#mainNav li {
	float:  left;
	list-style: none;
	width:  193px;
	margin: 0px 15px;
}

ul#mainNav li a{
	color:  white;
	font-size: 12px;
}


/* @end */

#header, #footer {
font-size: large;
padding: 0.3em 0;
float:  left;
}

#header {
height: 194px;
width: 100%;
padding: 10px 0px 0px 0px !important;
position: relative;
overflow: hidden;
background: url(elements.png) no-repeat 0 -500px;
text-align: center;

}

/* @group footer */

#footer {
margin: 10px;	
}


/* @end */

#container .column {
text-align: justify;
}

/* @end */


/* @end */







/* @group Main Menu */
#content_left {
float: left;
margin: 0px 0px 0px 10px;
padding: 10px 0px 0px 0px;
width: 100%;
}

#main_menu {
float: left;
width: 100%;
position: relative;
margin-left:  10px;
}

#main_menu dl {
	width: 190px;
}

#main_menu dt , #main_menu li.no {
text-align: left;
list-style: none;
width: 190px;
border-style: dotted;
border-color: white;
border-bottom:  1px dotted #3D8FB4;
margin: 0px 0px 1px 0px;
float: left;
height: 24px;
}


#main_menu ul {
padding:  0;
}

#main_menu dl dd.no {
	background-color: #3D8FB4;
}

#main_menu dl.act dd.no {
	margin: 1px 0px;
}

#main_menu dl.no dd.no {
	width: 195px;
	top: -5px;
}

#main_menu ul#l1 ul#l2 li a, #main_menu dl dd a{
	color:  white;
}

#main_menu dd.act a{
background-color: #3D8FB4;
color:  white;
border-left: 3px solid #17709C;
padding-left: 4px;
}

#main_menu ul li {
	float: left;
	margin-left:  0px;
	list-style-type: none;
}

#main_menu ul li dt.act a {
	color:  white;
}

#main_menu a, #main_menu ul li.no a {
padding: 0px 10px 0px 7px;
font-family: Arial;
font-size: 13px;
font-style: normal;
color: #17709C;
text-decoration: none;
background: none;
display: block;
width: 173px;
line-height: 24px;
margin: 0px;
}


#main_menu dl.no dd.no {
	display: none;
	float:right;
	position: relative;
	border-right: 5px solid white;
	border-bottom: 1px solid white;
}

#main_menu dl.no dd.first {
	border-top: 5px solid white;
}

#main_menu dl.no dd.last {
        border-bottom: 5px solid white;
}

#main_menu dl.no dd.single {
	border-top: 5px solid white;
        border-bottom: 5px solid white;
}

#main_menu dl.no dd.no a {
	width: 178px;
}

#main_menu dl.no:hover dt {
	background-color: #17709C;

}

#main_menu dl.no:hover dd, #main_menu dl.act dd {
	display: block;
}

#main_menu dl.no:hover dd a {
	color: white;
}

#main_menu dl.no:hover {
	width: 390px;
	position: relative;
	z-index: 10;
}

#main_menu dl.no:hover a {
	color:  white;
}

#main_menu dt:hover, #main_menu dd a:hover, #main_menu li.no:hover, #main_menu li.no a:hover, #main_menu .act, #main_menu dl.no dd a:hover{
	background-color: #17709C;
	color: white;
}

#main_menu ul li dl.act {
	background-color: white;
}




/* @end */


/* @group Language */

.tx-srlanguagemenu-pi1 img {
border-style: none;
margin: 2px 4px;
padding: 0px;
height: 13px;
width: 21px;
}

.tx-srlanguagemenu-pi1 {
float: right;
margin-top: -10px;
margin-right: -10px;
height:  21px;
display: block;
padding: 7px;
}

.tx-srlanguagemenu-pi1 a {
margin: 0px;
}

.tx-srlanguagemenu-pi1 .CUR {
background-color: #3D8FB4;
float: left;
border: 1px;
border-style: solid;
border-color: #034ea2;
}

.tx-srlanguagemenu-pi1 .NO {
float: left;
padding: 1px;
border: 0px;
}

.tx-srlanguagemenu-pi1 .INACT {
float: left;
padding: 1px;
border: 0px;
}

/* @end */

.news-latest-gotoarchive {
	display: none;
}

.news-single-backlink {
	display: none;
}

th.tx-mmforum-th {
	background-color: #17709C !important;
}

td.tx-mmforum-pi1-listpost-user  {
	background-color:#F1F2F2;
}

#tx-mmforum-footer {
	display: none;
}

.tx-mmforum-table hr {
	background-color: #3D8FB4;
	height: 1px;
	margin-top: 5px;
}

.tx-mmforum-table input {
	padding: 2px 4px;
}

.tx-mmforum-table input:hover, .tx-mmforum-table textarea:hover {
	background-color: lightgray;
}

input.tx-mmforum-button {
        background-color: #3D8FB4 !important;
}


input.tx-mmforum-button:hover {
	background-color: #17709C !important;
}

input, textarea, select {
	border: 1px solid #17709C;
	padding: 2px;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 fieldset label {
	float: left;
	width: 130px;
	font-size: 13px;
}

.tx-felogin-pi1 fieldset DIV {
	float: left;
	margin-bottom: 5px;
	width: 400px;
}

.tx-felogin-pi1 DIV {
	font-size: 13px;
	margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 label , .tx-srfeuserregister-pi1 dt{
	font-size: 12px;
}

.tx-srfeuserregister-pi1 input {
	padding: 2px;
}

