@charset "UTF-8";

/*
 * Stylesheet für http://emagazine.geyer-creative.com
 *
 * Standard-Stylesheet
 *
 * @autor			Geyer Gestaltung, Werbung & Kommunikation GmbH
 * 					Stephan Balsam
 * @link			https://www.geyer-creative.de
 *
 */


/*
 * ---------------------------------------------------------------
 * @section Standardwerte // Broswer Reset
 * ---------------------------------------------------------------
 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(/img/hg_holz.jpg);
	background-repeat: repeat;
	background-position: center center;
}

html,
body {
	height: 100%;
	width: 100%;
}

img,
a img {
	border: 0px;
}

/* Korrektur des Italics-Bugs
 * @see				http://blog.highresolution.info/index.php?/highresolution/comments/dem_italics_bug_die_zaehne_zeigen/
 */
* html body * {
	overflow: visible;
}

* html iframe,
* html frame {
	overflow: auto;
}

* html frameset {
	overflow: hidden;
}

/* Korrekte Layout-Skalierung im IE 7 gewährleisten */
/*body {
	position: relative;
}*/


/*
 * ---------------------------------------------------------------
 * @section Grundaufbau
 * ---------------------------------------------------------------
 */
#magazin {
	height: 100%;
	width: 100%;
}

#header {
	height: 120px;
	width: 650px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#content {
	padding: 20px;
	height: auto;
	width: 610px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


/*
 * ---------------------------------------------------------------
 * @section Formular Allgemein
 * ---------------------------------------------------------------
 */
.feldZeile {
	background-color: #CCCCCC;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}
.feldZeileMessage {
	background-color: #CCCCCC;
	display: block;
	height: 120px;
	margin-bottom: 10px;
}
.feldBezeichnung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 150px;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	float: left;
}
.feldInput {
	float: left;
	height: 30px;
	width: 440px;
}
.feldInputMessage {
	float: left;
	height: 120px;
	width: 440px;
}

input.long {
	width: 440px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E20015;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
textarea.message {
	width: 440px;
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E20015;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


/*
 * ---------------------------------------------------------------
 * @section Formular Feedback
 * ---------------------------------------------------------------
 */
form.feedback {
	margin-top: 10px;
}


/*
 * ---------------------------------------------------------------
 * @section Formular Abmelden
 * ---------------------------------------------------------------
 */
 
 
 
/*
 * ---------------------------------------------------------------
 * @section Absätze
 * ---------------------------------------------------------------
 */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-bottom: 16px;
}
p.deletemail {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
p.buttonRow {
	margin-top: 20px;
	height: 35px;
	clear: both;
	width: 610px;
}
p.errorMessage {
	font-weight: bold;
	color: #FF0000;
	display: block;
	padding: 10px;
	border: 2px solid #FF0000;
	background-color: #FFC8C8;
}
 
 
/*
 * ---------------------------------------------------------------
 * @section Headlines
 * ---------------------------------------------------------------
 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E20015;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E20015;
	padding-bottom: 4px;
	margin-bottom: 20px;
}


/*
 * ---------------------------------------------------------------
 * @section Buttons
 * ---------------------------------------------------------------
 */
/* Button rechts */
a.buttonRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(/img/btn_part_1.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-left: 15px;
	float: right;
}
a.buttonRight span {
	background-image: url(/img/btn_part_2.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	background-position: right top;
	padding-left: 0px;
	padding-right: 15px;
}
a.buttonRight:active {
	background-position: left bottom;
}
a.buttonRight:active span {
	background-position: right bottom;
}

/* Button rechts mit Pfeil (zurück) */
a.buttonRightBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(/img/btn_pfeil_back_part_1.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	padding-left: 30px;
	float: right;
}
a.buttonRightBack span {
	background-image: url(/img/btn_pfeil_back_part_2.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 14px;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	background-position: right top;
	padding-left: 0px;
	padding-right: 15px;
}
a.buttonRightBack:active {
	background-position: left bottom;
}
a.buttonRightBack:active span {
	background-position: right bottom;
}


/*
 * ---------------------------------------------------------------
 * @section Sonstige
 * ---------------------------------------------------------------
 */
.error {
	color: #FF0000;
}

