/*  
Theme Name: HGF
Theme URI: http://www.elite-media.de/
Description: &copy; RA Hans-Gert Fussbroich.
Version: 1.0
Author: Astrid Sch&auml;fer
Author URI: http://www.elite-media.de
*/


* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0 auto 0 auto;
	background-color: #fff;
	width: 804px;
	line-height: 1.4em;
	font-size: 78%;
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #333;
}
a:link {
	color: #006;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}
#all {
	background-image: url(images/all.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #F0F0F0;
	z-index: 1;
}
#wrapper {
	background-image: url(images/wrapper.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 -13px 0 -13px;
	padding: 0 13px 0 13px;
	position: relative;
}




/*------------Header------------*/

#header {
	background-color: #006;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	padding: 10px;
	line-height: 0.9em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#header em {
	/* Description */
	font-style: normal;
	font-size: 65%;
}


/*---------------Horizontale Navigation--------------*/
#topmenu {
	float: right;
	margin-top: -55px;
	padding-right: 10px;
	position: relative;
}
#topmenu li {
	list-style-type: none;
	color: #fff;
	padding: 5px;
	float: left;
}
#topmenu li a {
	color: #fff;
	text-decoration: none;
}
#topmenu .current_page_item a {
	color: #ccc;
}
#topmenu li a:hover {
	text-decoration: underline;
}



/*------------Logo und Foto Header---------------*/

#logo {
	background-color: #D9CEBA;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	clear: both;
	height: 163px;
	background-image: url(images/headerfoto.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#logo img {
	margin-top: 12px;
	padding: 5px;
	border: 1px solid #fff;
	margin-left: 35px;
}
#logo a:hover img {
	border: 1px solid #ccc;
}
#logo p {
	color: #006;
	letter-spacing: 3px;
	font-size: 100%;
}

/*-----------linke Spalte------------*/

#left {
	float: left;
	width: 220px;
	background-color: #F0F0F0;
	color: #006;
	border-left: 1px solid #fff;
	position: relative;
	z-index: 2;
}
#left h2 {
	background-color: #EBEBEB;
	padding: 3px 0 3px 10px;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 10px;
}
#left ul {
	margin-bottom: 20px;
}
#left ul li ul {
	margin: 0;
}

/*------------erste Ebene --------------*/

#left ul li {
	list-style-type: none;
	position: relative;
	z-index: 3;
	display: inline;
}
#left ul li ul {
	display: none;
}
#left ul li a {
	text-decoration: none;
	display: block;
	background-image: url(images/menu_default.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	padding-left: 30px;
	position: relative;
	z-index: 4;
	line-height: 1.4em;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#left ul .current_page_item a, #left ul .current-cat a {
	background-image: url(images/ahover.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
}
#left ul .current_page_parent a {
	font-weight: normal;
	background-image: url(images/ahover.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#left ul li a:hover {
	background-image: url(images/ahover_current.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #E5E5E5;
	color: #000;
}
#left ul .current_page_item a:hover, #left ul .current-cat a:hover {
	background-image: url(images/ahover_current.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/*-----------zweite Ebene-------------*/

#left ul .current_page_item ul, #left ul .current_page_parent ul {
	display: block;
}

#left ul .current_page_parent ul li a {
	font-weight: normal;
}
#left ul li ul li a, #left ul .current_page_item ul li a, #left ul .current_page_parent ul li a {
	background-image: url(images/subfolder.gif);
	background-position: 32px 0;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	padding-left: 53px;
}
#left ul li ul li a:hover, #left ul .current_page_item ul li a:hover {
	background-color: #fff;
	background-image: url(images/subfolder_hover.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#left ul li ul .current_page_item a {
	font-weight: bold;
	background-image: url(images/subfolder_current.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}
#left ul li ul .current_page_item a:hover {
	background-image: url(images/subfolder_hover.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
}
#left #feed ul li a:hover {
	background-image: none;
}

#left p {
	margin: 20px;
}


/*----------rechte Spalte / Content------------*/
#content {
	margin-left: 221px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 20px;
	background-image: url(images/content.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}


#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	color: #006;
	margin-top: 15px;
	margin-bottom: 0px;
        padding-top: 10px;
	line-height: 1.2em;
}
#content h1 {
	font-size: 200%;
}
#content h2 {
	font-size: 160%;
}
#content h3 {
	/*border-bottom: 1px dotted #006;*/
	font-size: 120%;
	/*display: inline;*/
}
#content h4 {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1px;
}


#content p {
	margin-top: 15px;
	margin-bottom: 10px;
}
#content ul li {
	list-style-type: square;
	margin-left: 30px;
}
#content ol li {
	margin-left: 30px;
}
#content table {
	position: relative;
}


/*---------------RSS Anwalt 24----------------*/

#content #feed ul li {
	background-color: #F9F9F9;
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	list-style-type: none;
}
#content #feed ul li a {
	font-weight: bold;
	font-size: 110%;
	color: #006;
	text-decoration: none;
}
#content #feed ul li a:hover {
	text-decoration: underline;
}
#content #feed ul li small {
	display: block;
}
#content img {
	position: relative;
}

#content #ende {
	margin: 0;
	clear: both;
	text-align: right;
}



/*------------Suchformular-------------*/
#searchform {
	float: right;
	position: relative;
}
#searchform #s {
	border: 1px solid #ddd;
	color: #888;
	width: 120px;
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
#searchform #searchsubmit {
}


/*----------Newsbereich----------*/
.post {
	background-color: #F9F9F9;
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .post h1 {
	font-size: 120%;
}
#content .post h1 a {
	color: #006;
	text-decoration: none;
}
#content .post h1 a:hover {
	text-decoration: underline;
}
.date {
	float: right;
}



/*---------Kontaktformular--------*/

#contakt fieldset {
	padding: 0 20px 20px 20px;
	border: 1px solid #bbb;
	background-color: #F0F0F0;
}
#contakt legend {
}
#contakt label {
	float: left;
	width: 130px;
}
#contakt .nonlabel {
	float: none;
	width: auto;
}
#contakt input {
	margin: 1px;
	border: 1px solid #bbb;
	background-color: #F9f9f9;
}
#contakt textarea {
	width: 99%;
	border: 1px solid #bbb;
	background-color: #F9f9f9;
}
#contakt .error {
	border: 1px solid #FF4500;
	background-color: #fff;
}
#contakt .btn {
	padding-left: 5px;
	padding-right: 5px;
}
#contakt br {
	display: none;
}
#contakt .br {
	display: block;
}
#contakt input:focus, #contakt textarea:focus {
	background-color: #fff;
}






/*----------Fussnote-------------*/
#foot {
	clear: both;
	background-color: #006;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 90%;
	padding: 20px;
}
#foot a {
	color: #fff;
}
#foot h1 {
	font-size: 1em;
	font-weight: normal;
}


/*-----------Globale Einstellungen-------------*/
img {
	border: 0;
	}
.clear {
	clear: both;
}
samp, code {
	font-size: 110%;
}
abbr, acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
blockquote {
	padding-left: 50px;
	background-image: url(images/blockquote.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
}


/*----------Steuertabellen----------*/
.werte {
	width: 99%;
	border-collapse: collapse;
	margin-top: 10px;
}
.werte th {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px 10px;
}
.werte td {
	border: 1px solid #ccc;
	padding: 2px 10px;
}
