
/* ----------------------------------------------------------------
	CSS: BTB Group
	Version: 1.2
	Date:14.7.2008
---------------------------------------------------------------- */

/*  Global definitions */

* { margin:0px; padding:0px; }
html { margin:0px; padding:0px; height: 100%;}

body {
	margin:0px; 
	padding:0px;
      height: 100%;
	color:#676767;
	font-size:101%;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	background:#fff url("images/lol.jpg") bottom left no-repeat
}




#footer {
	float:left;
	width:90%;
	padding-left:30px;
	padding-right:30px;
	margin-top:0px;
	font-size:60%;
	color:#666666;
	background:white url("images/lol.jpg") bottom left no-repeat;
}

#footer a {
	text-decoration:none;
	color:#666666;
	padding-right:5px;
	padding-left:5px
}

#footer a:hover {
	color:#bd002a
}

#service {line-height:30px;}


table  { margin:1em 0px 2em 0px; }
td  { vertical-align:top; }

hr {color:#999999;height:1px;border-top:0px solid #999999}

ul { margin:0px 0px 1em 4em; }


a {
	color:#005f9b;
	text-decoration:underline;
}
strong {
	color:#676767;
	font-weight:bold;
}
img { border:0px solid white; }
select,textarea,input,submit {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica;
	color:#666666;
	background:white;
	border:1px solid #999999;
}
blockquote { margin-left:2em; }

/*  positioning-layers */

#overall {
	width:100%; 
	height:auto;
	margin:0px; 
	float:left;
	padding:0px;
	background:transparent;

}

#kopf {
display:none;
}



#mainbox {
	width:100%; 
	margin:0px;
	float:left;
	height:auto;
	padding:0px;
	text-align:left;
	background:transparent ;
}


#content-head-left {
display:none;

}

#content-head-right {
	display:none;
}




/*  content-layer */


#logo img {
	float:left;
	border:0px solid white;
}







/* navigation */



#left {
	display:none
}


#inhalt {
	width:90%;
	float:left;
	border-bottom:0px;
	padding-bottom:20px;
}

#content {
	padding:0px;
	padding-left:30px;
	padding-right:30px;
	float:left;
	border:0px;
	overflow:no;
	font-size:70%;
	line-height:170%;
	background:white;
}

#content A.hide { width:0px; height:0px; border:0px solid red; }
#content A.hide IMG.hide { width:0px; height:0px; }
#content h1 {
	font-family: times;
	font-weight:normal;
	font-style:italic;
	font-size:22px;
	margin:0px;
	width:618px;
	padding-left:0px;
	margin-bottom:10px;
	color:#a67100;
	line-height:35px;
	background:#ffffff url("images/bg-headline.jpg") bottom left no-repeat;	
}

#content h2 {
	line-height:150%;
	color:#676767;
	font-size:11px;
}

#content h3 {
	line-height:150%;
	color:#676767;
	font-size:11px;
}

#content ul {margin-left: 15px;color:#676767}
#content li { list-style:none;color:#676767 }
#content li li { list-style-image:url("images/li-right.gif"); }

#content p.bodytext { margin-bottom:1em; }


#content table.home td {
	width:220px;
	background:#fff url("images/hometable-bg.jpg") top left no-repeat;	
	vertical-align:middle;
}

#content table.home td h4 {
	margin:0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#00416a;
	font-family:times;
}

#content table.home td h4  a {
	color:#00416a;
	text-decoration:none
}

#content table.home td.white {background:white} 
#content table.home td.white-r {background:white;width:12px;} 

#content p.bodytext hr { margin:5px 0px;  color:#999999;height:1px;border-top:0px solid #999999} 
* html #content p.bodytext hr { margin:0px 0px; }	/* Tan-Hack for Internet Explorer below 7 */

#content .imgtext-nowrap p.bodytext { margin-left:1em; }
#content .imgtext-table {
	margin:0px 0px 10px 0px; padding:0px;
}
/* left space at left images, right space at right images */
#content table[align=left][class=imgtext-table] {
	margin-right:10px;
}
#content table[align=right][class=imgtext-table] {
	margin-left:5px;
}
/* Special for CVs */
#content table.contenttable.contenttable-0 td.td-0 {
	width:100px;
}

#content .csc-sitemap {}
#content .csc-sitemap ul {
	margin-left:0px;
	list-style:none
}

#content .csc-sitemap a  {
	color:#676767;
}
#content .csc-sitemap b,strong a {
	color:#676767;
}

#content .csc-sitemap  ul li {
	font-weight:bold;
	color:#676767;
}

#content .csc-sitemap  ul li a:hover {
	text-decoration:underline;
}

#content .csc-sitemap ul li ul {
	margin-left:15px;
}

#content .csc-sitemap  ul li ul li a {
	font-weight:normal;
	color:#676767;
}


#content .csc-sitemap  ul li ul li a:hover {
	font-weight:normal;
	color:#676767;
	text-decoration:underline;
}


.printonly {
	display:none;
}


