﻿/*
===================================
CSS Basic Styles

Description: 	Styles the Basic CSS Tags
Author: 		Felix Kreitner
Date:			26.02.2010

*/

/*
========================================================
FONTS
========================================================
*/
@font-face {
	font-family: 'RotisSansSerifRegular';
	src: url('fonts/rotissansserif-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RotisSansSerifRegular';
	src: url(//:) format('no404'), url('fonts/rotissansserif-webfont.woff') format('woff'), url('fonts/rotissansserif-webfont.ttf') format('truetype'), url('fonts/rotissansserif-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RotisSansSerifBold';
	src: url('fonts/rotissansserif-bold-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RotisSansSerifBold';
	src: url(//:) format('no404'), url('fonts/rotissansserif-bold-webfont.woff') format('woff'), url('fonts/rotissansserif-bold-webfont.ttf') format('truetype'), url('fonts/rotissansserif-bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
========================================================
GLOBAL
========================================================
*/
html, body, table, textarea, input {
	font-size:		12px;
	line-height:	16px;
	font-family:	Arial, Helvetica, sans-serif;
}

body {
	color:			#3c3c3c;
}

/*
========================================================
LINKS
========================================================
*/

a:link, a:visited {
	color:				#d1002d;
	text-decoration:	underline;
}

a:hover,code,pre {
	color:				#d1002d;
}

a:active,.a:focus {
	color:				#d1002d;
}

/*
========================================================
HEADLINES
========================================================
*/

h1,h2,h3,h4,h5,h6 {
	font-weight:		normal;
}

h1,h2,h3,h4,h5,h6 {
	margin:				12px 0 12px 0;
	font-family:		RotisSansSerifBold, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:			26px;
	line-height:		30px;
	color:				#d1002d;
}

h2 {
	font-size:			18px;
	line-height:		22px;
	color:				#525252;
	text-transform:		uppercase;
}

h3 {
	color:				#2e2e2e;
	font-size:			17px;
	line-height:		19px;
	font-weight:		normal;
}

h4 {
	margin-top:			25px;
	color:				#d1002d;
	font-size:			15px;
	text-transform:		uppercase;
}

h5 {
	margin-top:			25px;
	font-size:			18px;
	line-height:		22px;
	color:				#525252;
	text-transform:		uppercase;
	border-bottom:		1px solid #525252;
}

h6 {
	margin-top:			25px;
	padding:			4px 10px;
	font-size:			16px;
	line-height:		20px;
	color:				#FFF;
	text-transform:		uppercase;
	background-color:	#d1002d;
}

h1 + h2 {
	margin-top:		-12px;
}

/*
========================================================
TABLE
========================================================
*/

table {
	border-top:				1px solid #e3e3e2;
	border-left:			1px solid #e3e3e2;
}

th, td {
	padding:				6px 10px;
	vertical-align:			top;
	border-bottom:			1px solid #e3e3e2;
	border-right:			1px solid #e3e3e2;
}

th {
	padding:				10px;
	font-size:				13px;
	background-image: 		url(../images/background/table-background.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left top;	
}

table.tableclear,
table.tableclear td,
table.tableclear th {
	border:					0;
}

/*
========================================================
ELEMENTS / TAGS
========================================================
*/

b,strong,th,thead td,dt,samp,dfn {
	font-weight:		bold;
}

sub { 
	vertical-align:		sub;
}

sup {
	vertical-align:		super;
}

small, sup, sub {
	font-size:			10px;
	line-height:		0;
}

big {
	font-size:			20px;
}

caption { 
	text-align:			center;
}

pre {
	white-space:		pre;
}

pre * {
	font-size:			12px;
	white-space:		pre;
}

del {
	text-decoration:	line-through;
	color:				#666;
}

ins,dfn {
	border-bottom:		1px solid #666;
}

abbr,acronym {
	text-transform:		uppercase;
	font-size:			11px;
	letter-spacing:		1px;
}

abbr[title],acronym[title],dfn[title] {
	cursor:				help;
	border-bottom:		1px dotted black;
}

blockquote {
	color:			#666;
	padding-left:	20px;
}

blockquote > *:first-child:before {
	content:		"\201C";
	margin-left:	-10px;
	padding-right:	4px;
	line-height:	0;
}

blockquote > *:first-child:after {
	content:		"\201D";
	margin-right:	-10px;
	padding-right:	4px;
	line-height:	0;
}

blockquote cite, q cite {
	font-style:			normal;
}

cite,em,dfn {
	font-style:			italic;
}

code,kbd,samp,pre,tt,var {
	font-size:			12px;
	font-family:		mono-space,monospace;
}

hr {
	display:		block;
	margin:			20px 0 20px 0;
	background:		#d7d7d7;
	color:			#d7d7d7;
	width:			100%;
	height:			1px;
	border:			none;
}


/*
========================================================
FORM
========================================================
*/

form label.error {
	margin:			3px 0 0 0 !important;
	padding:		0 !important;
	display: 		none;
	color:			#F00 !important;
}

form input.error {
	border:		0px solid #F00 !important;
}

form li input.error {
	border: 	0 !important;
}

form .rowem {
	display:	none;	
}

/*
input[type='hidden'] {
	display:	none;
}

input[type='text'],input[type='password'],input[type='file'],textarea {
	padding:			4px 3px;
	font-size:			12px;
	cursor:				text;
}

textarea,input[type='text'],input[type='password'],input[type='file'],select {
	border:			1px solid #ccc;
	background:		#fff;
}

input,
select {
	padding:		4px 3px;
}

input,select {
	cursor:		pointer;
}

select,option {
	font-size:		12px;
}

input[type='radio'] {
	position:		relative;
	bottom:			-2px;
}

input[type='checkbox'] {
	position:		relative;
	bottom:			-2px;
}

select[multiple] {
	margin-bottom:	10px;
}

input[type='submit'],input[type='reset'],input[type='button'] {
	margin:			0;
	padding:		0;
	font-size:		12px;
}

textarea:hover,input[type='text']:hover,input[type='password']:hover,input[type='file']:hover,select:hover {
	border-color:	#aaa;
}

textarea:focus,input[type='text']:focus,input[type='password']:focus,input[type='file']:focus,select:focus {
	outline:		2px solid #e4e4e4;
	border-color:	#888;
}

input:focus {
	outline: 		2px solid Highlight;
}

*/

/*
========================================================
LANGUAGE
========================================================
*/

:lang(af),:lang(nl),:lang(pl) {
	quotes:'\201E' '\201D' '\201A' '\2019';
}

:lang(bg),:lang(cs),:lang(de),:lang(is),:lang(lt),:lang(sk),:lang(sr),:lang(ro) {
	quotes:'\201E' '\201C' '\201A' '\2018';
}

:lang(da),:lang(hr) {
	quotes:'\00BB' '\00AB' '\203A' '\2039';
}

:lang(el),:lang(es),:lang(sq),:lang(tr) {
	quotes:'\00AB' '\00BB' '\2039' '\203A';
}

:lang(en-GB) {
	quotes:'\2018' '\2019' '\201C' '\201D';
}

:lang(fi),:lang(sv) {
	quotes:'\201D' '\201D' '\2019' '\2019';
}

:lang(fr) {
	quotes:'\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

*[lang|='en'] q:before {
	content:'\201C';
}

*[lang|='en'] q:after {
	content:'\201D';
}

*[lang|='en'] q q:before {
	content:'\2018';
}

*[lang|='en'] q q:after {
	content:'\2019';
}

/*
========================================================
EXTENDED CLASSES
========================================================
*/

.left {
	float:			left;
}

.right {
	float:			right;
}

.align-left {
	text-align: 	left;
}

.align-right {
	text-align: 	right;
}

.align-center {
	text-align:		center;
}

.justify {
	text-align:		justify;
}

.hide {
	display: 		none;
}

.clear {
	clear:			both;
}

.bold {
	font-weight:	bold;
}

.italic {
	font-style:		italic;
}

.underline {
	border-bottom:	1px solid;
}

.highlight {
	background:		#ffc;
}

img.centered {
	display: 		block;
	margin-left: 	auto;
	margin-right: 	auto;
}

img.alignleft {
	float:			left;
	margin:			4px 10px 4px 0;
}

img.alignright {
	float:			right;
	margin:			4px 0 4px 10px;
}

.marginleft {
	margin-left:	20px;
}

.marginright {
	margin-right:	20px;
}

.show-50 {
	-moz-opacity:	.50;
	filter:			alpha(opacity=50);
	opacity:		.50;
}

.clearfix:after {
	content:		".";
	display:		block;
	height:			0;
	clear:			both;
	visibility:		hidden;
	line-height:	0;
}

.clearfix {
	display:		inline-block;
}

* html .clearfix {
	height:			1%;
}

html[xmlns] .clearfix {
	display:		block;
}

.clearfix {
	display:		block;
}

/*
========================================================
BASIC TAGS
========================================================
*/

p {
	margin:				12px 0 12px 0;
}

#content ul {
	margin:				12px 0 12px 0;
	padding:			0 0 0 0;
	margin-bottom:		1em;
}

#content ul li {
	background-image:		url(../images/bullet.gif) !important;
	padding:				3px 0 3px 15px;
	list-style:				none !important;
	margin-bottom:			3px;
	background-repeat: 		no-repeat;
	background-position: 	left 8px;
}

#content ul ul {
	margin:					0;
}

#content ol li,
#content ul li {
	margin-bottom:			3px;
}

#content ol {
	margin:					12px 0 12px 26px;
	padding-left:			0px;
}

#content ol ol {
	margin:					0 0 0 26px;
}

#content ol li {
	list-style:				decimal;
	background-image:		none;
	padding-left:			0px;
}