/* $Id: main_screen.css 42 2011-01-19 08:47:45Z bums $ */
* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	text-align: center;
	color: #333333;
	margin: auto;
	font-family: Arial, serif;
	font-size: 100%;
	font-weight: normal;
	background-image: url(../images/background_line.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AFAFAF;
}

body {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	vertical-align: top;
	text-align: center;
	color: #333333;
	margin: auto;
	font-family: Arial, serif;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../images/background_line.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AFAFAF;
}

IMG {
	border: 0px;
	display: block;
}

A {
	border: 0px;
	color: #333333;
	text-decoration: none;
}

A:hover {
	border: 0px;
	text-decoration: none;
	color: #FF9900;
}

INPUT {
	font-family: Arial, serif;
	/*height: 16px;*/
	/* font-size:0.75em */
}

HTML > body input {
    /*height:16px;*/	
}


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

LI {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}

table {
	font-size: 100%;
}

#meisterRoot { /*position:absolute;*/
	width: 100%;
	height: 100%;
	margin: auto;
	/* background-image:url(../images/background_top.jpg); */
	background-image: url(../images/top_gradient.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#meisterPage { /*position:absolute;*/
	width: 990px;
	height: 100%;
	margin: 0 auto;
	/*left:50%;
	margin-left:-495px;*/
	background-color: #FFFFFF;
}

#header { 
	/*position:absolute;
	display:block;
	top:0px;
	left:50%;
	margin-left:-495px;*/ 
	margin: 0 auto;
	width: 990px;
	height: 95px;
	background-color: #000000;
}

#contentContainer { 
	/*position:absolute;
	top:95px;
	left:50%;
	margin-left:-495px;*/ 
	width: 990px;
	margin: 0 auto;
	background-color: #EFECE3;
}

#logo {
	float: left;
	/*display:inline;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 180px;
	height: 95px;
}

#search { /*display:inline;*/
	float: left;
	width: 180px;
	margin-top: 20px;
	height: 20px;
}

/* Service Navigation  */
#servicenavigation {
	float: left;
	display: inline;
	width: 810px;
	height: 65px;
	text-align: right;
	background-color: #000000;
}

#service {
	float: left;
	display: inline;
	width: 605px;
	margin-top: 20px;
	margin-right: 15px;
	height: 20px;
	text-align: right;
	color: #959595;
}

#service LI {
	font-size: 0.75em;
	line-height: 17px;
	display: inline;
}

#service A {
	clear: left;
	color: #959595;
}

#service A:hover {
	color: #ff9900;
}

 
/* Content Container */

#mainContent { /*float:left;*/ /*display:inline;*/
	/*position: absolute;
	top: 95px;*/
	float:left;	
	width: 990px;
	/*display: block;*/
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

h1 {
	font-size: 1.20em;
	letter-spacing: -0.05px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	font-size: 1.00em;
	letter-spacing: -0.05px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#contentContainer p { /* display:block;*/ /* font-size:0.75em;*/
	/* margin:0.5em 0; */
	color: #333333;
}

.newsletter_input {
	width: 155px;
}

.form {
	padding: 10px;
}

.submit_button_grey {
	height: 18px;
	font-family: Arial, serif;
	background-color: #EFEFEF;
	font-weight: bold;
	color: #000000;
	border: 0px;
}

.submit_button_dark {
	height: 18px;
	font-family: Arial, serif;
	background-color: #EFEFEF;
	font-weight: bold;
	color: #000000;
	border: 0px;
}

.submit_button {
	height: 18px;
	font-family: Arial, serif;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border: 0px;
}

#account_box {
	float: right;
	width: 180px;
	min-height: 270px;
	font-size: 0.72em;
	line-height: 1.50em;
	color: #FFFFFF;
	background-color: #424242;
	margin-bottom: 18px;
}

#account_box .account_panel {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 14px;
	width: 150px;
	min-height: 250px;
	color: #FFFFFF;
	background-color: #424242;
}

.submit {
	margin-right: 9px;
	margin-top: 10px;
	cursor: hand;
	font-size: 1.00em;
	margin-bottom: 10px;
	background-color: #424242;
	height: 18px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 3px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat; 
	background-position:left center;
	color: #FFFFFF;
	border: 0px;
}

.submit_grey {
	margin-right: 9px;
	margin-top: 10px;
	cursor: hand;
	font-size: 1.00em;
	margin-bottom: 10px;
	background-color: #999999;
	height: 18px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 6px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left center;
	color: #FFFFFF;
	border: 0px;
}

.tx-indexedsearch-searchbox-button .submit {
	float: left;
}

#account_box .button {
	padding-left: 13px;
	line-height: 2.30em;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #FFFFFF;
}

#account_box .button A {
	color: #FFFFFF;
}

#account_box .button A:hover {
	color: #FF9900;
}

.downloads {
	float: left;
	width: 580px;
}

.downloads LI {
	vertical-align: middle;
	line-height: 20px;
	padding-left: 3px;
	height: 22px;
	border: 1px solid white;
	background-color: #EFEFEF;
}

.csc-sitemap {
	
}

.csc-sitemap-level1 {
	margin-left: 10px;
}

.csc-sitemap-level2 {
	margin-left: 40px;
}

.csc-sitemap-level3 {
	margin-left: 70px;
}

.csc-sitemap-level4 {
	margin-left: 100px;
}

.csc-sitemap-level5 {
	margin-left: 130px;
}

.csc-sitemap-level6 {
	margin-left: 160px;
}

.csc-sitemap-level7 {
	margin-left: 190px;
}

.tx-felogin-pi1 fieldset div { height:30px; }
.tx-felogin-pi1 label { float:left; width:100px; text-align:left; height:30px; }
.tx-felogin-pi1 th { width:100px;text-align:left;margin: 0; padding: 0 0 .5em 0; float: left; } 
.tx-felogin-pi1 td { text-align:left;margin: 0; padding: 0 0 .5em 0; float: left; }
.tx-felogin-pi1 .username { width:300px; }
.tx-felogin-pi1 .password { width:300px; }
  
