/* DO NOT EDIT THIS FILE, CHANGES WILL BE LOST */
@charset "utf-8";

/* -===!===!===!===!==!===!===!===!===!===-
		Init Cesar Malasquez
  -===!===!===!===!==!===!===!===!===!===-
  
		Erstellt: 20.12.2008
		Julian Kern
*/


/*
	Allgemeine Definitionen
	=======================
*/


* {
	padding: 0;
	margin: 0;
}
html {
	height: 101%;
}
body {
	color:	 			black;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	background-color:	white;
	background-image:	url(/images/layout/background.gif);
	background-repeat:	repeat-x;
	margin:				0px;
	font-weight: 		normal;
	font-style: 		normal;
	padding: 			0 0 1em 0;
}
h1 {
	font-size: 170%
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
	text-decoration:underline;
}
h4 {
	font-size: 120%;
}
p {
}
a img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
}

.inputText, .inputTextarea, .selectDropDown, .formButton {
	font-family: 		inherit;
	font-size: 			inherit;
	font-weight: 		inherit;
	font-style: 		inherit;
}

.floatLeft {
	float: left;
}

.clearfix:after {
	content: 	".";
	display:	 block;
	height: 	0;
	clear: 		both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*
	Page Layout
	===========
*/
#lang {
	margin: 1.5em auto 0.2em;
	width: 950px;
	text-align: right;
}
#bodyWrapper {
	margin: 0 auto 2em;
	width: 950px;
	border-top: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
}
#contentWrapper {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	border-spacing: 0px;
}
#contentLeft {
	width: 240px;
	vertical-align: top;
	border-right: 1px solid black;
}
.teaserLeft {
	margin: 1em 0 1.5em;
}
.teaserHeader {
	height: 22px;
	background:url(/images/icons/arrow.gif) no-repeat;
	padding: 3px 0 0 35px;
	color: #FF6600;
	font-weight:bold; 
}
.teaserBody {
	padding-left: 35px;
	margin-top: -5px;
}
#contentMain {
	vertical-align: top;
}
#navigation {
	margin: 0.5em 0 1.3em;
	padding: 0 5px;
	font-size: 110%;
}
#navigation ul {
	padding-bottom: 3px;
}
#navigation li {
	display: inline;
	margin: 0 -1px;
}
#navigation a {
	font-weight: bold;
}
#navigation a:hover, #navigation a:focus {
	text-decoration: none;
	border-bottom: 2px solid #FF6600;
	padding-bottom: 1px;
}
#teaserTop {
	background: url(/images/layout/top-teaser-background.gif) repeat-y;
	padding: 0.7em 0;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	font-style: italic;
}

#contentInner {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FBFCFF;
	background-image: url(/images/layout/content-background.gif);
	background-repeat: repeat-y;
	background-position: center 4em;
}




#contentInner ul {
	padding-left: 30px;
}

#footerWrapper {
	margin: 0 auto 0;
	width: 134px;
}
#footerWrapper ul li{
	float: left;
	list-style: none;
	margin: 0px 3px;
}
/*
	Forms
	===========
*/
.fieldset {
	/*background: white url(/images/layout/fieldset_bg.gif) repeat-x scroll center bottom;*/
	border: 1px solid #C2C2C2;
	margin-bottom:4.5em;
	margin-top:1.5em;
	padding: 10px 20px;
}
.fieldset legend {
	/*border-bottom:1px dashed #CEE0EC;*/
	font-size:110%;
	font-weight:bold;
	padding:0pt 4px;
	margin-left:-4px;
}
.fieldset li {
	list-style-type:none;
	margin-bottom:10px;
}
.fieldset label {
	margin-bottom: 2px;
	display: block;
}
.fieldset fieldset {
	border: 1px solid #C2C2C2;
	margin-bottom: 2.5em;
	margin-top: 1.5em;
	padding: 10px 20px;
}

.fieldset .inputText,
.fieldset .inputTextarea,
.fieldset .selectDropDown {
	border: 		1px solid black;
	border-left : 	2px solid #FF6600;
	border-bottom : 2px solid #FF6600; 
	
}

.fieldset .inputText {
	width: 150px;
	padding: 1px 2px 2px;
}

.fieldset .inputTextarea {
	height:			90px;
	width:			350px;
	padding: 		1px 2px 2px;
}

/** Datepicker Classes */
.fieldset .datepicker {
	width: 70px !important;
}
.fieldset .datepickerDay {
	width: 20px !important;
}
.fieldset .datepickerYear {
	width: 55px !important;
}

/*
	Forms Errors
	===========
*/
.fieldset .formValidationAdviceMsg {
	color:#DF2121;
	font-weight:bold;
}
.fieldset .formValidationAdviceMsg {
	background: url(/images/icons/warning-small.png) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}
.fieldset .formValidationAdviceInput {
	/*padding: 3px;*/
	/*background-color: #FFE1E7;
	width: 400px;*/
}
.fieldset .formValidationAdviceInput input,
.fieldset .formValidationAdviceTextarea textarea,
.fieldset .formValidationAdviceSelect select {
	background-color: #FFE1E7;
}

