	/*
 * CSS Reset
 */
/*
 * Reset css (modified Eric Meyer)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100.01%;
    font-family: inherit;
    vertical-align: baseline;
    background-repeat: no-repeat;
    font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

/* remember to define focus styles! */:focus {
    /*	outline: 1px dotted #0096e0;*/
}

body {
	line-height:135%;
    color: black;
    background: white;
	text-align:center;
	font-size:80%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, p, li {
	margin-bottom:0.2em;
}
hr {
	border-color: #496e2b;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
h1 {
	font-family: Georgia;
	font-size:2.5em;
	line-height:1em;	
}
h2 {
	font-family: Georgia;
	color: #496e2b;
	font-size:1.4em;
	line-height:1.2em;	
}
h3 {
	font-family: Georgia;
	font-size:1.2em;
	line-height:1.2em;	
}
.infocontent ul li {
	list-style-type: square;
	margin-left:3em;
}
a {
    color: #606060;
	text-decoration: underline;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
	vertical-align:top;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clear {
	clear:both;
}

.clearfix:after {
    content: “.”;

display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
 * CSS for NRW
 */


html {
}
html.NewsRoom {
        background: url(../images/bg_body.gif);
}
body {
    background: url(../images/bg_header.jpg);    
    background-repeat: repeat-x;
	background-position:0 8px;
    color: #606060;
}

.hide {
    display: none;
}
.show {
    display: block;
}

.newsroomwidget{
}



div#wrapper {
    width: 100%;
	position:relative;
	text-align:left;
}

#header {
	width:1000px;
    height: 110px;
 	margin:auto;
	position:relative;
    background-repeat: repeat-x;
    display:block;
}
#footer {
	width:1000px;
 	margin:auto;
	position:relative;
	margin-top:30px;
	padding-bottom:30px;
}
#footer #twitter {
	font-size:90%;
	float:left;
}
#footer #addmenu {
	position:absolute;
	right:0;
	top:4px;
	width:230px;
}
#footer #addmenu li {
	display:inline;
	color:#606060;
}
#footer .addthis_toolbox {
	margin-top:4px;
	float:left;
}
#footer .addthis_toolbox .atclear {
	clear:none;
}
#footer #addmenu li a {
	display:block;
	color:#606060;
	float:left;
	text-decoration:none;
	padding:0 5px 0;
	font-size:90%;
}
#logo {
  position: absolute;
  top: 30px;
}

#rightheader {
    width: 500px;
    height: 110px;
    float:right;
    margin-right: 12px;
}

#profile {
    float:right;
    width: 300px;
    left: 40px;
    height: 80px;
    text-align:right;
    color: #496e2b;
        
}

#profile a {
	color: #496e2b;
    text-transform: uppercase;
	text-decoration: none;
}

#profile span {
    float:right;
    font-size: 60%;
    width: 300px;
    color: #606060;
}

#profile ul {
    float:right;
    margin-top: 30px;
    right: 0px;
    height: 20px;
  
} 
#profile ul li {
    float:left;

}

#mainnav {
    position:absolute;
    right: 3px;
	bottom:-1px;
}

#mainnav ul li {
    float:left;
    margin-left: 1px;
	height:26px;
}


#mainnav ul li a {
    display: block;
    height: 20px;
    width: 80px;
    background-image: url("../images/menu_lasche.jpg");
    background-repeat: repeat-x;
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
    padding: 8px 10px 0 14px;
	font-size:12px;
}

#mainnav ul li a span.sep {
    display:block;
	float:right;
}

#mainnav ul li a:hover, #mainnav ul li a.current {
    background-image: url("../images/menu_lasche_highlight.jpg");
	color:#fff;
}
#mainnav ul li a:hover .sep, #mainnav ul li a.current .sep{
	display:none;
}

#mainnav ul li a.active {
    background-image: url("../images/menu_lasche_highlight.jpg");
    background-repeat: no-repeat;
    width: 123px;
}



#overlay {
    display: none;
}

#overlay.show {
    height: 100%;
    height: 10000px;
    width: 100%;
    position: fixed;
    position:absolute;
    left: 0px;
    /*top: 240px;*/
     z-index: 500; 
    opacity: 0.5;
    background-color: #000;    
    display:block;
}

#overlay2 {
    display: none;
}

#overlay2.show {
    height: 100%;
    height: 10000px;
    width: 100%;
    position: fixed;
    position:absolute;
	
    left: 0px;
    top: 120px;
     z-index: 20; 
    opacity: 0.5;
    background-color: #000;    
    display:block;
}

#sliderbar {
    background-color: #535D52;
    float:left;
    width: 100%;
    color: #fff;
    display: none;
    z-index: 30;
    height: 240px;
	position:relative; 
    min-width: 896px;
	text-align:center;
}

.public #sliderbar {
	height:450px;
}

#sliderbar.show {
    display: block;
}


#titlebar {
    background-color: #4b5648;
    float:left;
    width: 100%;
    color: #fff;
    z-index: 30;
    height: 120px;
	position:relative; 
    min-width: 896px;
	text-align:center;
}

.bighead {
	margin:auto;
	margin-top:18px;
	text-align:left;	
    width: 1000px;
}
.bighead h1 {
	line-height:1.25em;
}

#choose {
	text-align:left;
    width: 1000px;
	bottom:0;
    display: block;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#choose h2 {
	float:left;
	display:block;
	width:150px;
	height:240px;
	color:#fff;
}

.public #choose h2 {
	display:none;
}

#choose ul.newwidget {   
    background-color: #fff;
    height: 120px; 
    overflow:auto;
    margin-right: 10px;
}
#choose ul.newwidget li {
    float:left;
       padding-top: 10px;
    margin-left: 30px;
}
form .field, form .fieldgroupField {
	clear:left;
	line-height:2em;
	position:relative;
}
form .fieldgroupField label{
	float:left;
}
#choose form fieldset {
	width:600px;
	height:190px;
	position:relative;
}
#choose .Actions {
	height:20px;
	width:950px;
	padding:10px 0;
}

#choose .Actions a {
	float:right;
}

.iColorPickerImg {
	float:right;
}

#preview {
	position:absolute;
	background-color: #dedede;
	left:150px;
	width:690px;
	height:220px;
	z-index:6000;
	display:none;	
}
#preview-frame {
	width:690px;
	height:180px;
	overflow:auto;	
}
#preview-actions {
	position:absolute;
	width:690px;
	bottom:10px;
	right:10px;	
}
#preview-actions a.action {
	display:block;
	float:right
}

#contentwrapper {
	float:left;
	width:100%;
}

#content {
    width: 1000px;
	margin:auto;	
}
#content .infocontent {
	width:1000px;
	margin:auto;
	padding-top:30px;
	clear:left;
}
.contentimage {
	float:left;
	width:430px;
	margin-bottom:1em;
	margin-right:50px;
}
.content {
	float:left;
	width:460px;
	margin-left:20px;
	margin-bottom:1em;	
}
/* newsroom portlet */
.newsroomwidget {
   margin-left: 20px;
   margin:auto;
}

.newsroomwidget .column { 
        float: left;
        background-color:#fff;
}
    

	.newsroomwidget .portlet-header { padding-bottom: 4px; cursor:move;}
	.newsroomwidget .portlet-header .ui-icon { float: right; }
	.newsroomwidget .ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
	.newsroomwidget .ui-sortable-placeholder * { visibility: hidden; }
	.newsroomwidget .rfloat { float:right }
	
	/* Custom */
	.newsroomwidget .portlet { 
		font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 90%;
        line-height: 1.2em
		position:relative;
        margin: 0px 0px 0px 3px;
        border-top: 1px solid #336699;
	} 
	.newsroomwidget h1 {
		font-family: Georgia;
		font-size: 3em;
	}
	.newsroomwidget .portlet-header {
		font-family: Georgia;
		font-size: 2em;
	}

.newsroomwidget .even {
    background-color:#dedede;
}


	.newsroomwidget .column { float: left; padding-bottom: 100px; }
	.newsroomwidget .column-3 .column { width: 33%;}
	.newsroomwidget .column-2 .column { width: 49%;}
	.newsroomwidget .column-1 .column { width: 100%;}
	.newsroomwidget .portlet { margin: 0 1em 1em 0; position:relative;padding:5px;}
	.newsroomwidget .portlet-header .ui-icon { float: right; }
	.newsroomwidget .ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
	.newsroomwidget .ui-sortable-placeholder * { visibility: hidden; }
	.newsroomwidget .rfloat { float:right }

.portlet-header .nrw-editbutton {
    display:block;
	right:1px;
	top:1px;
	position:absolute;
}
.portlet-header .nrw-editbutton-show {
    height: 100px;
    width: 162px;
}
.portlet-header .nrw-editbutton-show .nrw-editlayer{
	display:block;
}
.portlet-header .nrw-editbutton .button-image{
	float: right;
    z-index: 3000;
}
.portlet-header .nrw-editbutton-show .button-image{
	display:none;
}
.portlet .nrw-editlayer {
    display:none;
}
.portlet .nrw-editlayer {
    padding: 10px 4px 5px 15px;
    background-image: url("../images/mouseover_field.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 162px;
}
.portlet .nrw-editlayer li {
	line-height:13px;
    font-size: 10px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.portlet .nrw-editlayer a img {
}
.portlet .nrw-editlayer a span.element { 
    color: #b5bbc2;
    margin-left: 10px; 
    margin-right: 10px;
    
}

.portlet .nrw-editlayer a {
    color: #fff;
    text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}
form#MemberLoginForm_LoginForm{
	margin:auto;
	width:460px;
	padding:1em;
}
.public form {
	clear:left;
}
form h3 {
	clear:right;
}
form label {
	font-size:13px;
	width:200px;
}
form label.right {
}
form .middleColumn {
	width:250px;
	float:left;
}
form .confirmedpassword .middleColumn {
	width:450px;
}
form .confirmedpassword .middleColumn .middleColumn {
	width:250px;
}
form input, form select, form textarea	{
	float:right;
	width:250px;
	border: 1px solid #aaa;
}
form .checkbox input {
	width:auto;
	float:left;
}
form .middleColumn .message {
	clear:right;
	text-align:right;
}
.public form .Actions {
	margin-top:30px;
}
#Form_RegisterForm {
	width:500px;
}
a.action {
	display:block;
	width:133px;
	height:23px;
	border:none;
	color:#fff;
	text-align:left;
	padding-left:20px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration: none;
	background: url(../images/btn_big.png);
	background-repeat: no-repeat;
	padding-top:6px;
}
form input.action, a.smallaction {
	display:block;
	width:95px;
	height:29px;
	border:none;
	color:#fff;
	text-align:left;
	padding-left:12px;
	font-size:11px;
	text-transform:uppercase;
	text-decoration: none;
	background: url(../images/btn_small.png);
	background-repeat: no-repeat;
	padding-top:0px;
} 
a.smallaction {
	padding-top:4px;	
}
.ui-tabs {
    zoom: 1;
} 

.ui-tabs .ui-tabs-nav {
	width:130px;
	position:absolute;
	z-index:5000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom-width: 0;
} 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,  .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background-image: url(../images/ecke_aktiv.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center right;
	width:131px;
	color: #fff;	
}
.ui-tabs .ui-tabs-nav li a:hover {
	background-color: #4B5648;	
	width:128px;
} 
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
	display:block;
	clear:left;
	float:left;
	/*background-image: url(../images/ecke_inaktiv.gif);
	background-repeat:no-repeat;
	background-position:center right;*/
	background-color:#818B8A;
	padding:0px 11px 0px 11px;
	line-height:22px;
	height:22px;
	width:128px;
	margin-bottom: 1px;
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
 /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 
 .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
	padding:5px 20px;
	position:absolute;
	top:0px;
	left:150px;
	background-color: #fff;
	color:#000;
	height:170px;
	width:500px;
	overflow:auto;
} 
.ui-tabs .ui-tabs-panel h2{
	font-size:16px;
	font-family:Georgia;
	margin-bottom:12px;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
	/*visibility:hidden !important;*/
}
.newsroomwidget .hidden {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
.usermessage {
	width:500px;
	margin:auto;
	margin-top:5em;
	padding: 3em;
	border:2px solid #5D873D;
}
.NewsRoomHtmlWidget img {
	float:left;
	margin-right:4px;
}
#LocalSettingsGroup {
	display:none;
}
#LocalSettingsGroup label {
	display:none;
}
#LocalSettingsGroup .middleColumn label {
	display:block;
}
#LocalSettingsGroup .middleColumn {
	width:450px;
	float:left;
}
.left {
	float:left;
}
#message {
	display:none;
	position:absolute;
	top:140px;
	right:100px;
	width:200px;
	height:50px;
    background-color: #b5bbc2;
    border: 5px solid #496e2b;
    color: #333;
	z-index:5000;
	padding:10px;
	
}
.teasers {
	border-top:1px solid #4B5648;
	margin-top:1em;
	padding-top:1em;
}
.teaser {
	float:left;
	width:220px;
	margin-right:30px;
	text-decoration:none;
}
.teaserimage {
	float:left;
	width:25%;
	text-decoration:none;	
}

