/*  Stylesheet for LLS  */

@import url("stylesheet_tags.css");
@import url("menu.css");
@import url("news.css");
@import url("form.css");
@import url("register.css");

BODY {
	background-image:url(../images/bg_body.gif);
}

/*  Tag Definitions limited to ID's  */
#pagewidth {
	width:956px; /* inkl Schatten rechts */
	text-align: left;
	margin-left: auto;
	margin-left: 0px;
	padding-left:53px;
	/* position: relative; */
	min-height:100%;
	background-image:url(../images/bg_main.gif);	
	background-repeat:repeat-y;
}

* html #pagewidth {
	height:100%; 
}

/* HEADER */
#headerRow {
	position: relative;
	height: 93px;
	width:910px;
	background-image: url(../images/header_LL.jpg);
}

#headerRow A {
	text-decoration: none;
	color: #000000;
}


#search {
	float:right;
	width: 178px;
}

#search FORM {
	text-align: right;
}

#search FORM .searchTextfield {
	float:left;
	margin-top:5px;
}

#search FORM .searchTextfield INPUT { 
	font-size:90%; 
	margin-right: 5px;
	width: 140px;
}

#search FORM .searchButton INPUT {
	width: 22px;
	height: 29px;
}

.accessStyle {
	display:inline;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width:0px;
	height: 0px;
}

#statusRow A { 
	color: #000; 
	text-decoration:none; 
}
	
#moodPicRow {
	float: left;
	width:717px; /* width 722px-5px rand */
	height:258px;
	text-align: right;
	margin-bottom: 7px;
}

#flashHeader {
	padding-top:1px;
	margin-bottom: 7px;
}

/* LEFT COL */
#mainleft {
	width: 178px;
	margin-right: -1px;
	float: left;
	position: relative;
}

#atempause {
	width: 178px;
	font-size:85%;    
}

#atempause UL {
	list-style:none;
	margin:0px;
	padding:0px;
}

#atempauseContent,
#leftContent {
	line-height: 140%;
	padding: 0 7px 0 12px;
}

.leftColTitle {
  margin: 0 -12px 0 -12px;
}


#leftContent A {
	color: #000;
	line-height: 140%;
}

#leftContent A:hover {
	color: #228D3E;
	text-decoration: underline;
}

#leftContent .csc-frame-rulerAfter {
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 10px;
	height: 10px;
	width: 159px;
	clear: left;
	margin-left:  -12px;
	margin-right: -12px;
}


/* MAIN COL */

#maincol {
	float: right;
	display: inline;
	/* position: relative; */
	width:534px;
	margin-left: -1px;
	
	padding: 0 6px 15px 5px; 
	
	background-image: url(../images/rightcol_vline.gif);
	background-repeat: repeat-y;
	background-position:left;
}

#maincolContent {
	min-height: 500px;
}

* html #maincolContent { 
	height: 500px;
}

#maincol UL {
	margin:0 0 0 15px; 
	padding:0; 
}
	

#twocols {
	/* position: relative; */
	float: left; 
	padding: 0 0 0 5px;
	background-image:url(../images/atempause_vline.gif);
	background-position:right;
	background-repeat:repeat-y;
	width: 717px;
	width: 723px;
}

#maincol A {
	color: #000;
}

#maincol A:hover {
	color: #228D3E;
	text-decoration: underline;
}

/* RIGHT COL */


#rightcol {
	float: right; 
	font-size:85%; 
	width:178px;
	position: relative; 
	margin-right: 51px;
	margin-left: -1px;
	line-height: 140%;
}

#rightcol UL {
	margin:0 0 0 12px; 
	padding:0 0 0 7px; 
}
#rightcol UL LI {
	line-height: 140%;
}


#rightcol P { 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 140%;
	padding-left:10px;
}
	
#rightcol A { 
	color: #000000; 
	text-decoration:underline; 
}

#rightcol DIV A:hover { color: #228D3E; text-decoration:underline; }

#rightcol .csc-textpic-imagewrap .csc-textpic-image { margin:0; padding:0; }

#rightcol .news-list-container UL {
	list-style: none;
	list-style-image: url(../images/aktuell_listbullet.gif);
	margin:0 0 0 25px; 	
	padding:0; 
	clear: left;  
}

#rightcol .news-list-container LI {
	padding: 0 10px 0 0; 
}


#rightcol H1,
#rightcol H2,
#rightcol H3 {
	font-weight: bold;
	margin-left:6px;
}



/* FOOTER */
 
#footerRow {
	margin-left:5px;
	margin-right:51px;
	height: 24px; 
	clear: both;
	border-top: 1px solid #B2B2B2;
	color: #969696;
}

#footerRow A {
	color: #969696;
	text-decoration: none; 
}

#footerRow .footer_act A,
#footerRow .footer_no A,
#footerRow .footer_no A:hover {
	float: left;
	text-decoration: none;
	margin-right: 20px;
	color: blue;
}
#footerRow .footer_act A,
#footerRow .footer_no A:hover {
	color: #2F2F2F;
}
#footerRow .footer_act A {
	font-weight: bold;
}


#copyright {
	float: left; 
	padding-top:2px;
	width: 271px;
}

#copyright A  {
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #bbb;
	text-decoration: none;
}

/*  CSS STYLED CONTENT OVERRIDES  */
/*  TOP TOP  */
.csc-linkToTop {
	margin: 10px 0 10px 0;
	text-align: right; 	
	border-bottom: 1px solid #07A458; 
}
	
.csc-linkToTop A { 
	color: #07A458; 
	text-decoration:none; 
}


/*  MAIL FORM  */
.csc-mailform {
	border: none;
	padding: 0;
	margin: 0;
}

.csc-mailform-field {
	margin-bottom: 5px;
}

.csc-mailform-field LABEL {
	width: 120px;
	display: block;
	float: left;
	padding-top: 3px;
}

.csc-mailform-field TEXTAREA {
	width: 220px;
}

.csc-mailform-submit {
	margin-top: 20px;
}


/*  Linie am Boden  */
.csc-frame-rulerAfter {
	border-top: 1px solid #B3B3B3;
	margin-top: 10px;
	height: 10px;
	width: 100%;
	clear: left;
}

.csc-textpic-caption {
	font-size: 90%;
}

* html .csc-textpic-caption {
	font-size: 85%;
}


#maincol #maincolContent P.csc-linkToTop A {
	color: #069952;
	font-size: 90%;
}



/*  CLASSES FOR FILELINKS  */
.fileIcon,
.fileLink  { 
	min-height: 18px;
}

* html .fileLink  { 
	height: 18px; 
}

.fileIcon { 
	width: 30px; 
	float: left; 
	clear: left; 
}

#rightcol .fileIcon,
#rightcol .fileLink { 
	margin:0 0 0 5px; 
}


/* styles for extension fe_login */
.tx-felogin-pi1 h3.feloginError {
	color: #FF0000;
}

.tx-felogin-pi1 fieldset {
	margin: 10px 0 10px 0;
}

.tx-felogin-pi1 div  {
	clear: left;
	margin: 5px 0 0 0;
}

.tx-felogin-pi1 label {
	float: left;
	width: 95px;
}

.tx-felogin-pi1 input {
	padding: 0;
	margin: 0;
}

.hidden {
	clear: left;
	width: 50%;
	margin-top: -1px;
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}

.clear {
	clear: both;
}


/* changes for layout compatibility with content style sheet 4.3 */
.csc-default {
	min-height: 10px;
}

* html .csc-default {
	height: 10px;
}

div.csc-textpic div.csc-textpic-single-image img {
	margin-bottom: 0;
}
