/*
 * 	vim: set fdm=marker:
 *	Common Styles for Mozart.com
 *	(c) 2006 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Thomas Subera (t.subera@t-sign.com),
 *	Jens Nedal (j.nedal@t-sign.com)
*/

/* {{{ Standard Styles */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #b70000 url(/images/misc/body_background.jpg) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 65%;
	line-height: 1.2em;
	color: black;
}
a {
	color: black;
	text-decoration: none;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
table, td, input, textarea, select {
	font-size: 1em;
}
p {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-bottom: 1em !important;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Arial Narrow', sans-serif;
	color: #efd6aa;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 0.9em;
	padding: 0;
	margin: 0;
	margin-bottom: 10px !important;
}
h2 {
	background: url(/images/misc/h2_background.png) no-repeat 0 10%;
	padding-left: 27px;
}
h2 .german2 {
	color: #c8755d;
	font-size: 0.8em !important;
}
.clear {
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 0px;
	clear: both;
}
.nodisplay {
	display: none;
}
.german {
	color: #5d0000;
}

/* }}} */
#frontend {
	width: 874px;
	margin: 0 auto;
	text-align: left;
}
#frontend .header{
	height: 226px;
}
#frontend .content {
	padding-left: 220px;
	padding-right: 125px;
	margin-bottom: 20px;
	background: url(/images/misc/content_background.jpg) no-repeat 75px 0;
}
#frontend .content .text {
	background: url(/images/misc/text_background.png) repeat-y 20px 0;
	min-height: 238px;
}
#frontend .content .text p {
	padding-left: 27px;
}
#frontend .content .text form {
	padding-left: 27px;
	margin-bottom: 10px;
}
#frontend .content td.label  {
	padding-right: 5px;
	font-weight: bold;
}
#frontend .content .text .input-short {
	background: url(/images/misc/input_background.png) no-repeat;
	width: 148px;
	height: 20px;
	border: 0px;
	padding: 0;
	margin: 0;
}
#frontend .content .text .input-short input{
	background: transparent;
	width: 148px;
	height: 20px;
	border: 0px;
	padding: 0;
	margin: 0;
}
#frontend .content .t-sign {
	float: left;
}
#frontend .content .links {
	padding-top: 5px;
	float: right;
}
#frontend .formular-eingabe-ok,
#frontend .formular-eingabe-fehler {
	border: 1px solid #B9B9B9;
	background-color: #fff499 !important;
	padding: 1em 1em 1em 30px;
	margin-left: 27px;
	margin-bottom: 10px;
	text-align: left; 
	color: black;
}
#frontend .formular-eingabe-ok ul,
#frontend .formular-eingabe-fehler ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#frontend .formular-eingabe-ok li,
#frontend .formular-eingabe-fehler li {
	list-style-type: square;
}
#frontend .formular-eingabe-fehler {
	background: url(/images/misc/formular-fehler.png) no-repeat 10px center;
	padding: 0.2em 1em 0.2em 30px;
}
#frontend .formular-eingabe-ok {
	background: url(/images/misc/formular-ok.png) no-repeat 5px center;
}

