
    /* <!-- */
	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:98.2%;
        background-color:#777777;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		font-family: Arial,sans;
		color: #fff;
		padding: 10px;
    }
	a {
    	color:#fff;
	}
	a:hover {
		color:#fff;
		background:#ccc;
		text-decoration:none;
	}
	
	h1 {
		margin:.8em 0 .2em 0;        
		font-size: 135%;
	}
	
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
		font-size: 120%;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	hr.clearer {
		color:none;
		border:none;
	}
	
	#wrapper {
		padding: 20px 50px;
		margin: 20px auto;
	}
	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		background: #6D6E71;
    }
	#header {
		/*border-bottom:3px solid #ccc;*/
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	   
	    float:right;
	    width:400px;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    border-left: 1px solid #E66BA4;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	   
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	
	#header h1#logo {
		width: 200px;
		height: 55px;
		float: left;
		margin:0;
		padding:0;
		margin: 50px 0 0 40px;
		text-indent: -9000px;
	}
	
	#header h1#logo a {
		display: block;
		background: url('img/logo.png') no-repeat;
		width: 200px;
		height: 55px;
	}
	
	#header h2#subtitle {
		margin: 32px 0 0 100px;
		float: left;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#6D6E71;
		/*border-top:4px solid #000;*/
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#6D6E71;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#6D6E71;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:700px;         	/* Left column width + right column width */
        background:#6D6E71;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:350px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 185px 0 180px;     	/* 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;
		border-top: 1px solid #e66ba4;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:300px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:135px;         	/* Width of the left-had side padding on the left column */
    }
		.holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:30px;        	/* 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%;
    }
	.leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
    /* 2 column right menu settings */
	.rightmenu {
	    background:#6D6E71;
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
        background:#6D6E71;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 215px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:170px;
        position:relative;
        left:185px;
    }
    /* 1 column full page settings */
	.fullpage {
	    background:#6D6E71;
	}
	.fullpage .col1 {
        margin:0 15px;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:98.2%;
		border-top:1px solid #000;
    }

	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:98.2%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 16em;
		clear: both;
	}
	#nav {
		margin-top: 18px;
		margin-left: 42px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		display: none;
	}
	
	#nav li a {
		width: 15em;
		w\idth : 14	em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : #6D6E71;
		
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		display: none;
	}
	
	.news-list-container {
	
	}
	.news-single-item h1 {
		font-size: 145%;
		color: #ccc;
		clear:both;
	}
	.news-single-img {
		clear: both;
		display: block;
		height: 190px;
		background: url(img/bg-list-item.jpg) repeat-x left bottom;
		border: 1px dotted #aaa;
	}
	.singlecaption {
		display: none;
	}
	
	.news-item-image {
		float: left;
		background: #fff;
		display: block;
		padding: 2px 4px;
		margin: 4px 10px 6px 0px;
		width: 100px;
		text-align: center;
	}
	
	.news-single-rightbox {
		float: right;
	}
	
	.news-list-morelink a {
		font-weight: bold;
	}
	
	.news-list-item {
		display:block;
		clear: both;
		padding: 8px 12px;
		margin-bottom: 12px;
		background: url(img/bg-list-item.jpg) repeat-x left bottom;
	}
	
	.news-list-morelink {
		float: right;
		padding: 2px;
		background: #E66BA4;
	}
	
	
	.news-list-morelink a {
		text-decoration: none
	}
	
	.news-list-container h2 a {
		text-decoration: none;
	}
	
	.news-list-container  .news-list-date {
		float: right;
		color:#CCCCCC;
		font-size: 80%;
	}
	
	.news-list-container  .news-list-image {
		background: #fff;
		padding: 20px;	
	}
	
	#content {
		
	}
	
	#addnav {
		margin-left: 40px;
		clear: both;
		width: 180px;
	}
	
	#addnav .csc-default {
	border-right: 1px solid #E66BA4;
	border-top: 1px solid #E66BA4;
	
	}
	
	#addnav ul,
	#addnav li {
		list-style: none;
	}
	
	#addnav a {
		display: none;
		text-decoration: none;
		}
	
	#addnav li a {
	margin-right: 32px;
	display: block;
	text-align: right;
		color:#eee;
		font-weight: bold;
		padding: 1px 1px;
	}
	
	#addnav li a:hover {
		background: none;
	}

	/************************************/
	
	/* 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;
	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 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;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	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;
	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 {
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}