*{
margin:0;
padding:0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
table {
	background-color: #fff;
}

#nlLoading, #cLoading { 
	clear:both; 
	background:url(../images/loader.gif) center top no-repeat; 
	padding-top:30px;
	display:none;  
}

#nlResponse, #cResponse {
	display:none;
	font-weight: bold;
}

html { height: 100% } 

body { 

		min-height: 100%;	

	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */

		font-size: 100.01%; 

	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser 

			Fensters geändert wird. */

		position: relative; 
		
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		font-size: 12px;;
		color: #003608;
}

/* Main Content */

/*
*  General Style Info
*/

a{
color:#003608;
border-bottom: 1px dashed;
text-decoration:none;
outline:none;
}
a:hover{
text-decoration:none;
}

a img{
border:none;
}

h2,h3{
font-weight:normal;
}

h2 {
	font-size:170%;	
}

h3 {
	font-size:150%;	
}

em {
 font-size: 12px;
}

li em {
 font-size: 10px;
}

h2{
margin:0.5em 0;
/*color:#fff;*/
}

ul {
	margin:0;
	padding: 5px 10px 10px 25px;
}

li {
	list-style-type: circle;
	font-weight: bold;
}

/*
*  Layout
*/

#header{
	padding:0;
	height:80px;
	background: url(../images/logobg.gif) repeat-x;
}

#logo{
	height: 110px;
	left: 0px;
    background: url(../images/logo.png) no-repeat top left;
}

#container {
	position:relative;
	min-width: 770px;
	max-width: 1000px;
	width: expression(document.body.clientWidth < 771 ? "770px"
	: document.body.clientWidth > 1001 ? "1000px" : "auto");
	height: 100%;
	margin:0 auto;

}

#content{
	padding:0;
}

#content p {
	padding-bottom: 15px;
}

#content h3, #footer h3 {
	padding-bottom: 10px;	
}

.hide{
	display: none;	
}

/*
 * showBox
 */
#showBox{
	padding: 12px 0px 0px 20px;
}


#showController{
	
}

#showController li{
	float:left;
	display:block;
}

#menu li{
	height: 26px;
	line-height: 24px;
	font-size:130%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	width:135px;
	cursor: pointer;
	float:left;
}

#menu li{
	color:#fff;
	background:transparent url(../images/sb-bg.png) no-repeat center;
}


#menu li:hover{
	color:#fff;
	background:transparent url(../images/sb-bg.png) no-repeat center;
}

/* boxes */

.box {
    background: url(../images/roundbox/top_left.gif) 0 0 no-repeat;
    margin: 0;
    padding: 0;
    margin-bottom:1em;
}

.box div {
    background: url(../images/roundbox/top_right.gif) 100% 0 no-repeat;
}

.box div div {
    background: url(../images/roundbox/bottom_left.gif) 0 100% no-repeat;
}

.box div div div {
	
    background: url(../images/roundbox/bottom_right.gif) 100% 100% no-repeat;
    padding:20px;
    width:auto;
    overflow:hidden; /* Clearen der Inhalte */
	min-height: 100px; /*was 140px*/
}

* html .box div div div {
    display: inline-block; /* hasLayout für IE5+6 für korrekte Darstellung */
}

.box div div div div {
    background-image:none;
    padding:0;
}

.box h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-size: 1.05em;
	color: #003608;
	/*border-bottom: 1px solid #D4E7A3;*/
}

/*  boxes individual */

.boxes {
	float: left;
	margin-left: 1em;
	margin-top: 1em;
	min-height: 200px;
}

.btl, .bbl, .bbc, .bbr{
	width: 30%;
} 

.bbl2{ /*Reference Box*/
	width:30%;
}

.bbc2{ /*Presselinks Box*/
	width:62%;

}

.btr{
	width: 62%;
	height: 200px;
}

.first .box div div div{
	height:170px;
}

.middle .box div div div{
	height:170px;
}



/*  boxes end */

.fade {
  position: relative;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
}

span.cLine{
	color: #757575;
}

span.codedirection {
  unicode-bidi:bidi-override; 
  direction: rtl;
}

.contact {
	margin-right: 10px;
}

/*
 *  Footer
 */
#footer {
    background: url(../images/foot-bg.gif);
}
 
#footerlogo {
	height: 84px;
	right: 0px;
    background: url(../images/foot-right.gif) no-repeat bottom right;
}
