body {
  padding:0;
  margin:0;
  background: #f3f3f3 url(gfx/bck-new2.jpg) repeat-x;  
  text-align: center;  
}

/* some standard setup */ 
html, body, td, p { font-family: 'PT Sans', arial, serif; font-size:14px;  
}
p {  margin:0; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
img { border:none; }

/* basic design */
#nocenter {  text-align: left; }
#center { width: 980px; margin: 0 auto;  }

#header {
  width: 100%;
  margin: 15px 0 0 0;
  height: 180px; 
  background: #6684C0 url(gfx/header2.jpg) repeat-x ;  
}

#mainLogo {
  padding: 5px;
  float:left;  
}

#logoAnimation {
  margin-left: 31px;
}

#headMenuC {
  position: relative;
  float: right;
  height: 100%;
  width: 784px;
  background: url(gfx/head2-4.jpg) bottom right no-repeat;  
}

#loginArea {
  float: right;
  padding: 5px 10px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 110%;
  border:1px solid #aaa;  
  background: #21377C url( gfx/item.jpg ) repeat-x;
}                                         

#headShadow {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 11px;
  /* background: #EEEEEE url(gfx/bw-div.png) bottom right repeat-x; */  
}

#middle {
}

#nav {
  float:right;   
  width: 220px;          
}

#content {
  float:left;
  width: 740px;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  background: #fff url(gfx/content-back.png) bottom repeat-x;    
}

#innerContent, #innerContentStart {   
  padding: 10px;
  padding-top: 0em;
  margin:0;        
}

#footer {
  clear:both;
  padding-top: 30px;
  margin: 0px 0px 20px 0;
  width: 100%;
}
#footerContent {
  padding: 10px;  
  border:1px solid #bbb;
  background: #fff;
  font-size: 80%; 
}
.footerBox {
  float:left;
  margin-right: 30px;
}

.box {  
  margin-bottom: 15px;
}
.boxHeader {
  height: 24px;
  margin:0;
  padding: 1px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;    
  background: #fff url(gfx/headline.jpg) 50% 50% repeat-x;
  color: #f7fCf0;
  border-bottom: 1px solid #ccc;
  font-size: 19px;
  font-family: 'Schoolbell', arial, serif;
}
.boxContent {
  padding: 7px;
  background: #fff url(gfx/content-back.png) bottom repeat-x;  
}

.boxContent p {
  font-size: 90%;
}

/* basic menu stuff */
.basicMenu, .basicMenu ul { margin:0;  padding:0; }
.basicMenu li { list-style-type: none; }

/* Stuff for the quick navigation */
#quickMenu {  
  padding-top: 12px;
  margin-right: 5px;
  float:right;    
}
#quickMenuL li {
  float:left;
}

a.quickNavSelect,
a.quickNav {  
  text-decoration: none;
  padding-left:4px;
  padding-right:4px;
  border-left:4px solid #8c9bc7;     
  font-size: 87%;
  color: #f0f0f0;
}
a.quickNav:hover,
a.quickNavSelect,
a.quickNavSelect:hover {
  text-decoration: underline;
  color: #fff;
  border-left:4px solid #A6282B;     
}

/* Stuff for the head navigation */
#headMenu {
  position: absolute;  
  bottom: 18px;
  padding-left: 10px;
  width: 100%;   
}
a.headNavSelect,
a.headNav {
  display:inline;
  float: left;  
    
  padding: 11px 30px;
  margin-right:10px;
  
  text-decoration: none;      
  border:none;     
  font-size: 115%;
  
  background: #AE2C2F url(gfx/headItem.jpg) repeat-x;
  color: #fff;

  border:2px soild #000;
  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
}
a.headNav:hover,
a.headNavSelect,
a.headNavSelect:hover {
  text-decoration: none;
  background: #21377C url(gfx/headItem2.jpg) repeat-x; 
  color: #fff;
}

/* Stuff for the main navigation */
#mainNav {
  margin-right: 1em;
  padding: 1.0em;
}

#mainNav {
  margin: 0px;
  padding-bottom: 16px;     
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav4,
a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2,
a.mainNavSelectActive,
a.mainNavSelect,
a.mainNav {  
  text-decoration: none;
  display: block;    
  padding: 0.1em 0.4em;    
  border:none;    
  color:#555;
}

a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2 {  
  margin-left:0.8em;
  border-left: 1px dotted #aaa;
  padding-left: 0.8em;    
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3 {    
  margin-left:1.7em;  
  border-left: 1px dotted #aaa;
  padding-left: 0.8em;    
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav4 {    
  margin-left:2.6em;  
  border-left: 1px dotted #aaa;
  padding-left: 0.8em;    
}


a.mainNav4SelectActive:hover,
a.mainNav4Select:hover,
a.mainNav4:hover,
a.mainNav3SelectActive:hover,
a.mainNav3Select:hover,
a.mainNav3:hover,
a.mainNav2SelectActive:hover,
a.mainNav2Select:hover,
a.mainNav2:hover,
a.mainNavSelectActive:hover,
a.mainNavSelect:hover,
a.mainNav:hover {
  text-decoration: none;
  font-weight:normal;
  background: #0c264b;
  background: #AE2C2F url(gfx/headItem2.jpg) 50% 50% repeat-x;
  color: #fff;
  border:none;    
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNavSelectActive,
a.mainNavSelect {  
  background: #0c264b url(gfx/item.jpg) bottom repeat-x;
  background: #AE2C2F url(gfx/headItem.jpg) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

a.mainNav4SelectActive,
a.mainNav3SelectActive,
a.mainNav2SelectActive,
a.mainNavSelectActive {
/*  background: transparent;    
  color:#333;
  font-weight: normal;
  background: #AE2C2F url(gfx/headItem2.jpg) 50% 50% repeat-x;
  color: #fff;
*/
  background: none;
  color: #000;
  font-weight: bold;  
}

#breadcrumb {
  font-size: 10px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 6px;
}
.breadCrumb {
  color: #666;  
}


/* special site sutffe */
.newsHeader {
  font-weight: bold; 
}
.newsText {
  font-size: 70%;
}

#pics {
  margin-top:20px;
}
#picsTitle {  
  width: 615px;
  width: 390px;
  background: #555;
  color: #fff;  
  padding: 5px;
  font-size: 12px;
}


/* special css */
.clear { clear: both; font-size:0.01em; zoom:0; border:none; }
.floatLeft { float:left; }
.floatRight { float:right; }
.textRight { text-align: right; }
.textLeft { text-align: left; }
.textCenter { text-align: center; }
.red { color: red; }
.lightGray { color: #777; }
.hide {  display: none; }
.largeText { font-size: 16px; }
.icon { vertical-align: middle; }
.fineBorder { border:1px solid #999; }
.dropTextShadow {  text-shadow: 4px 3px 5px #bbb; }

.dropShadow {
  box-shadow: 12px 12px 8px -8px #333;
  -moz-box-shadow: 12px 12px 8px -8px #333;
  -webkit-box-shadow: 12px 12px 8px -8px #333;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=7);   
}

.makeRound {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.shadowPadding {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
}

/* restyle normal tags */
a {
  color: #6289c2;
  text-decoration: none;
}
a:hover {
  color: #0c264b;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 { 
  color: #41548F;
  margin: 0.7em 0 0.3em 0;        
  padding: 0em 0em 1.2em 0em;  
  background: url(gfx/headlineNew.jpg) bottom repeat-x;      
}
h2 { }
h3 { }
h4 { padding: 0em 0em 0.2em 0em; background: none; }
h5 { font-size: 1.3em; width:50%; }


/* typo3 standard stuff */
#content p,
p.bodytext { margin: 0 0 1.5em 0; }
#content table p { margin: 0;}

/* typo3 special stuff */
.boldText {  font-weight: bold; }
.largeText { font-size: 1.1em; }
.veryLargeText { font-size: 1.6em; }
hr.clear { clear: both; boder:none; zoom:1; font-size:0.01em; }
hr.dline { border:1px dotted #999; }

#dnav .box .boxHeader { display: none }

.noListBullets {
  list-style: none;
}
.iconPDF, .iconVideo, .iconZip { 
  background: url() no-repeat;
  display:block;  
  min-height: 32px;  
  padding-left: 36px;
  padding-top: 5px;
  margin-bottom: 16px;
}

.iconPDF { background-image: url(gfx/icons/pdf.png); }
.iconVideo { background-image: url(gfx/icons/video.png); }
.iconZip { background-image: url(gfx/icons/zip.png); }
.boxTip {
  background: #fffeeb url(gfx/icons/tip.png) 5px 5px no-repeat;  
  border:1px dotted #444;
  padding: 10px;
  padding-left: 36px;
  display:block;  
  font-size: 85%;
}

/* tt_news */
.news-latest-date { display:none }
.news-latest-item {
  padding: 5px 0;  
}
.news-latest-item h2 {
  font-size: 14px;
  background: #eef url();
  padding: 2px 4px;  
}
.news-header-list-title a,
.news-latest-item h2 a {
  color: #0C264B;  
}
.news-header-list-title a:hover {
  text-decoration: none;  
  color: #6289C2;
}
.news-header-list-title {
  font-size: 11px;
  padding: 6px;
  border-bottom: 1px dotted #ddd;
}
.news-latest-item p {
  font-size: 85%;
  padding: 4px;
  border: 1px solid #f2f2f2;  
}
.news-latest-item a {
  color: #000;      
}
.news-latest-item a:hover {
  color: #0c264b;
  background: #eef url();      
}

.news-list-container h2 {
  font-size:14px;
  margin: 0.7em 0px 0.3em 135px;        
  padding: 0em 0px 0.2em 0em;    
  background: none;    
}
                
.news-list-container HR.clearer {
  clear:left;
  border-bottom: 1px dotted #a0a0a0;
}
.news-list-container h2 a {
  color: #0C264B;  
}
.news-list-container .news-list-date {
  font-size: 10px;
  color: #999;
}
.news-list-item {
  position: relative;
}
.news-image-block {
  float:left;
  width: 135px;
  top: -25px;
  position: relative;   
}
.news-text-block {       
}

.news-list-container IMG {
  float: left;
  margin:0 15px 5px 0px;
}

.socialLine {
  padding-left: 135px;
}


.blur {
  color: #999;  
}

.boxContent .bodytext {
  font-size:12px;
}

.mailformplus_contactform .small {
  color:#777;
  font-size:10px;
}

.mailformplus_contactform .error li {
  padding:0; margin:0;
  margin-left: 30px;
}

.mailformplus_contactform .error {
  border:3px dotted red;
  padding: 5px;
  margin-bottom: 10px;
}

.tx-bimageslider-pi1-sliderSection {
  background: #fff;
} 

ka-panel h4, h3 {
  cursor:pointer;
}

