@CHARSET "ISO-8859-1";

@media all {
  
/*--------- Basic Settings ----------------*/
    
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
		text-indent: 0;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
html, body {
	height:100%;
	width:100%;
	}

body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	
	
/* Float Clearing */
.clear {
	clear:both;
	}
	
.clearfix {
	display:inline-block;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	/* End hide from IE-mac */


/* Clearen per Overflow */
.floatbox { overflow: hidden; }
/* .floatbox-Anpassung für IE */
* html .floatbox {width:100%;}
	

	
/*--------- Main Style Sheet for pfeiffer-stb  ---------*/

/* set font-family for all used tags to overwrite typo3 default css */
p, a, ul, li, ol,
h1, h2, h3, h4, h5, h6,
span, div, form
	{
	font-family: Arial, Helvetica, sans-serif;
	}

/* Scrollbar Firefox */
html {	overflow-y: scroll; }
	
/*--------- Pagestructure  ---------*/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	

  
/*--------- Header ---------*/
  
div#head_wrap {
	width: 100%;
	height: 50px;
	background-color: #bc2d57;
	}
  
div#header {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	} 
 
div#header span {
	margin-top: 10px;
	color: #fff;
	font-size: 15pt;
	line-height: 1.5em;
	float: left;
	}
 
div#header img {
	float: right;
	}



	
 
 
/*--------- Main Container  ---------*/

div#cont_wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	}  

div.container {
	}
  
    
/*-------- Navigation --------*/	
  
  
#nav_frame {
	clear: both;	
	height: 3em;
	}

#navigation { 	
	width: 960px;
	}

ul#nav {
	margin-top: 10px;
	list-style: none; 
	}
	
ul#nav li {
	list-style: none;
	line-height: 1.4em;
	float: left;
	}

ul#nav li a {		
	display: block;	
	margin: 0;		
	text-decoration: none;			
	margin-right: 30px;		
	}

ul#nav li ul {	
	display: none;
	list-style: none;
	position: absolute;
	width: auto;
	padding: 5px 20px 5px 10px;
	margin: 0 0 10px 0 ;
	background-color: #ffffff;
	z-index: 10;	
	line-height: 1.5em;
	}

ul#nav li:hover ul, ul#nav li.sfhover ul {
	display: block;
	z-index: 15;	
	}

ul#nav li:hover ul li, ul#nav li.sfhover ul li { 		
	float: none;
	display: block;
	}

ul#nav li:hover ul li a, ul#nav li.sfhover ul li a {    	
	font-size: 100%;
	border: none;
	background-color: #ffffff;
	z-index: 20;
	padding: 0;
		display: block;
	}  

ul#nav li:hover ul li a:hover , ul#nav li.sfhover ul li a:hover {
	}

.level1 a:link, .level1 a:visited, .level1 a:active,
.submenu a:link, .submenu a:visited, .submenu a:active { color: #b56328; font-weight: bold; text-decoration: none; }

.level1 a:hover, .submenu a:hover { font-weight: bold; color: #000000; text-decoration:underline; }


.level2 a:link, .level2 a:visited, .level2 a:active { color: #b56328; text-decoration:none; }
.level2 a:hover { color: #000000; text-decoration: underline; }

/* Link ändern bei aktueller Seite */
li.level2 a.act:link, li.level2 a.act:visited, li.level2 a.act:active, li.level2 a.act:hover { font-weight: bold; color:#b56328;}
li.level1 a.active:link, li.level1 a.active:visited, li.level1 a.active:active, li.level1 a.active:hover {   font-weight: bold; color:#b56328; border-bottom: solid 3px #b56328; }



  
  
  
/*--------- Main Content ---------*/
  
  
  
#content_frame {
	}

.content {
	margin: 40px 0;
	}

  
div.left {
	float: left;
	width: 360px;
	overflow: hidden;
	}

div.right {
	margin-left: 395px;
	}   
  
div.home_left {
	float: left;
	width: 500px;
	overflow: hidden;
	}

div.home_right {
	margin-left: 535px;
	}
	
div.mitarbeiter_left {
	float: left;
	width: 230px;
	overflow: hidden;
	}

div.mitarbeiter_right {
	margin-left: 250px;
	}    

/*--------- Content Elements---------*/ 

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}

.content a:link, .content a:visited, .content a:active, .content a:link {
	color: #b56328;
	font-weight: bold;
	text-decoration: none;
	} 
	
.content a:hover {
	color: #b56328;
	font-weight: bold;
	text-decoration: underline;
	} 
	
.content h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	}  
  
.content h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	}
  
.content p {
	f1ont-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 1em;
	}
  
.content ul {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 1em; 
	}

.content li {
	font-size: 12px;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-image: url(../img/list-bullet.png);
	margin-left: 20px;
	padding-left: 10px;
	list-style-position: outside;
	}

	
.mitarbeiter_right .csc-textpic {
	margin-top: 10px;
	}
	
/* --- Textstile - spezielle Klassen --- */
span.important {
	color: #b56328;
	}

span.name-of-person {
	color: #b56328;
	}

span.detail {
	color: #b56328;
	}

	
	
/* Typo3 editing - Formatierung */

.align-justify {
	text-align:justify;
	}
	
.align-center {
	text-align:center;
	}
	
.align-right {
	text-align:right;
	}

.align-left {
	text-align:left;
	}



/* Formatierung MAilformular*/
	
#mailform label {
	width: 100px;
	float: left;
	text-align:right;
	margin-right:10px;		
	}

input {
	
	}

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

.csc-mailform-radio label {
	display: inline;

}
.csc-mailform-radio input {
		display: inline;
}	
	
fieldset {
border: 0px;
padding: 0px;
}




}
