/* 
  -----------------------------------
  Deja Vu Portal - 02 Navbar Left
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
body {
	
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../grafik/background/Back_gelb.png);
	background-repeat: repeat-y;
	background-color: 

	font-size: 100%;
	color: #1b1b1b;
	margin: 0px;
	padding: 0px;
	min-width: 760px;
}
#logo {
	background-image: 
	background-repeat: repeat-y;
}
h1 {margin: 0;}
#tagline {
	margin: 3px 0 0px 200px;
	font-size: 0.75em;
	letter-spacing: .4em;
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(../grafik/background/Back_gelb_2.png);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(../Grafik/Layout/layout_top.png);
	background-repeat: repeat y;
	background-position:bottom;
	height: 3px;
	line-height: 0.0;
	font-size: 0;
}
#leftcolumn {
	float: right;
	width: 215px;
	font-size: .75em;
		
}
#midcolumn {
	float: right;
	width: 300px;
	margin: 0 15px;
	font-size: .75em;
	
}
#rightcolumn {
	float: right;
	width: 215px;
	font-size: .75em;
		
}
#layoutbottom {
	clear: both;
	background-image: url(../Grafik/Layout/layout_top.png);
	background-repeat: no-repeat;
	height: 3px;
	line-height: 0.0;
	font-size: 0;
}
h2 {font-size: 1.5em;}
h2.top {
	margin: 0;
	font-size: 1.2em;
	letter-spacing: .3em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	background-image: 
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 20px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color:#000;
	text-decoration:none;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
#footerbox {
	width: 760px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
}
#footer p {
	margin: 12px 20px 6px 6px;
}
/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	margin-left: 1px;
	font-size: 1.0em;
	color: #333;
	background-color: #FC3;
	padding: 4px 6px 4px 8px;
	border-top: 1px solid 
	border-bottom: 
	border-right:
	border-left: 
	letter-spacing: .7em;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
	
}
/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {margin: 0 0 4px 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #666;
	color: #000;
	background-image: 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:
}
.menulist a:hover {
	color: #666;
	border-color: #999;
	background-position: 0px -100px;
	text-decoration: none;
}
/*
The YOU are HERE link assigned by the Accordion Panel script
to mark the current page link
*/
.p7ap_currentmark {
	font-weight: bold;
	border-color: #999 !important;
	background-position: 0px -200px !important;
	cursor: default;
}
/*Affects only the Accordion Panel component that houses the nav menu. 
We turn off borders, padding, and background color, 
and assign a left margin of 1px to nudge the accordion over
to clear and reveal the column border
*/
#p7ABW1 {
	border-left-color:#F00;
	padding: 0;
	margin: 0 1px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
	border-bottom: 1px solid #FF9122 !important;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-color: #090 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

a:link { color:#333; font-size: 13px; text-decoration:none}
a:visited {
	color:#333;

	text-decoration:none;
	font-size: 13px;
}
a:hover {
	color: #999;
	font-size: medium;
	text-decoration:none;
	cursor:hand;
	font-size: 13px;
}
a:active {
	color: #333;
	text-decoration:none;
	font-size: 13px;
}

