/**
 *
 * Eric Meyers CSS reset (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
 *
 */
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: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

.fbContent {
    width: 400px;
}

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: middle;
}

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

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

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Note: Make HTML 5 elements block-level for consistent styling */
header, nav, article, footer, address {
    display: block;
}

/*********************  our css starts here ********************/
body {
    font: 12px / 1.4 "lucida grande", tahoma, verdana, arial, sans-serif;
    background: #fff url(../images/bg_body.png) repeat-x 0 0;
}

#wrapper {
  position:relative;
  width: 960px;
  margin: 0 20px;
  }

#sky {
height:600px;
left:995px;
position:absolute;
top:170px;
width:160px;
}

#shadow {
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
  }

#content {
  background: #e8e8e8 url(../images/bg_content.jpg) repeat-x 0 0;
  
   }

#left {
  float:left;
  width:670px;
  min-height:590px;
  }
#right {
  float:right;
  width:290px; 
  }  

#header {
  position:relative;
 height:115px;
 /*background:#fff;*/
  }  
#logo {
  margin:24px 12px ;
  }    
    
#searchField {
  position:absolute;
  width:390px;
  height:70px;
  top:13px;
  right:23px;
  background: transparent url(../images/bg_search.png) no-repeat left bottom;
  }  
#searchField label {
  width:130px;
  height:26px;
  color:#d5a4ed;
  text-align:center;
  line-height:26px;
  display:inline;
  margin-right: 3px;
  font-weight:normal;
  cursor:pointer;
  text-decoration:underline;
  background: #fff url(../images/searchtab.png) no-repeat left bottom;
  }  
#searchField label.active, #searchField label:hover  {
  background-image: url(../images/searchtab_active.png);
  text-decoration:none;
  color:#8a6a9a;
  }

#searchField .textField {
  font-size:14px;
  padding:5px;
  position:absolute;
  left:12px;
  width:265px;
  border:0;
  bottom:8px;
  }
#searchField .button {
  position:absolute;
  right:12px;
  bottom:8px;
  }


*+html #searchField .button {
  width:80px;
  }

#footer {
  padding:5px;
  text-align:center;
  background:#fff;
}
#footer a {
  padding:5px 5px;
  color:#000;
  }

  
.padding {
  padding:10px;
  }
.margin {
  margin:10px;
  }

.marginTop {
  margin-top:10px;
  }

strong, .bold{
  font-weight: bold;
}

.center {
  text-align:center;
}
.float_left {
  float:left;
  margin-right:10px;
}
.float_right {
  float:right;
  margin-left:10px;
}


a {
    color: #3b5998;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.icon {
	background-color: transparent;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;	
  background-position: left center;
}
.icon.myIcon {
  background-image: url(../images/myIcon.png);
}


/*
 * =headlines
 --------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-size: 13px;
    color: #333;
    margin: 0px 0 10px 0;
    padding: 0px;
}

h1 {
  font-size: 14px;
  padding: 10px 20px;
  background: #f0f0f0 url(../images/bg_h3.gif) repeat-x left top;
  color: #9e74b3;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 20px 0 0 20px;
  /*text-transform:capitalize;*/
  border-bottom:1px solid #fff;
}


h3, h4, h5 {
  font-weight:bold;	
   font-size: 12px;
}



/*
 * =content
 --------------------------------------------------------------------------------*/
p {
    
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.4;
    max-width:550px;
}

#content .text{
  background:#fff;
  padding:10px 20px;
  margin-left:20px;
  }

ul {
    padding: 0;
    margin: 0;
}

ul.content {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 25px;
}

ul.content li {
    list-style-type: disc;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 12px;
}


#homeTeaser {
  height:256px;
  /*background: transparent url(../images/homeTeaser.png) no-repeat left top;*/
  border-bottom:2px solid #fff;
  position:relative;
  }

#homeTeaser h1 {
  font-size: 12px;
  color: #ffa200;
  font-weight: bold;
  padding:36px 0 0 20px;
  background: none;
  border:none;
  margin:0;
  }

#homeTeaser .button {
  position: absolute;
  right:10px;
  bottom:10px;
  }

.teaser {
  margin:20px;
  background:#fff;
  }

.teaser h3 {
    font-size: 12px;
    padding: 10px;
    background: #f0f0f0 url(../images/bg_h3.gif) repeat-x left top;
    color: #ffa200;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin: 0;
}
.teaser p {
  padding:10px;
  
  }



/*
 * =navigation
 --------------------------------------------------------------------------------*/


#mainNavigation {
	background: #fff url(../images/bg_nav_ul.png) repeat-x top left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f0f0f0;
	width:960px;
}
#mainNavigation li#lastLi {
	background: #fff url(../images/bg_nav.png) no-repeat top left;
	min-height:45px;
	width:auto;
	
}
#mainNavigation li{
  float:left;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff url(../images/bg_nav.png) no-repeat top left;
}

#mainNavigation li a{
  color:#9e74b3;
  font-size:12px;
  display:block;
  padding:18px 10px;
  font-family:arial;
  text-transform: uppercase;
  text-align:center;
  text-decoration: none;
  font-weight: bold;
}
#mainNavigation li a:hover, 
#mainNavigation li a.current {
  color: #373b7f;
  background: transparent url(../images/bg_nav_hover.png) no-repeat bottom center;
}

#mainNavigation li.rings a{
   padding:10px;
  }
#mainNavigation li.rings a:hover,
#mainNavigation li.rings a.current{
   padding:10px;
   background:none;
  }

#subNavigation {
	 background: #f0f0f0;
	 border-bottom: 1px solid #f5f5f1;

}

#subNavigation li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#subNavigation li a {
    color: #000066;
    font-size: 12px;
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: underline;
    font-family: arial;
}

#subNavigation li a:hover, #subNavigation li a.current {
    text-decoration: none;
}

.tabBox {
  margin:20px 0 20px 20px;
  }

.tabs li {
  float:left;
  background: transparent url(../images/tab.png) no-repeat 0 0; 
  margin-right:3px;
  line-height:25px;
  width:130px;
  display:block;
  text-align:center;
  }
.tabs li a {
  color:#000066;
  text-decoration: underline;
  }
.tabs li.current, .tabs li:hover {
  background: transparent url(../images/tab_active.png) no-repeat 0 0; 
  }
.tabs li.current a, .tabs li a:hover {
  color:#ffa200;
  text-decoration: none;
  }

.tabContent {
  padding:10px;
  background: white;
  }

/*
 * =buttons
 --------------------------------------------------------------------------------*/
.button, .button:visited {
  background: #fff url(../images/alert-overlay.png) repeat-x; 
  display: inline-block; 
  padding: 7px 12px; 
  color: #9e74b3; 
  text-decoration: none;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2);
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  font-size: 13px; 
  font-weight: bold; 
  line-height: 1;

}
.button:hover { background-color: #f3f3f4; text-decoration: none; }
  
button.button, input.button {
  padding: 4px 8px; 
  }

/* =forms
 --------------------------------------------------------------------------------*/


fieldset {
}

fieldset div {
   margin-bottom: 10px;

}

label
{
    text-align:right;
    margin-right:5px;
    cursor: pointer;
    color: #666666;
    font-weight: bold;
    margin-bottom: 3px;
    display:block;
    width:200px;
    float:left;
}

label.inline, .inlineLabel label{
	width:auto;
	float:none;
	display:inline;
}

label input {
    font-weight: normal;
}

input {
    border: 1px solid #BDC7D8;
    padding: 4px;
    font-size: 11px;
    background: white;
}

.textField {
    border: 1px solid #BDC7D8;
    width: 250px;
}

textarea {
    border: 1px solid #bdc7d8;
    padding: 3px;
    font-size: 11px;
    /*width: 250px;
    height: 100px;*/
}

select {
    border: 1px solid #BDC7D8;
    font-size: 11px;
    padding: 2px;
    margin:0 3px;
}

/*textarea {
    width: 250px;
    height: 100px;
}*/

.checkbox {
    margin: 0 3px;
    vertical-align: middle;
    background: none;
    padding: 0;
    border: none;
}

.radio {
   border: none;
  }

/* Additional Styles SV */
.buttonTeaser, .buttonTeaser2:visited {
  background: #fff url(../images/alert-overlay.png) repeat-x; 
  display: inline-block; 
  padding: 7px 12px; 
  color: #9e74b3; 
  text-decoration: none;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2);
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  font-size: 13px; 
  font-weight: bold; 
  line-height: 1;
  float:right;
  margin:10px;

}
.buttonTeaser:hover { background-color: #f3f3f4; text-decoration: none; }
  
button.buttonTeaser, input.buttonTeaser {
  padding: 4px 8px; 
  }
  
.text ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 25px;
}

.text li {
    list-style-type: disc;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 12px;
}

h2 {
  font-weight:bold;	
   font-size: 13px;
}

#content .tx-indexedsearch-whatis{
  background:#fff;
  padding:10px 20px;
  margin-left:20px;
  font-weight:bold;	
  font-size: 12px;
  }

#content .tx-indexedsearch-browsebox{
  background:#fff;
  padding:10px 20px;
  margin-left:20px;
  }
  
#content .tx-indexedsearch-noresults{
  background:#fff;
  padding:10px 20px;
  margin-left:20px;
  }
  
.browsebox {
	margin-bottom: 20px;
}

.browsebox li {
	float: left; 
	margin-right: 10px;
}

ul.contentNav {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 25px;
}

ul.contentNav li {
    list-style-type: none;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 12px;
	
}

.csc-default {
	/*background:#fff;*/
}

.csc-textpic-imagewrap {
  	padding:10px 20px;
  	margin-left:20px;
	font-weight:bold;	
 	font-size: 12px;
}


.csc-textpic img{
	padding: 20px 30px 10px 20px;
}

#content object{
 	
}

.visualHome p{
 	padding: 20px;
  }
  
.LogoImages {
	background: #f0f0f0 url(../images/bg_h3.gif) repeat-x left top;
  	color: #9e74b3;
  	font-weight: bold;
  	border-bottom: 1px solid #fff;
  	margin: 20px 0 0 20px;
}

.LogoImages h1{
	font-size: 12px;
  	padding: 20px 0px;
	border-bottom:1px solid #fff;
}

.content_tab {
	padding: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.csc-textpic-caption {
	text-align:	center;
}

.text_most{
  background:#fff;
  padding-left: 20px;
  margin-left:20px;
  }
  
.text_breadcrumb{
  background:#fff;
  padding-left: 20px;
  margin-left:20px;
  margin-top: 20px;
  font-size: 11px;
  }
  
.tx-rgtabs-pi1 p{
  background:#fff;
  padding-left: 20px;
  margin-left:20px;
  }
  
.caption_small {
	font-size: 11px;
	text-align:center;
	margin-top: 0px;
	padding-top: 0px;
}

.formtable {
	/*margin-left: 20px;
	padding-left: 20px; */
	background: white;
	/*width: 650px;*/
	border-spacing: 10px;
	vertical-align:	text-top;
}

.formtable tr {
	vertical-align: top;
}

.formtable td {
	vertical-align: top;
}

.logintable {
	margin-left: 0px;
	padding-left: 0px; 
	/*background: white;*/
	text-align: left;
	width: 150px;
	border-spacing: 5px;
}

.loginset {
	/*border: 2px solid #000000;*/
	margin-left: -120px;
	padding-left: 0px; 
	text-align: left;
}

.loginset2 {
	/*border: 2px solid #000000;*/
	margin-left: 0px;
	padding-left: 0px; 
}

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

.error {
	color:	#FF0000;
}	

.errormessage {
	/*margin-left: 40px;
	margin-top: 20px;*/
	color: #FF0000;
	/*width: 650px;*/
	background: white;
}	

.okmessage {
	/*margin-left: 40px;
	margin-top: 20px;
	color: #809D39;*/
	color: #000000;
	/*width: 650px;*/
	background: white;
}

.entrytable {
	
}

.entrytable th {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	font-weight: bold;
}

.entrytable td{
	vertical-align: top;
	padding: 10px; 
}

.firstrow {
	background-color: white; 
}

.secondrow {
	background-color: #d5a4ed; 
}

.entrytable a {
    color: #000000;
    text-decoration: none;
}

.entrytable a:hover {
    text-decoration: underline;
}

.detailtable {
	
}

.detailtable td{
	vertical-align: top;
	text-align:left;
	padding: 10px; 
}

.detailtable ul{
	vertical-align: top;
	text-align:left;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.detailtable li {
	list-style:none;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

.detailtable a {
    color: #000000;
    text-decoration: none;
}

.detailtable a:hover {
    text-decoration: underline;
}

.details_hr {
	border: 0px;
	color: #d5a4ed;
	height: 20px;
	background-color: #d5a4ed;
}

.csc-textpic-equalheight{
  background:#fff;
  padding:10px 20px;
  margin-left:20px;
  }
  
.csc-textpic-imagerow-last{
  background:#fff;
 
  }
  
#c521 {
  background:#fff;
  padding:10px 20px;
  margin-top: 20px;
  margin-left:20px;
  height: 960px;
}

.clearfix_home {
    display: inline-block;
	margin: 20px 20px 0px 20px;
}
