* {
  margin: 0;
  padding: 0;
}

/* colors: */
/* blue: #00A5EA */
/* light-blue: #80CFF3 */
/* c,mm,n red: #E50042 */
/* very dark-grey: #302B24 */
/* dark-grey: #B2AA9A */
/* light-grey: #D8D3CA */

body {
  background-color: #fff;
  background: url(../images3/bg.gif) no-repeat top center;
  margin: auto;
  text-align: center;
}



A {
	color:#00A5EA;
	text-decoration:none;
}
A:hover {
	color:#80CFF3;
	text-decoration:underline;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, legend, label {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 175%;
	color: #302B24;
}

p.bodytext {
	margin: 10px 0 2px 0;
	text-align: justify;
}

ul, ol {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	list-style: square outside;
	margin: 0 15px 0px 0px;
	padding-left: 35px;
	line-height: 175%;	
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
	color: #E50042;
	line-height: 130%;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
}

h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	color: #302B24;
}

h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #302B24;
}

h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	color: #302B24;
}

fieldset {
  border: 0;
}


#container {
	text-align: left;
	margin: auto;
	width: 980px;	
	position:relative;
}


#mainPart {
	width: 980px;	
	background: url(../images3/containerBG.png) repeat-y top left;
	position:relative;
	float:left;
}


#top {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:980px;
	height:80px;
	background: url(../images3/header.png) no-repeat top left;	 
}

#top #logo {
	position:relative;
	float: left;
	left: 20px;
	top: 6px;
	width: 160px;
	height: 70px;
}

#top #logo a img {
	border: 0;
}

#top #lang {
	position:relative;
	float: right;
	right: 30px;
	top: 5px;
	width: 150px;
	height: 40px;
	text-align: right;
}

#top #lang .login {
  font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #80cff3;
	margin: 5px 0;
	font-size:10px;
	height:30px;
}

#top #lang .login a{
	color:#ddd;
}

#top #lang .login a:hover{
	color:#fff;
	text-decoration:underline;
}

#lang .login form input, #lang .login form input:hover {
  background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #00A5EA;
	padding: 0;
	margin: 0 -3px 0 0;
}

#lang .login form input:hover {
	text-decorarion: underline;
}

#top #searchbox {
	position:relative;
	float: right;
	right: 28px;
	top: 14px;
	width: 173px;
	height: 21px;
	text-align: right;
}

#searchbox span {
	width: 173px;
	height: 21px;
	margin: 0;
	pading: 0;
}

#searchbox input {
	display: inline;
	float: left;
}

#searchbox #tx-indexedsearch-searchbox-sword {
	border: 0;
	background: url(../images/search_field-1.png) no-repeat top right;
	width: 148px;
	height: 21px;
	padding-top: 3px;
}


#content {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:960px;
	background: url(../images3/contentTop.png) repeat-y top left;
}


#contentBottom {
        height: 30px;
	width:960px;
	float:left;
	position:relative;	
	background: url(../images3/contentBottom.png) no-repeat top left;
}

#contentBottomBorder {
        height: 30px;
	width:980px;
	float:left;
	position:relative;	
	background: url(../images3/contentBottomBorder.png) no-repeat top left;
}

#borderLeft {
    height: 673px;
	width:10px;
	float:left;
	position:relative;	
	background: url(../images3/borderLeft.png) no-repeat top left;
	display:inline;
}

#container2 {
	width:960px;
	float:left;
	position:relative;	
	display: inline;
}


#borderRight {
        height: 673px;
	width:10px;
	float:left;
	position:relative;	
	background: url(../images3/borderRight.png) no-repeat top left;
	display:inline;
}

#menu-1 {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 960px;
	height: 35px;
	background: url(../images3/menu.png) no-repeat top left;
}


.menu1level1act, .menu1level1no {
	margin:10px;
	font-size: 13px;
	float: left
}

.menu1level1act {
	color:#fff;
}

.menu1level1no {
	color:#ddd; 	
}

.menu1level1no:hover {
	text-decoration:underline;
	color:#fff;
}

#menu1wrap {
  /*margin-left: 10px;*/
}

#left {
	position:relative;
	float: left;	
	left: 0;
	top:0px; 
	margin: 20px 10px 20px 20px;
	width: 195px;
}

#menu-2 {
	position:relative;
	float: left;	
	left:0;
	top:0; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0 0 15px 0;
	width: 195px;		
}

#menu-2 div {
  font-size: 12px;
	margin-left: 5px;
	line-height: 130%;
}



#menu-2 .menu-2-top {
/*	background: url(../images3/menu-2_01.gif) no-repeat bottom left; */
	width: 195px;
	height: 6px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#menu-2 .menu-2-content {
/*	background: url(../images3/menu-2_02.gif) repeat-y left top; */
	width: 195px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;	
}

#menu-2 .menu-2-bottom {
/*	background: url(../images3/menu-2_03.gif) no-repeat top left; */
	width: 195px;
	height: 6px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;	
}

#menu-2 .menu-2-header {
	font-size: 16px;
	font-weight:normal;
	margin-left: 13px;
	margin-bottom: 4px;
}

#menu-2 .menu-2-header A{
  color: #888;
}

#menu-2 .menu-2-header img {
  margin: 0 5px;
}

#menu-2 A:hover DIV.menu2level2no {
	color: white;
	text-decoration: none;		
}

#menu-2 A:hover {
	text-decoration: none;
	cursor: pointer;
	color: #E50042;
}

#menu-2 .menu2level2no, #menu-2 .menu2level2act {
	background: url(../images3/dots.png) no-repeat top left;
	font-weight: normal;
	font: Arial,Verdana,Sans-Serif;
	font-weight:bold;
	font-size:11px;
	margin-top: -10px;
}

#menu-2 .menu2level2no img, #menu-2 .menu2level2act img{
 	margin-top: 3px;
}



#menu-2 .menu2level2no A {
  color: #302B24;
}

#menu-2 .menu2level2act A, #menu-2 .menu2level2no A:hover {
  color: #E50042;
}

#menu-2 li.menu2level3act, li.menu2level3no {
	margin-left: 4px;
	font-weight: normal;
	line-height:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;	
	margin-top:1px;
}

#menu-2 li.menu2level3act A {
	color: #E50042;
}

#menu-2 li.menu2level3no A {
	color: #333333;
}

#menu-2 li.menu2level3no A:hover {
	color: #E50042;
	text-decoration: none;
}


#menu-2 li.menu2level3act A:hover {
	color: #333333;
	text-decoration: none;
}

#left-column {
	margin: 0;
	padding: 0;
	float: left;
	width: 195px;
}

#left-column .left-top {
	background: url(../images3/left-column_01.gif) no-repeat bottom left;
	width: 195px;
	min-width: 195px;
	height: 6px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#left-column .left-content {
	background: url(../images3/left-column_02.gif) repeat-y left top;
	width: 195px;
	min-width: 195px;
	left: 0;
	right: 0;
	padding: 10px;	
}

#left-column .left-bottom {
	background: url(../images3/left-column_03.gif) no-repeat top left;
	width: 195px;
	min-width: 195px;	
	height: 6px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;	
}

#normal {
	position:relative;
	float: left;
	left:0px;
	top:0px;
	width:500px;
	margin: 20px 5px 30px 5px;
}

#right {
	position:relative;
	float: left;
	top:0px;
	width:195px;
	min-width: 195px;
	margin: 20px 0 10px 5px;
  border-top: 2px dotted #302B24;	
}

#right .csc-header-n2 {
	border-top: 2px dotted #302B24; 
}

#right h1 {
  color: #302B24;
	font-size: 13px;
	margin-top: 0px;
}

#right h3 {
  color: #302B24;
	font-size: 11px;
	margin-top: 10px;
	font-weight: bold;
}

#right dd {
  color: #302B24;
	line-height: 120%;
}

#right dt {
  /* padding: 5px; */
  padding-bottom: 5px;
}

#extra-links {
	position:relative;
	float: right;
	top:0px;
	width:195px;
	min-width: 195px;
	margin: 0px 0 30px 5px;	
	right:23px;
}

#extra-links h1 {
	color: #302B24;
	font-size:13px;
	margin-top:0px;
	font-weight: bold;
	border-top: 2px dotted #302B24;
/*  color: #302B24;
	font-size: 11px;
	margin-top: 10px;
	font-weight: bold;
	*/
}

#extra-links A {
  color: #B2AA9A;
}

#extra-links ul, ol {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	list-style: square outside;
	margin: 0 15px 8px 0px;
	padding-left: 15px;
	line-height: 175%;
	color: #B2AA9A;
}

#footer {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 980px;
	height: 220px;

	background: url(../images3/sponsors.png) no-repeat top left;
}


#sponsors {
	height:200px;
	position:relative;
	top:50px;
	left:30px;
	width:860px;
	float:left;
}

#sponsors p.bodytext {
	line-height:110%;
	margin : 0px;
	text-align: left;
}

#sponsors div {
	display:inline;
	position:relative;
}


#sponsors h1 {
	font-size: 11px;
	margin:0px 0px 8px 0px;
	color: #666;
}

#sponsors1 h1 {
/*    width:380px;  */
}

#sponsors2 h1, #sponsors3 h1 {
/*	width: 240px;  */
}

#sponsors .spacer-gif {
	height: 1px;
}

#sponsors1, #sponsors2, #sponsors3, #sponsors4 {
	float:left;
}

#sponsors1 div, #sponsors2 div, #sponsors3 div, #sponsors4 div {
 	margin-right: 10px;
	display:inline;
 }
 
#sponsors .csc-textpic-clear, #sponsors .csc-textpic {
 	clear:none;
}
 	
#sponsors .csc-textpic{
	float:left;
}
 	
#sponsors1 {
/*	width: 400px;  */
}

#sponsors1 div {
	width: 170px;
}

#sponsors .block {
	margin:0px;
	padding:0px;
/*	float:left;  */
	width: auto;
	height:auto;
}



#sponsors2 {
	display:inline;
	width: 250px;
}

#sponsors3 {
	display:inline;
/*	width: 260px;  */
}

#sponsors4 {
	display:inline;
/*	margin-top: -60px;  */
	width: 200px;
}


#colofoncontent {
	color:#302B24;
	float:right;
	font-family:Verdana,Arial,Sans-serif;
	font-size:10px;
/*	margin:11px 0 0 30px;*/
	position:relative;
	right:20px;
	text-align:right;
/*	top:120px;  */
	width:500px;
}

#colofoncontent {
  color: #888;
  text-align: right; 
  float:right;
  margin-right: 25px;
  position:relative;
  top: 20px;
}

#colofoncontent A {
  color: ##E50042;
  text-align: right;
  
}

* html #sponsors div {
	margin:0px;
	padding:0px;
}

* html #sponsors1 div,* html  #sponsors2 div,* html  #sponsors3 div,* html  #sponsors4 div {
 	margin: 0px;
	width:auto;
	min-width:160px;
	margin-right: 10px;
 }

* html #sponsors4 {
/*	top: -60px; */
}


/*---------------------------------- LOGIN ---------------------------------------*/

#right .tx-felogin-pi1 div {
	font-family: Verdana, Arial, Sans-serif;
 	font-size: 11px;	
}

#right .tx-felogin-pi1 legend {
  font-weight: bold;
}


/*---------------------------------- TT_NEWS STYLES ------------------------------*/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	visibility: hidden;	
/*	border:1px solid #F9FFE5;*/

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border-top: 2px #302B24 dotted;
	
}

.news-latest-container H2,.news-latest-gotoarchive {
	background-color:#D8D3CA;
}

.news-latest-gotoarchive {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	margin-top:5px;
	text-align: right;
	padding: 2px 5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#302B24;
}
.news-latest-gotoarchive A {
	color:#E50042;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:0;
	margin:0;
	border-bottom: 2px #D8D3CA dotted;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border: 0;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	font-family: Verdana, Arial, Sans-serif;	
	padding-top: 5px;
}

.news-latest-date {
  float: right;
}

.news-latest-morelink {
	height:18px;
}

.news-latest-morelink A {
	float:right;
	color: #80CFF3;
	font-family: Verdana, Arial, Sans-serif;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
/* --------------------------- ve_guestbook styles inserted ------------------------------*/

.news-list-container, .tx-veguestbook-pi1 {
	border-top: 2px dotted #302B24;
}

#right .tx-veguestbook-pi1 {
  border: 0;
}

.news-list-item, .guestbook-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;	
	padding:0;
	margin:0;
	border-bottom: 2px #D8D3CA dotted;
	}
	
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
}

.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}

/* ve_guestbook styles inserted starting here! */

.news-list-container H3, .tx-veguestbook-pi1 H3 {
	margin-bottom: 5px;
	padding: 2px 2px 2px 0px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER, .tx-veguestbook-pi1 H3 A:LINK, .tx-veguestbook-pi1 H3 A:VISITED, .tx-veguestbook-pi1 H3 A:HOVER {
/*	color: #E50042; */
	padding-left:2px;
}
.news-list-container H3 A, .tx-veguestbook-pi1 H3 {
/*	color: #E50042;
	font-size: 11px; */
}
 
.news-list-container P {
	padding-left:3px;
}
.news-list-date, .guestbook-list-date {
	float: right;
	color: #80CFF3;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	}

/* ve_guestbook styles stop here */
	
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	float:right;
	color: #80CFF3;
	font-family: Verdana, Arial, Sans-serif;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin: 0;
	border: 0;
	padding:3px;
	background-color:#D8D3CA;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #80CFF3;
	border: 0;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-bottom:5px;
	border-top: 2px dotted #302B24;

}
.news-single-item H2 {
	font-size: 15px;
	font-weight:bold;
	color: #00A5EA;
	margin-bottom: 0px;
}
.news-single-item H3 {
	color: #000;
	margin-bottom: 15px;
	font-size: 11px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
	margin-top:18px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
	border-top: 2px dotted #302B24;
	padding:5px;
	padding-bottom:0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	background-color:#D8D3CA;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/*---------------------------------- SR_EMAIL_SUBSCRIBE STYLES ------------------------------*/

#contentTop .tx-sremailsubscribe-pi1 {
	width:350px;
	margin-left:600px;
	position:absolute;
	*position:static;
	top:330px;
}
#contentTop .tx-sremailsubscribe-pi1 p{
margin-left: 25px;
}
.tx-sremailsubscribe-pi1 fieldset {
  border: 0; 
}

.tx-sremailsubscribe-pi1 legend {  
	font-weight: bold; 
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-notice { 
  font-style: italic; 
}

.tx-sremailsubscribe-pi1 a { 
  padding-left: 14px; 
	background-image: url("/typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); 
	background-repeat: no-repeat; 
	background-position: 0% 60%; 
	text-decoration:none; 
}

.tx-sremailsubscribe-pi1 label span { 
  color: #ff0000;
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-error { color: #ff0000; }
.tx-sremailsubscribe-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-sremailsubscribe-pi1 input[type=password] { margin-right: 1em; }
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-password { margin-right: 1em; }
.tx-sremailsubscribe-pi1 input[type=radio], .tx-sremailsubscribe-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-radio, * html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-checkbox { background-color: transparent; }		
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-delete-icon:hover { cursor: pointer; }
.tx-sremailsubscribe-pi1 a.tx-sremailsubscribe-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-sremailsubscribe-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checkboxes { list-style-type: none; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-sremailsubscribe-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-sremailsubscribe-pi1 dt, .tx-sremailsubscribe-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }

.tx-sremailsubscribe-pi1 dt { 
  clear: both; 
	width: 25%; 
	text-align: right; 
	padding-right: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;  
	*margin-top:-6px;
}

.tx-sremailsubscribe-pi1 dd { 
	text-align: left;
	width: 50%; 
	*margin-top:-6px;
}

#right fieldset {
  width: 195px;
}

#right label {
  width: 90%;
}

#right .tx-sremailsubscribe-pi1 dl {
  width: 195px;
}

#right .tx-sremailsubscribe-pi1 dd, #right .tx-sremailsubscribe-pi1-submit {
  float: right;
}

#right .tx-sremailsubscribe-pi1-text {
  width: 185px;
	display: inline;
	float: right;
	margin: 3px 0;
}

.tx-sremailsubscribe-pi1 dd { text-align: left; width: 50%; }

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-sremailsubscribe-pi1 dd { float: none; }

.tx-sremailsubscribe-pi1 dd p { 
  margin-top: 0; 
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	 
}

.tx-sremailsubscribe-pi1 dd label { 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px; 
}


/* Styles Calendar */

#calendar-event div {
 	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 175%;
	color: #302B24;
	margin-bottom: 5px;
}

#tx_cal_controller_subscribe, #tx_cal_controller_unsubscribe, #calendar-event-backlink A {
 	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 175%;
	color: #302B24;
}

.tx-cal-controller .even {
  background-color: white;
}

.tx-cal-controller dd {
  padding: 0px 0px 15px 0px;
	border-bottom: thin solid #D8D3CA;	
}

.tx-cal-controller dt A {
  color: #00A5EA;
}


/*-------------------------- Flickr Show Styles ---------------------------------------*/
.tx-flickrset-pi1-list-image {
	margin: 12px;
}

/* IE6 Hacks */

*html #left {
	margin: 12px 10px 20px 10px;
}

/* default styles for extension "tx_srfeuserregister_pi1" */
.tx-srfeuserregister-pi1 p { margin: 0; text-indent: 0; }
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
.tx-srfeuserregister-pi1 legend { font-weight: bold; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a {  background-image: url("/typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
.tx-srfeuserregister-pi1 label span { color: #ff0000; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }

.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; padding-right: 1em; }
.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }


