/* --- NOSE AG Design Intelligence --------------------------------------------------- */
/* --- CSS Framework: font definitions overall and elements  ------------------------- */
/* --- HU143 Arch Höfe, BR ----------------------------------------------------------- */



/*<![CDATA[*/
@media all {

/* -------------------------------------------------------------------------------------
 ALL
 ======================================================================================*/
body{
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color:#595E6E;
}


/* -------------------------------------------------------------------------------------
 HEADERS
 ======================================================================================*/
h1,h2,h3,h4,h5,h6 {
	color:#3C4152;
	font-weight:bold;
}

h2 {
	font-size:1.8em;
	line-height:1.5em;
	margin-bottom:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
}

h3, h4, h5, h6 {
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h3 {
	padding:9px 0 9px 0;
}

#marginal h2 {
	padding:9px 0 9px 0;
	margin:0;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}





/* -------------------------------------------------------------------------------------
 TEXT
 ======================================================================================*/

/* paragraph */
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom:1.5em;
}
p.lead {
	font-weight:bold;
}
p.error {
	color:#AD094E;
}
#marginal p {
	font-size:1.1em;
	line-height:1.6364em;
	margin-bottom:0.8182em;
}


/* links */
a {
	color:#C32800;
	text-decoration:underline;
}

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


/* lists */
ul, ol{
	font-size: 1em;
}
ul li, ol li {
	font-size:1.2em;
	line-height: 1.5em;
}
#marginal ul li, #marginal ol li {
	font-size:1.1em;
	line-height:1.6364em;
}
ul li ul li {
	font-size:1em;
}
ul li a, ol li a {
	font-size:inherit;
	line-height:inherit;
}
ul li ul li a {
	font-size:inherit;

}

strong, b{
	font-weight: bold;
}
em, i{
	font-style: italic;
}

/* quotes */
blockquote{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
}
cite{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}



/* -------------------------------------------------------------------------------------
 TABLE
 ======================================================================================*/
table{
	font-size: 1em;
	width:100%;
	margin-bottom:9px;
	border-collapse:collapse;
}
table caption{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: normal;
	margin-bottom:0.75em;
	text-transform:uppercase;
	color:#333333;
}
table th, table tbody th{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table thead th, table  th {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding:10px;
	color:#3C4152;
	font-weight:bold;
	background-image:url(../../img/bg_table-header.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
table thead th.end, table th.end {
	background-image:url(../../img/bg_table-header-last.gif);
}
table td, table tbody td, table tfoot td {
	font-size: 1.2em;
	line-height: 1.5em;
	vertical-align: top;
	padding:10px;
	border-bottom:3px solid #DCD7CA;
}
table td.hover, table tr.hover td {
	background-color:#F0EFEC;
}
table tfoot td {
	font-weight:bold;
}

table td.spacer {
	height:1px;
	padding:0;
	line-height:1px;
}





/* -------------------------------------------------------------------------------------
 FORM
 ======================================================================================*/
form{
	font-size: 1em;
}
.inputs {
	display:block;
	float:left;
	width:430px;
}
input, textarea {
	display:block;
	float:left;
	width:283px;
	font-size: 1.2em;
	line-height: 1.5em;
	padding:4px 5px 4px 5px;
	margin:0 0 4px 0;
	background-color:#F3F2F0;
	border:none;
}
input.check {
	margin:6px 5px 3px 0;
	padding:4px 5px 4px 5px;
	width:14px;
	background-color:#FFFFFF;
	border:none;
}
input.check:focus {
	border:none;
	padding:4px 5px 4px 5px;
}
label.label_check {
	clear:none;
	font-weight:normal;
	width:400px;
	margin:0;
}
input.radio {
	margin:7px 5px 2px 0;
	width:14px;
	background-color:#FFFFFF;
	border:none;
}
input.hidden {
	display:none;
}
textarea {
	font-size: 12px;
	line-height: 1.5em;
	height:120px;
}
input:focus, textarea:focus {
	padding:3px 4px 3px 4px;
	border:1px solid #AD094E;
}
input.error, .validation-failed {
	width:283px;
	padding:3px 4px 3px 4px;
	border:1px solid #EE0000;
}
#ClientValidationSummary p {
	color:#EE0000;
	font-weight:bold;
}
#ClientValidationSummary p {
	margin-bottom:9px;
}
input.submit, input.submit:focus {
	color:#FFFFFF;
	background-color:#AD094E;
	margin-left:140px;
	margin-top:6px;
	width:auto;
	font-weight:bold;
}
label {
	clear:both;
	display:block;
	float:left;
	width:130px;
	padding:4px 0;
	margin-right:10px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight:bold;
	color:#646464;
}
select {
	float:left;
	display:block;
	width:293px;
	padding:3px 4px 0 4px;
	margin-bottom:2px;
	border:1px solid #DAD8D1;
	font-size: 1.2em;
	line-height: 1.5em;
}
select:focus {
	border:1px solid #AD094E;
}
option {
	padding:1px 4px 1px 4px;
	border-bottom:1px solid #DAD8D1;
}
form br {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}
span.label {
	display:block;
	float:left;
	padding:4px 10px 4px 0;
	margin-right:10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
span.required {
	float:right;
	padding:10px 10px 4px 0;
	margin-right:130px;
	font-size: 1.2em;
	line-height: 1.5em;
}
fieldset {
	clear:both;
	margin-bottom:9px;
}

}
/*]]>*/
