/* -------------------------------------------- */
/* -------------- Global Settings ------------- */
/* -------------------------------------------- */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	background:#EBEBEB url(../images/body_bg.jpg) top repeat-x;
}

.clearfix {
	float:none;
	clear:both;
	padding:0;
	margin:0;
	height:1px;
}

p {
	margin:0 0 16px 0;
	padding:0;
}

div.hr {
	float:left;
	width:100%;
	height:1px;
	border-top:1px solid #ccc;
	margin:16px 0;
}

hr {
	display:none;
	float:none;
	clear:both;
}

.floatleft {
	float:left;
	width:100%;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:696px;
	background:white url(../images/wrapper_bg.jpg) left repeat-y;
	padding:0 15px 0px 15px;
	border:1px solid transparent;
}

* html #wrapper {
	border:none;
}


/* -------------------------------------------- */
/* -------------- Logo ------------- */
/* -------------------------------------------- */

div#logo {
	height:137px;
	width:237px;
	float:left;
}

/* -------------------------------------------- */
/* -------------- Main Menu ------------- */
/* -------------------------------------------- */

div#main_menu {
	float:left;
	height:36px;
	width:696px;
}

div#main_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
	
div#main_menu li {
	float:left;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:1px;
}
	
div#main_menu ul a span {
	font-size: 1px;
	visibility: hidden;
	vertical-align: middle;
}
	
div#main_menu a {
	display: block;
	height: 41px;
	text-decoration: none;
	border:none;
}

a.team {
	width:90px; 
	height:41px; 
	background:url(../images/team.jpg) 0px 0px no-repeat;
}

a.team:hover {
	width:90px;	
	height:41px; 
	background:url(../images/team.jpg) 0px -39px no-repeat;
}

a.schwerpunkte {
	width:148px; 
	height:41px; 
	background:url(../images/schwerpunkt.jpg) 0px 0px no-repeat;
}

a.schwerpunkte:hover {
	width:148px;	
	height:41px; 
	background:url(../images/schwerpunkt.jpg) 0px -39px no-repeat;
}

a.mandantenbrief {
	width:160px; 
	height:41px; 
	background:url(../images/mandantenbrief.jpg) 0px 0px no-repeat;
}

a.mandantenbrief:hover {
	width:160px;	
	height:41px; 
	background:url(../images/mandantenbrief.jpg) 0px -39px no-repeat;
}

a.aktuell {
	width:101px; 
	height:41px; 
	background:url(../images/aktuell.jpg) 0px 0px no-repeat;
}

a.aktuell:hover {
	width:101px;	
	height:41px; 
	background:url(../images/aktuell.jpg) 0px -39px no-repeat;
}

a.termin {
	width:99px; 
	height:41px; 
	background:url(../images/termin.jpg) 0px 0px no-repeat;
}

a.termin:hover {
	width:99px;	
	height:41px; 
	background:url(../images/termin.jpg) 0px -39px no-repeat;
}

a.lexika {
	width:98px; 
	height:41px; 
	background:url(../images/lexika.jpg) 0px 0px no-repeat;
}

a.lexika:hover {
	width:98px;	
	height:41px; 
	background:url(../images/lexika.jpg) 0px -39px no-repeat;
}

/* -------------------------------------------- */
/* -------------- Head ------------- */
/* -------------------------------------------- */

div#head {
	height:245px;
	width:696px;
	float:left;
	background:url(../images/head_bg.jpg) 0 0 no-repeat;
}

.add_menu {
	line-height:30px;
	list-style:none;
	position:absolute;
	top:270px;
	left:160px;
	text-align:right;
}

* html .add_menu {
	top:280px;
	left:160px;
}

* html .add_menu li {
padding:5px 0;
}

.add_menu li a:link, .add_menu li a:visited {
	text-decoration:none;
	color:#002EA4;
}

.add_menu li a:hover, .add_menu li a:active {
	text-decoration:underline;
}

/* -------------------------------------------- */
/* -------------- Sidebar ------------- */
/* -------------------------------------------- */

div#sidebar {
	min-height:300px;
	width:217px;
	float:left;
	padding:60px 10px 10px 10px;
	text-align:right;
}

div#sidebar a:link, div#sidebar a:visited {
	color:#333;
	text-decoration:underline;
}

div#sidebar a:hover, div#sidebar a:active {
	color:#333;
	text-decoration:none;
}

div#sidebar h2 {
	padding:4px;
	background-color:#0071BC;
	font-size:15px;
	color:white;
	font-weight:bold;
	width:208px;
}

div#sidebar p {
	background:#CCE2F1;
		padding:4px;
		width:208px;
		margin-top:3px;
		font-size:11px;
}

/* -------------------------------------------- */
/* -------------- Content ------------- */
/* -------------------------------------------- */

div#content {
	min-height:300px;
	width:429px;
	padding:70px 0 20px 30px;
	float:left;
}

div#content h1{
	font-size:18px;
	color:#001d52;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:16px;
}

div#content a:link, div#content a:visited {
	color:#001d52;
	text-decoration:underline;
}

div#content a:hover, div#content a:active {
	color:#001d52;
	text-decoration:none;
}

.checklist {
	margin:0 0 0 30px;
	list-style:none;
	margin-bottom:20px;
}

.checklist li {
	background:url(../images/liste.jpg) 0 2px no-repeat;
	padding:0 0 0 16px;
}

.image_right {
	padding:3px;
	float:right;
	border:1px solid #ccc;
}

.image_left {
	padding:3px;
	float:left;
	border:1px solid #ccc;
	margin:0 10px 0 0;
}

/* -------------------------------------------- */
/* -------------- Sidebar ------------- */
/* -------------------------------------------- */

div#footer {
	height:45px;
	width:696px;
	float:left;
	text-align:right;
	font-size:11px;
	color:#001d52;
	padding-top:3px;
	background:url(../images/footer_bg.jpg) no-repeat;
}

div#footer a:link, div#footer a:visited {
	text-decoration:none;
	color:#001d52;
}

div#footer a:hover, div#footer a:active {
	text-decoration:underline;
	color:#001d52;
}

