/**
 * GENERAL
 */
body {
    margin: 0;
    padding: 0;
    background: #eee url(/fileadmin/templates/media/images/bck.jpg) repeat-x 0 -54px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 22px;
	text-align:left;
}

img {
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #cc0000;
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content ul {
    margin: 0 0 0 10px;
    padding: 5px 15px;
    list-style: disc;
}

h1, h2 {
    font-size: 14px;
	line-height:13px;
    margin: 10px 0 10px 0;
    padding: 5px;
    background: #cc0000;
    color: #fff;
	text-transform:uppercase;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

dl dt {
    float: left;
    width: 90px;
    padding:0;
    margin:0;
}

dl dd {
    padding:0;
    float: left;
    width: 220px;
     margin:0 0 5px 0;
}

b,strong{
	color:#454545;
}

textarea {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #c7c7c7;
    padding: 2px;
    width: 150px;
    height: 50px;
}

input,#spacerFoo {
    border: 1px solid #c7c7c7;
    padding: 2px;
    width: 150px;
}
#spacerFoo {
	border:0;
}
select {
    width: 249px;
}

form {
    margin: 0;
    padding: 0;
}

.cols {
    float: left;
}

.clearer {
    clear: both;
    line-height: 9px;
    font-size:9px;
}

.hidden {
    display: none;
}

.floatRight{
	float:right;
	
}

.imageblock{
	margin:0 10px 0 0;
}

.noFlash{
	text-align:center;
	height:208px;
	width:980px;
	padding:10px 0;
	background:url(/fileadmin/templates/media/images/bckNeutro.jpg) no-repeat;
}


/**
 * GENERAL END
 */
/**
 * PAGE
 */
#bruniGroup{
	width:235px;
	position:absolute;
	top:267px;
	left:27px;
}

#bruniGroup img{
	padding: 0 5px;
}
#container {
    width: 990px;
    margin: auto;
    padding: 0;
	position:relative;
	
}

#contentContainer{
	background: url(/fileadmin/templates/media/images/bckContainer.gif) repeat-y;
	padding: 1px  0 0 0;
	margin:0;
}

#contentWrapper{
	background: url(/fileadmin/templates/media/images/bckContent.gif) repeat-x;
	width:980px;
	margin:auto;
}

#content{
	width:940px;
	margin: 0 0 0 20px;
	background:#fff;
	
	background: #fff url(/fileadmin/templates/media/images/bckContentWithColumn.gif) repeat-y;
}


#header{
	height:113px;
	width:940px;
	overflow:hidden;
	background: url(/fileadmin/templates/media/images/bckHeader.gif) no-repeat 0 -54px;
	margin: 0 0 0 25px;
}

#logo{
	display:block;
	padding:6px 0 20px 30px;
}

#columnLeft {
    width: 235px;
	/*background: url(/fileadmin/templates/media/images/bckColumnLeft.gif) repeat-x;*/
	margin: 0 0 0 2px;
}

#columnLeft .ui-accordion-content{
	width:175px;
	overflow:hidden;
}

#columnLeft h2, #bruniGroup h2{
	background: #009933;
}

#columnCenter {
    width: 680px;
	margin: 0 0 0 18px;
}


/**
 * MENU
 */

#menu ul li{
	float:left;
	width:97px;
	height:44px;
	overflow:hidden;
	border-right: 1px solid #ff0000;
}

#menu ul li a{
	display:inline-block;
	width:80px;
	height:24px;
	padding:10px 8px;
	overflow:hidden;
	background: url(/fileadmin/templates/media/images/bckVoiceMenu.jpg) repeat-x;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
#menu ul li a:hover, #menu ul li.firstLevelSelected a{
	background: url(/fileadmin/templates/media/images/bckVoiceMenu.jpg) repeat-x 0 -44px;
}

 /**
  * MENU END
  */
 
 
 #privacyBox {
    width: 150px;
    height: 50px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #c7c7c7;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 11px;
}


#privacy {
    width: auto;
    margin: 0px;
}

#send{
	width: 70px;
}

.customErrorBox {
    width: 230px;
    padding: 7px;
    margin: 0 0 0 90px;
}

.customErrorBox span {
    float: left;
    margin: 3px 10px 0 0;
}

.customErrorBox ul{
	padding: 0 0 0 27px;
	font-style:italic;
	font-weight:bold;
}

 #footer{
 	background: #eee url(/fileadmin/templates/media/images/bckFooter.jpg) no-repeat;
	height: 40px;
	width:990px;
	margin:auto;
 }
 
 #footerContent a{
 	color: #fff;
 }
 #footerContent{
 	padding: 7px 20px;
	color:#fff;
	font-size:11px;
 }
 
 /**
  * PAGE END
  */
 
 /**
  * NEWS
  */
 
.newsText{
	line-height:13px;
	width:150px;
	margin: 0 0 0 10px;
}
.newsText p{
	margin:0;
	padding:0;
}
.news-latest-date{
	color:#999;
	padding:3px 0;
	display:inline-block;
}
.newsText h3{
	margin:0;
	padding:0;
	font-size: 13px;
}

.newsText h3 a{
	color:#cc0001;
	font-style:italic;
}

.newsText h3 a:hover{
	color: #ff0000;
	text-decoration:underline;
}

.newsText a{
	color:#777;
	text-decoration:none;
}

.news-item{
	margin: 0 0 5px 5px;
}

.news-item-list .cols{
	display:inline;
	text-align:left;
	float:left;
	width:125px;
}

.news-item-list{
	float:left;
	width:340px;
}

.news-item-list .newsText{
	line-height:13px;
	width:170px;
	margin: 0 0 0 10px;
}

.news-item-list .newsText h3 a{
	padding:0;
}

.news-item-list .newsText a{
	color:#cc0000;
	display:block;
	padding: 5px 0 0 0;
}


.news-list-browse{
	display:block;
	clear:both;
	padding:0 0 0 0;	
}

.browseLinksWrap{
	padding:0;
	margin:-5px 0 0  0;
	line-height:10px;
}

html>/**/body .newsTitleDate{
	float:right;
}
  /**
   * NEWS END
   */
  
#map{
	height:230px;
}
 
 
 .subcolumns{
 	padding: 30px 0 0 0;
 }
 
#content ul.ui-tabs-nav{
	list-style:none;
	margin:0;
	padding:5px 0 0 5px;
}

#content ul.ui-tabs-nav a{
	font-size:12px;
}

.csc-default{
margin: 0 0 10px 0;
}

#pageBanner .csc-default{
margin: 0;
}

div.subcolumns{
	margin:0;
	padding:0;
}

#myGallery53{
	margin: -10px 0 0 85px;
}

#myGallery80{
	margin: 0 0 0 190px;
}

#myGallery82{
	margin: 0 0 0 190px;
}
