@charset "UTF-8";
@import url(reset.css);
@import url(rte.css);
/****************************************************
 * description:	main css-styles for engarde-training.com
 * autor: 			christoph batik
 * email:			christoph.batik@keynet.at
 * web:				www.keynet.at
 * updated:			2010-02-05
 * **************************************************
 */


/****************************************************
 * formatierungen uebergeordnet
 * **************************************************
 */

html, body { width: 100%; height: 100%; }
a { color: #d4791a; }
a:hover { color: #e5af76; }

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/guilloche.jpg);
	background-repeat: no-repeat;
	background-position: 690px 0;
}

strong { font-weight: bold; }




/****************************************************
 * layout
 * **************************************************
 */

img#logo {
	position: absolute;
	top: 20px; left: 13px;
	/* margin: 20px 0 0 13px; */
}


div#banner_zitat {
	position: absolute;
	top: 152px; left: 0;
	width: 233px;
}

div#banner_zitat p {
	padding: 1.5em;
	font-size: 0.9em;
	color: #803322;
	font-style: italic;
}
div#banner_zitat img { display: block; }

div#banner_zitat .link_anmeldung {
	display: block;
	margin-top: 20px;
	padding-left: 35px;
}


/****************************************************
 * navigation
 * **************************************************
 */

ul#navigation_e1 {
	position: absolute;
	float: left;
	/* left: 250px; */
	white-space: nowrap;
	letter-spacing: 0.02em;
	margin: 36px 0 0 280px;
	padding: 0;
	list-style: none;
}

ul#navigation_e1 li {
	display: inline;
	list-style: none;
	margin: 0 17px 0 0;
}

ul#navigation_e1 a {
	color: #803322;
	font-weight: bold;
	text-decoration: none;
}

ul#navigation_e1 a:hover {
	color: #bf9990;
}

ul#navigation_e1 .navigation_e1_aktiv {
	text-decoration: underline;
}

ul#navigation_e2 {
	position: absolute;
	width: auto;
	top: 14px; left: 0;
	float: left;
	margin: 7px 0 0 0;
	vertical-align: top;
	padding: 0;
	list-style: none;
}

ul#navigation_e2 li a {
	color: #d4791a;
	font-weight: normal;
	vertical-align: top;
}

ul#navigation_e2 .navigation_e2_aktiv {
	display: inline-block;
	padding-bottom: 80px;
	color: #d4791a;
	font-weight: bold;
	background-image: url('../images/navigation/strich_schwarz_senkrecht.gif');
	background-repeat: no-repeat;
	background-position: 7px 28px;
	cursor: default;
}

ul#navigation_e2 li a:hover {
	color: #e5af76;
}




/****************************************************
 * utilities
 * **************************************************
 */





/****************************************************
 * content
 * **************************************************
 */

.inhalte {
	position: relative;
	left: 275px; top: 165px;
	width: 440px;
	line-height: 180%;
	padding: 0 0 70px 5px;
	letter-spacing: 0em;
}

.inhalte p {
	margin: 15px 0 15px 0;
}

.inhalte ul {
	margin: 15px 0 15px 0.7em;
	list-style: none;
}

.inhalte li {
	margin: 0;
	padding: 0 0 0 1.5em;
	background-image: url("../images/content/bullet-pfeil.gif");
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.inhalte ol {
	margin: 20px 0 0 23px;
	list-style: decimal;
}

.inhalte ol li {
	background-image: none;
	padding: 0;
}

.inhalte h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.05em;
	color: #803322;
	margin: 0 0 25px 0;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.2em;
}

.inhalte h2 {
	font-size: 1.40em;	
	font-weight: normal;
	margin: 20px 0 -8px 0;
} 

.orange { color: #d4791a; }

.aufzaehlung_m_pfeil li {
	background-image: url("../images/content/bullet-pfeil.gif");
}

.footer {
	margin-top: 6em;
	background-image: url("../images/content/bg_footer.gif");
	background-repeat: repeat-x;
	padding: 0 0.5em 0 0.5em;
	font-size: 0.9em;
	line-height: 170%;
}

.footer p { padding-top: 0.6em; }
.footer a { color: #000000; }

.seminartermine {
	width: 100%;
	border-collapse: collapse;
}

.seminartermine td {
	border-bottom: 1px solid #d4791a;
	padding: 5px;
	white-space: nowrap;
}

.seminaranmeldung td {
	padding: 3px;
}

.trainer td {
	padding: 5px;
	line-height: 140%;
	text-align: center;
}

.trainer img {
	width: 90px;
	
}

.csc-textpic img {
	margin-right: 6px;
}

.klickbox_link {
	color: #d4791a;
	text-decoration: underline;
	cursor: pointer;
}

.klickbox {
	padding: 5px 15px;
	background-color: #f7d1aa;
	font-size: 90%;
}

.gewinnspiel {
	margin: 18px 0 0 28px;
}

.kostproben_box {
	border: 1px solid #d4791a;
	padding: 0px 10px 5px 10px;
}


/****************************************************
 * mailforms
 * **************************************************
 */

input, textarea {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 0.1em;
	color: #333333;
}

div.eingabe input,
div.eingabe label,
div.eingabe select,
div.eingabe textarea,
div.option label {
	display: block;
}

div.eingabe input,
div.eingabe select,
div.eingabe textarea {
	width: 23em;
	margin: 0 0 0.5em 0;
}

div.eingabe textarea {
	height: 8em;
}

/*
div.plz_ort {
	margin: 0 0 2.5em 0;
}
*/

div.plz {
	float: left;
}

div.ort {
	float: left;
	margin-left: 6px;
}

/* START Formularfelder nebeneinander
 * vor allem f�r PLZ und Ort Felder
 */

.plz {
	width: 3.5em;
	margin-right: 1.0em;
}

.plz_label {
	margin: 0 2.7em 0 0;
}

.ort {
	width: 17.9em;
}

.clear_both {
	clear: both;
}

/* ENDE Formularfelder nebeinander */


.submit {
	margin: 0.6em 0 0 0;
	color: #000000;
}

ul.fehlermeldung-mailform {
	margin-bottom: 3em;
}


#mailform, #subscribe {
	margin: 0 0 35px 0;
}

#mailform label {
	float: left;
	width: 100px;
	min-width: 100px; 
}

#mailform div.csc-mailform-field {
	margin: 3px 0;
}

#mailform .textinput, #mailform .textarea, #mailform .select,
.mailform .textinput, .mailform .textarea, .mailform .select,
#subscribe .textinput { 
	width: 260px;
	padding: 2px;
	font-size: 100%;
} 

#mailform .textarea, .mailform .textarea {
	height: 100px;
	width: 264px;
}

#mailform .submit, .mailform .submit {
	margin: 12px 0 0 100px;
	font-size: 100%;
	padding: 3px;
}

.mailform .submit {
	margin-left: 0;
}

#mailform .radio {
	margin: 10px 0 0 0;
}

#mailform .radio label, #mailform .radio input {
	float: left;
	margin: 0;
}

#mailform .radio input {
	margin-right: 10px;
}

#mailform .radio label {
	margin-right: 30px;
}

#mailform .error {
	display: block;
	vertical-align: middle;
	color: red;
	padding-left: 100px;
}

.seminar_page #mailform .error {
	padding-left: 150px;
}

#mailform .required {
	font-size: 11px;
	margin-top: 15px;
	margin-left: 100px;
}

#mailform .plz {
	width: 45px;
}

#mailform .city {
	width: 202px;
}

#mailform div.agb {
	margin: 5px 0 10px 150px;
	vertical-align: middle;
}


#mailform fieldset.registration div.agb label {
	float: left;
	margin-left: 6px;
	width: 270px;
}

#mailform fieldset.registration div.agb label a {
	display: inline;
	padding: 0;
}

#mailform div.agb input {
	float: left;
}

#mailform div.agb span.error {
	clear: both;
	display: block;
	padding-left: 0;
}

#text div.csc-mailform-field a,
#text_col_1 div.csc-mailform-field a,
label.error {
	display: block;
	padding-left: 101px;
}

#text a span.error, #text div.csc-mailform-field a:hover,
#text_col_1 a span.error, #mailform label.error {
	color: #d5380e;
	background: transparent;
}

#mailform label.error {
	float: none;
	clear: both;
	width: 300px;
}

#mailform input.error {
	color: #d5380e;
}

.mailform td {
	padding: 1px 0;
}

#mailform .width100 {
	width: 100px;
}

#mailform .width150 {
	width: 150px;
}

#mailform fieldset.registration label {
	width: 130px;
	min-width: 130px; 
}

#mailform fieldset.registration .required, #mailform fieldset.registration .submit {
	margin-left: 150px;
}


#mailform div.csc-mailform-field a:hover {
	text-decoration: none;
	color: red;
}




/* umfrage
****************************************************/

.keq_question {
/*	border-color:-moz-use-text-color -moz-use-text-color #d4791a #d4791a; */
	border-color: #d4791a;
	border-width: 0 0 1px 0px;
	margin-bottom: 15px;
}

.keq_question p {
	margin: 0;
}

.keq_selection, .keq_input {
	/*border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color #d4791a; */
	/*border-left:1px solid #d4791a;
	border-color: #d4791a; */
	border: none;
}

.keq_navigation a, .keq_navigation a:hover {
	background-color: #fff;
	color: #d4791a;
	text-decoration: underline;
}
.keq_navigation a:hover {
	color: #e5af76;
}

.keq_pagecounter_barbox  {
	margin-bottom: 30px;
}

.keq_matrix_th {
	line-height: 120%;
}

