/*  
Theme Name: HGF
Theme URI: http://www.blog.swapy.de/
Description: &copy; Heike M. Cobaugh.
Version: 1.0
Author: Astrid Sch&auml;fer (Entwurf/Umsetzung) und Uwe Hiltmann (Anpassungen)
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;
}
/*Changes UHI*/
a {
        color: #004196;
        font-weight: bold;
	text-decoration: none; 
	border-bottom:1px dotted #7BAEE1;
}
a:hover {
	color:#777;
	border-bottom:1px solid #7BAEE1;
	text-decoration: none;
}
/*changes UHI end*/
#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;
	color:#004196;
}
#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: #4A7CAD;
	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;
	border:none;
}
#header a:hover {
	text-decoration: underline;
	border:none;
}

#header em {
	/* Description */
	font-style: normal;
	font-size: 65%;
}


/*---------------Horizontale Navigation--------------*/
#topmenu {
	float: right;
	margin-top: -55px;
	padding-right: 10px;
}
#topmenu li {
	list-style-type: none;
	color: #fff;
	padding: 5px;
	float: left;
}
#topmenu li a {
	color: #fff;
	text-decoration: none;
	border:none;
}
#topmenu .current_page_item a {
	color: #ccc;
}
#topmenu li a:hover {
	text-decoration: underline;
	border:none;
}



/*------------Logo und Foto Header---------------*/

#logo {
	background-color: #D9CEBA;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	clear: both;
	height: 146px;
	background-image: url(images/headerfoto.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#logo img {
	margin-top: 25px;
	padding: 0px;
	border: none;
}
#logo a:hover img {
	border: none;
}


/*-----------linke Spalte------------*/

#left {
	float: left;
	width: 220px;
	background-color: #F0F0F0;
	color: #004196;
	border-left: 1px solid #fff;
	position: relative;
	z-index: 2;
}
#left h2 {
	background-color: #fff;
	padding: 3px 0 3px 10px;
	font-size: 130%;
	font-weight: normal;
	border-top:1px solid #192F7B;
	border-bottom:1px solid #192F7B;
	color:#7BAEE1;
}
#left ul {
	margin-bottom: 20px;
}
#left ul li {
	list-style-type: none;
	position: relative;
	z-index: 3;
	display: inline;
}
#left ul li a {
	border-bottom: 1px dotted #7BAEE1;
	text-decoration: none;
	display: block;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 30px;
	position: relative;
	z-index: 4;
	line-height: 1.6em;
}
#left ul .current_page_item a, #left ul .current-cat a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#left ul li a:hover {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #E5E5E5;
	color: #777;
	border-bottom:1px solid #7BAEE1;
}
#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 li ul li a {
}

#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: #192F7B;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.1em;
}
#content h1 {
	font-size: 200%;
}
#content h2 {
	font-size: 160%;
}
#content h3 {
	border-bottom: 1px dotted #006;
	font-size: 120%;
}
#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;
}

/*------------Änderungen UHI */
#content a {
        color: #004196;
        font-weight: bold;
	text-decoration: none; 
	border-bottom:1px dotted #7BAEE1;
}

#content a:hover {
	color:#777;
	border-bottom:1px solid #7BAEE1;
	text-decoration: none;
}
/*-------------Änderungen UHI Ende*/

#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;
        margin-left: 10px;
}
#searchform #searchsubmit {
}


/*----------Newsbereich----------*/
.post {
	color: #004196;
        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: #004196;
	text-decoration: none;
	border:none
}
#content .post h1 a:hover {
	text-decoration: underline;
	border:none;
}
.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: #4A7CAD;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 90%;
	padding: 20px;

/*change uhi*/
}
#foot a {
	color: #fff;
        font-weight: bold;
	text-decoration: underline;
}
#foot a:hover {
	text-decoration: none;
}
/*change uhi end*/


/*-----------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;
}
.imgleft {
	margin: 10px 10px 10px 0;
	float: left;
}
.imgright {
	margin: 10px 0 10px 10px;
	float: right;
}

/* Anpassungen 28.04.2010 */

#breadcrumb	
	{
	font-size:10px;
}

#logo a	{
	border:none;
}


	