/*************************/
/* Basic Style Sheet für */
/*     7himmel.info      */
/*   (c)2007 C.Sehrt     */
/*************************/

/* DEBUG */
/*div {
	border:1px solid black;
}*/


/* BASIC Text Formatierungen */

* {
	font-family:'Verdana','Helvetica', sans-serif;
	font-size: 12px;

}

h1, h2, h3 {
	font-family:'Comic Sans MS', sans-serif;
	font-weight: bold;
}

h1 {
	font-size:150%;
	border-bottom: 1px solid;
	border-bottom-color: #EE7F01;
}

h1.mitte {
	text-align:center;
}

h2 {
	font-size:130%;
}

h3 {
	font-size:110%;
	padding-left:2ex;
}

h4, h5, h6 {
	font-size:10px;
	font-style: none;
	margin-bottom: 1.5ex;
	margin-left: 2ex;
}

div.oezeit ul, div.oezeit li {
	list-style-image: url('grafik/star-bullet12px.gif');
	list-style-type:circle;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}


ul, li {
	list-style-image: url('grafik/star-bullet16px-mh.gif');
	list-style-type: circle;
}

div.navigation ul, div.navigation li {
	list-style-type: none;	
	list-style-image: none;
	padding-left:7px;
}

p {
	padding-bottom:1.5ex;
	padding-left:1ex;
}

p.mitte {
	text-align:center;
	padding-left:0ex;
}

p.wipeout {
        visibility: hidden;
        padding: 0px;
        margin: 0px;
}

p, table, ul, li, tr, td {
	font-size:100%;
}

div.oezeit p {
	margin: 0px;
	padding: 0px;
}

div.oezeit H3, div.oezeit H4 {
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	padding-bottom:3px;
}

div.oezeit H2 {
	font-size:110%;
}

p.indent, p.yellowstyle {
	margin-left:3em;
}

p.yellowstyle {
	margin-right:3em;
	padding:7px;
	border: 2px solid #FDCC00;
}

p.blocksatz {
	text-align: justify;
}


/* LINKFORMATIERUNGEN */

/* Im Text */

/*a, a[href]:visited, a[href]:active, a[href]:hover {
	color:#EE7F01;
	text-decoration: underline;
}*/

a {
	color:#EE7F01;
	text-decoration: underline;
}

a:link {
	color:#EE7F01;
	text-decoration: underline;
}

a:visited {
	color:#EE7F01;
	text-decoration: underline;
}

a:focus {
	color:#EE7F01;
	text-decoration: underline;
}

a:hover {
	color: #FDCC00;
	text-decoration: none;
}

a:active {
	color:#EE7F01;
	text-decoration: underline;
}
/* Im Menü */


/*div.navigation a, div.navigation a[href]:visited, div.navigation a[href]:active, div.navigation a[href]:hover {

}*/

div.navigation ul.level0 > li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

div.navigation ul.level0 > li > a {
	color: #01458E;
}

div.navigation ul {
	margin: 2px;
	margin-top: 9px;
	padding:2px;
}
div.navigation ul li {
	margin-bottom:09px;
}

div.navigation ul li.act a {
	color: #01458E;
	text-decoration:none;
}

/** Positionierungen **/

body {
	background-color: #fff;
	background-image: url('grafik/bg-body.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
}

div.nullnull {
	text-align: center;
	border:10px solid red;
}

div.null {
	width: 800px;
	max-width:800px;
	padding:10px;
	border:4px solid #B7C8E6;
	margin: 5px auto 10px auto;
	background-color: #fff;
}

div.web {
	padding:10px;
	background:url('grafik/head800.jpg') no-repeat;
	text-align:left;
	min-height:600px;
}

div.nullog, div.logo {
	height:170px;
}

div.logo {
	padding-right:40px;
	float:right;	
	width:250px;
	margin: 0px;
	padding: 0px;
	height:170px;	
	background:url('grafik/7himlogo-book.gif') no-repeat;
}

div.logob {
	padding-right:40px;
	float:right;	
	width:250px;
	height:170px;
	margin: 0px;
	padding: 0px;
	
	background:url('grafik/7himlogo-bera.gif') no-repeat;
}

div.logoe {
	padding-right:40px;
	float:right;	
	width:250px;
	height:170px;
	margin: 0px;
	padding: 0px;
	
	background:url('grafik/7himlogo-eint.gif') no-repeat;
}


div.navigation {
	float:left;
	width:156px;
	min-width:150px;
	margin-top: 65px;
}

div.verf {
	vertical-align:bottom;
	padding-top:50px;
}

div.content {
	/*border: 1px solid black;*/
	margin-top:20px;
	margin-left:180px;
	margin-right:170px;
}

div.oezeit {
	float:right;
	margin:0px; padding:0px;
	margin-top:30px;
	width:150px;
	max-width:150px;
	font-size:80%;
/*	border:1px solid #EE7F01;
	background-color:#FDCC66;*/
}

div.footer {
	clear:both;
}

div.lastrow {
	font-size:80%;
	text-align:center;
}

/*************/
/* Powermail */

	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	/*background-color: #ddd;*/
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	/*background-color: #eee;*/
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

/***********
*	Ende Powermail
************/

