/* CSS Document fuer www.guetezeichen-energiehandel.de - mediaplan Digital Media GmbbH, www.mediaplan.de */

/* Standardwerte setzen */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#848482;
}

/* Bodybereich */

body {
		background-color:#DAD7D2;
		background-image: url(images/body_bg.gif);
}


/* Bodybereich Ende */


/* Typobereich */

.headline_menu {
	display: block;
	background-color: #E7721A;
	font-size: 0.8em;
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#content H1 {
	background-image:url(images/h1_conten_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: solid 1px #E7721A;
	padding-top: 1px;
	padding-left: 13px;
}

.content_date {
	font-size: x-small;
	float: right;
	padding-top: 3px;
}

.small {
	font-size: x-small;
	color: #E7721A;
}

.bold {
	font-weight: bold;
	font-size: 0.9em;
}


/* Typobereich Ende */


/* Kopfbereich */

#head {
	background-color: #FFFFFF;
	background-image: url(images/logo_part1.gif);
	height: 112px;
	background-repeat: no-repeat;
	background-position: left;
	}
	
#date {
margin: 18px;
float:right;
font-size: 0.7em;
	}
/* Kopfbereich Ende */


/* Kopfmenubereich */

#head_menu {
	background-color: #EE9553;
	background-image: url(images/logo_part2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 22px;
	padding-right: 18px;
	}
	
#head_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#head_menu ul li {
	height: 22px;
	margin: 0;
	padding-left: 7px;
	padding-top: 3px; 
	float: right;
	text-align: center;
	color: #FFFFFF;
}

#head_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
}

#head_menu ul li a:hover {
	text-decoration: underline;
}
	
/* Kopfmenubereich Ende */

/* Menulinksbereich */
#left {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0; 
	border-top: 1px solid #ffffff;
	width: 402px;
	float: left;
	margin-top: 0px;
	padding-top: 22px;
	padding-left: 0;
	padding-right: 0;		
}

#main_menu {
	float: right;
	width: 276px;
}

/* IE CSS Hack */
* html #main_menu { 
    margin-top: -3px; 
} 
/* Ende IE CSS Hack */


#main_menu ul {
	list-style-type: none;
	padding: 0;
    border-bottom: 1px solid white;
}

#main_menu ul ul {
	list-style-type: none;
	padding: 0;
    border-width: 0px;

}


/* IE CSS Hack */
* html #main_menu ul { 
	list-style-type: none;
	padding: 0;
    border-bottom: 1px solid white;
} 
/* Ende IE CSS Hack */

#main_menu li {
	background-color: #E7721A;
}

#main_menu li li{
	background-image:url(images/menu_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px; 
	background-color:#ED9553;
	padding-top: 4px; padding-bottom: 4px; padding-left: 20px;
	
}

.bottom_hack {
    margin-bottom: 0px; 
}

/* IE CSS Hack */
* html .bottom_hack {
    margin-bottom: -1px;
} 
/* Ende IE CSS Hack */

#main_menu li li a{
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	
}

#main_menu li li a:hover{
	text-decoration: underline;
	
}

/* Menulinksbereich Ende */


/* Contentbereich */

#content_head {
	height: 25px;
	margin-bottom: 10px;
		
}

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0; 
	border-top: 1px solid #ffffff; border-left: 1px solid #ffffff;
	margin-top: 0px;
	margin-left: 402px;
	padding-top: 44px;
	padding-left: 22px;
	padding-right: 18px;
	padding-bottom: 22px;
		
}

.std {
    font-size: 0.8em;
}

.content {
    padding-bottom: 0px;
    border-bottom: solid 1px #BEBDB8;
    float: left;
    width: 100%;
}

.content_noborder {
    padding: 0px;
    float: left;
    width: 100%;
}

.content_fullborder {
    padding-bottom: 0px;
    float: left;
    width: 100%;
    border: solid 1px #BEBDB8;
}

/* this line hides these rules from IEMac \*/
* html .content_fullborder {
    padding-bottom: 0px;
    float: left;
    width: 100%;
    border: solid 1px #BEBDB8;
    margin-top: 10px;
}

/* end hide from IEMac */

/* this line hides these rules from IEMac \*/
* html .content {
    padding-bottom: 0px;
    margin-bottom: -15px;
    border-bottom: solid 1px #BEBDB8;
    float: left;
    width: 100%;
}
/* end hide from IEMac */


.content_clearer {
    clear: right;
    height: 10px;
    width: 10px;
    content: ".";
    visibility: hidden;
}

.floatbox_left {
    float: left;
    margin-right: 10px; 
    margin-bottom: 5px;
    padding-top: 5px;
}

.floatbox_right {
    float: right;
    margin-left: 10px; 
    margin-bottom: 5px;
    padding-top: 5px;
}

.content_text {
    font-size: 0.8em;
    padding-top: 5px;
}

.content_text u {
    font-size: 1em;
    padding-top: 5px;
}

.content_text a {
    font-size: 1em;
	text-decoration: none;
}

.content_text a:hover {
	text-decoration: underline;
}

#blinks {
	color: #E7721A;
}

.content_image_left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
		
}

.content_image_right {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.content_text_links {
    font-size: 0.7em;
    text-align: right;
    vertical-align: bottom;
    margin-top: 0px;
}
/* this line hides these rules from IEMac \*/
* html .content_text_links {
    font-size: 0.7em;
    text-align: right;
    vertical-align: bottom;
    margin-top: -2px;
}
/* end hide from IEMac */

/* this line hides these rules from IEMac \*/
* html .clearfix{height:1%;} /* for IE*/
.clearfix {display:block;} /* resets to block */
/* end hide from IEMac */

.content_text_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content_text_links ul li {
	height: 22px;
	margin: 0;
	padding-left: 7px;
	padding-top: 3px; 
	float: right;
	text-align: center;
}

.content_text_links ul li a {
	text-decoration: none;
	font-size: 0.7em;
}

.content_text_links ul li img {
	margin: auto 0;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

.content_text_links ul li a:hover {
	text-decoration: underline;
}


/* Contentbereich Ende */

/* Subnav */
#subnav {
	float: right;
}
/* Subnav Ende */


/* Formulare */

form {
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 700px;
  width: 100%; 
}

form label { 
    font-size: 0.8em;
	display: block; 
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 0px 0px 0px 0px;
	text-align: right; 
}

form input, form textarea {
	width:  auto;
	margin: 3px 0px 0px 10px;
	padding: 2px;
	font-size: 0.7em;
	color: black;
}

form input#reset {
	margin-left: 0px;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form .required {
    font-weight: bold;
}

.clearfix:after {
display:block;
content:".";
height:0;
visibility:hidden;
clear:both;
}
.clearfix {display:inline-table;}/* for IEMac only */

/* this line hides these rules from IEMac \*/
* html .clearfix{height:1%;} /* for IE*/
.clearfix {display:block;} /* resets to block */
/* end hide from IEMac */
