/* CSS Document */

* {
  margin: 0;
  padding: 0;
}


html, body {
 	height: 100%; /* Required */
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #191919;
	font-weight:bold;
	text-align: justify;
}

body {
	background-color:#353535;
	background-image: url("images/back.jpg");
    	background-repeat:repeat-x;
    	background-position: top left;
 	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #191919;
	text-align: justify;

}

#container-page {
  	position: relative;
  	/*left:50%;
  	margin-left: -425px;*/
  	margin:0 auto;
	_text-align: center;
  	width: 850px;
  	/*top:270px;*/
  	top:100px;
  	text-align: left;
  	min-height: auto; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: auto; /* For IE */
}

/*html #container-page {
  	width: 850px;
  	left:50%;
  	margin-left:-425px;
}*/


 
#container-head {
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:169px;
	width:850px;
	/*left:50%;
	margin-left:-425px;*/
		margin:0 auto;
	_text-align: center;
	z-index:1;
}

#container-content {
  	padding: 0px 0px 0px 0px;
}

#container-content:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

#content-pri {
	position:relative;
	left:0px;
	top:0px;
	width:850px;
	height:100%;
	min-height: 200px;
	height: auto !important; /* For Modern Browsers */
	/*min-height: 100%;  For Modern Browsers */
	z-index:8;
	text-align: justify;
}

*+html #content-pri {
	width:850px;
	left:0px;
	height: 300px;
	top:5px;
	z-index:8;
	text-align: justify;
}

#container-foot {
  	background-image:url(images/footer.jpg);
  	background-repeat:no-repeat;
 	 width:850px;
  	left:50%;
  	margin-left:-425px;
  	position: relative;
  	bottom: 0!important;
  	bottom: 0; /* For Certain IE widths */
  	height: 160px;
  	z-index:2;

}

#faceback{
	position: relative;
	background-image: url("images/facebookback.jpg");
	background-repeat:no-repeat;
	background-position: top left;
	width: 310px;
	height:720px;
	left:150px;
	top:20px;
}

#faceinner{
	position: relative;
	top:40px;
	left: 15px;
} 

#facebook_bottom{
	position:absolute;
	width: 100px;
	height: 50px;
	left:690px;
	top:28px;
	z-index: 22;
}

#footernav{	
	position:absolute;
	width:800px;
	left:15px;
	top: 22px;
	z-index:21;
}

#nav{
	position:absolute;
	width:850px;
	height:75px;
	top:176px;
	left:2px;
	z-index: 6;

}

#nav img{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.current{
	background-color:fff;
}

#nav .csc-textpic-image {margin: 0px;}

td {
	
 	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #191919;
	font-weight:bold;
	text-align: justify;
}

.padding{
	padding-right:5px;
}

.bodytext {
	margin-left:10px;
  	margin-right:70px;
	line-height:none;
	font-weight:bold;
  	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #191919;
}

.img{float:left;}

.noshade a img {
	filter:alpha(opacity=100);   
   	-moz-opacity: 1.0;   
   	opacity: 1.0;
  }

.noshade a:hover img {
   	filter:alpha(opacity=100);   
   	-moz-opacity: 1.0;   
   	opacity: 1.0;
 }


a img {
   filter:alpha(opacity=100);   
   -moz-opacity: 1.0;   
   opacity: 1.0;
   }

a:hover img {
   filter:alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5;
}


A           	{ 
color: #191919; 
font-size: 12px; 
font-weight: bold; 
font-family:Arial, Helvetica, sans-serif; 
text-decoration: underline
}

A:active        {
	color: #191919;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	
}

A:visited       {
	color: #191919;
	font-size: 12px;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}

A:hover         {
	color: #000000;
	font-size: 12px;
	border: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
	
.column{
	width:200px;
	padding:5px;
	vertical-align:top;
	margin-top:-100px;
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}	
	
hr{
	border:solid #191919 1px;
	background-color:#191919;
	}


textarea  		{ 
	color:#353535; 
 	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	 background-color: #191919;   
	 border: 1px solid #191919;
	 -moz-border-radius: 5px;
	border-radius: 5px;
	  }
	  
input 			{  
	color: #353535; 
  	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	 background-color: #191919;
	 border: 1px solid #191919; 
	 -moz-border-radius: 5px;
	border-radius: 5px;
	height:25px;
	   }
	   
select 			{ 
	color: #353535; 
  	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #191919; border: 1px solid #191919;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 }

*html .submit		{ 

	width: 80px;
	margin:0px;
	 }
	 
/*.csc-mailform {
	border-style: none;
	width:220px;
	margin-left:0px;
	margin-top:0px;
}

.csc-mailform-field {
	margin: 3px;
}

.csc-mailform-field input {
	border-style: solid;
	border-width: 1px;
	border-color: #353535;
	background-color:#191919;
	color: 353535;
	width: 280px;
	height: 30px;
	-moz-border-radius: 5px;
border-radius: 5px;
}

.csc-mailform-field label {
	float: left;
	width: 100px;
	font-weight: bold;
}

.csc-mailform-field textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #353535;
	background-color:#191919;
	color: 353535;
	width: 210px;
	-moz-border-radius: 5px;
border-radius: 5px;
}

.csc-mailform-field select {
	border-style: solid;
	border-width: 1px;
	border-color: #353535;
	color: 353535;
background-color:#191919;
	width: auto;
}

input.csc-mailform-submit {
/*
	
	border-color: #c6c6c6;
	background-color: #ffffff;*/
	/*border-style: solid;
	border-width: 1px;
	margin-left:0px;
	width: 100px;
	color: 353535;
	
}

.csc-mailform-radio input {
	width: auto;
	border-style: none;
	background-color: transparent;
}

.csc-mailform-radio label {
	width: auto;
	float: none;
}

.csc-mailform-radio fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #353535;
	background-color: transparent;
}

.csc-mailform-radio legend {
	visibility: hidden;
	display: none;
}*/


.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #191919;
} 


.csc-textpic-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #191919;
	}

P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #191919; width:800px;}
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #191919; padding-top:10px; width:800px;}
DIV.csc-frame-indent { padding-left: 100px; }
/*DIV.csc-frame-indent3366 { padding-left: 26%; }*/
DIV.csc-frame-indent3366 { 


padding:25 25 25 25;
background-image:url(../../OLD/newsite_white/fileadmin/images_white/back_frame3.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
 filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

}

DIV.csc-frame-indent6633 { padding-left:66%}

DIV.csc-frame-frame1 { 
padding:25px;
background-image:url(../../OLD/newsite_white/fileadmin/images_white/back_frame.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
 filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;}

DIV.csc-frame-frame2 { 
padding:25px;
background-image:url(../../OLD/newsite_white/fileadmin/images_white/back_frame2.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
 filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;}

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
				
/******************/
/* Headers, plain */
/******************/
H1 { font-size: 25px; color: #191919; margin-top: 0px;margin-bottom: 1px;}
H2 { font-size: 25px; color: #191919; margin-top: 0px;margin-bottom: 1px;}
H3 { font-size: 25px; color: #191919; margin-top: 0px;margin-bottom: 1px;}
H4 { font-size: 25px; color: #191919; margin-top: 0px;margin-bottom: 1px;}
H1, H2, H3, H4, H5, H6 { margin-left:10px; margin-top: 5px; margin-bottom: 0px;  }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px;margin-bottom: 1px;  }

/* Header date */
P.csc-header-date { font-size: 10px; color: #191919; }





/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }




/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/
.tx-felogin-pi1  { margin-left:8px;}
.tx-felogin-pi1 h3 { margin-left:-2px;}
.tx-felogin-pi1 input 			{  
	color: #353535; 
  	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	 background-color: #191919;
	 border: 1px solid #191919; 
	 -moz-border-radius: 5px;
	border-radius: 5px;
	width:150px;
	height:25px;
	padding:2px;
	   }
	   
	   	

.tx-felogin-pi1 input[type=submit] { width:60px; }

