/*
Design für umweltinformationsrecht.de
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #eee;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #4F789F;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol, td {
  line-height: 1.3em;
	margin-bottom: 1em;
}
ul, ol {
  margin-left: 3em;
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.small {
  font-size: .8em;
}

/* Boxed Styles der linken Spalte */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #71B53F;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed img {
  border: none;
}
.boxed ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.boxed li, .boxed p {
  margin: 0.5em 0;
  padding: 0;
}


/* Header */

#header {
	width: 698px;
	height: 234px;
	margin: 0 auto;
	background: #c4d2df url(../images/header-bg.jpg);
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
/* 	float: left; */
  text-indent: -2000px;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #000;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(../images/page-bg.gif) repeat-y;
	border-top: 1px solid #333;
}

#main {
	float: right;
	width: 497px;
	padding-right: 1px;
}

#content {
  padding: 20px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
}


#menu ul a { /* 1. Menüebene, Grundzustand, nicht aktiv */
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	color: #3B3B3B;
}

#menu .parent a  {
  background: url(../images/menu_parent.gif) no-repeat 5px center;
}

#menu a:hover,
#menu li.active a:hover,
#menu li.active li.active a:hover { /* Hooverei für alle gleich */
	background: #4F789F;
	color: #FFFFFF;
}

#menu li.active a { /* 1. Menüebene, Menüpunkt aktiv */
	background: #BABABA;
	color: #000000;
}

#menu li.active li a { /* 2. Menüebene, nicht aktiv */
  padding-left: 25px;
	background: #d1d1d1;
	color: #000000;
}

#menu li.active li.active a { /* 2. Menüebene, aktiv */
  padding-left: 25px;
	background: #c1c1c1;
	color: #000000;
}

#menu li.active li.active li a { /* 3. Menüebene, nicht aktiv */
  padding-left: 35px;
	background: #eee;
	color: #000000;
}

#menu li.active li.active li.active a { /* 3. Menüebene, aktiv */
  padding-left: 35px;
	background: #eee;
	color: #000000;
	font-weight: bold;
}


/* Footer */

#footer {
	width: 668px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #71B53F;
	font-size: .77em;
	color: #FFFFFF;
	border: 1px solid #333;
}

#footer a {
  color: #fff;
}

#legal {
	float: left;
}

#links {
	float: right;
}
