/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
}
	


/* ****************  MEYER RESET **************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* ****************  BASIC TYPOGRAPHY **************** */

html {
}
strong { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { cursor:help; text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* ******************* QUOTES ************************ */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }

/* ******************* FORMS ************************ */

fieldset {
	padding:0px;
	margin: 0px;
}
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }

/*textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; } ##!# orig by tom*/
textarea, input[type='text'], select { background: #fff; } /* temp version by Alexander -> problem witch formfielderror .... ##!# */
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #666666;
}
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }




/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 80%/1.5em Arial, Helvetica, sans-serif;
	background: url(../images/bg_intro.jpg) repeat-x;
	color: #666666;
}
a/* ******************* LINK ************************ */

  {
	text-decoration:none;
	color: #EB232C;
}

a:hover {
	text-decoration:none;
	color: #424242;
}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #EB232C;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}

h2 {
	padding:0px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #EB232D;
	margin-bottom: 10px;
}

h3 {
	padding:0px 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #535353;
	margin-bottom: 10px;
}
h4 {
	padding:0px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #535353;
	margin: 10px 0px 5px;
}


.dark{ color: #535353;;}

.note{
	color: #666666;
	font-size: 11px;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #ccc;
	border-right: 0 none #ccc;
	border-bottom: 0 none #ccc;
	border-left: 0 none #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.shadowline{
	background: url(../images/bg_contentbox.gif) repeat-x 0px 0px;
	height: 20px;
}


.arrowul{
	list-style: url(../images/icons/icon_arrowul.gif) inside;
	margin-left: 10px;
}

/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;
	margin-right: 0px;
}

.spacer {
	width: 1px;
	float: left;
	display: block;
	margin: 0px 9px 0px 10px;
	padding: 0px;
}
.space  { padding: 5px }

.space2 { padding: 10px }



.space3 { padding: 20px }

.spacetb  {
margin-top:15px;
margin-bottom:15px;}

.spaceb  {
margin-bottom:5px;}

.liarrow{
	list-style: url(../images/icons/icon_arrow2.gif) inside;
}


/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#introwrapper     {
	width: 880px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	}

#introtop{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 120px;
	width: 760px;
}

#intrologo{
	float: left;
	width: 450px;
	margin-right: 130px;
}

#intropic{
	float: left;
	width: 180px;
	margin-top: 10px;
}

#introcontentbox{
	background: #FFFFFF url(../images/bg_contentbox.gif) repeat-x 0px 0px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	margin: 0px 0px 0px 120px;
	padding: 20px;
	font-size: 11px;
	width: 718px;
}

#introsfeerpic{
	padding-left: 100px;
	height: 450px;
}

#intronav{
	background: url(../images/bg_intronav.gif) no-repeat 0px 0px;
	height: 295px;
	width: 190px;
	position: absolute;
	top: 180px;
	left: 20px;
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

#navbar{
	background: url(../images/navbar.gif) no-repeat 0px 0px;
	margin-top: 15px;
	height: 44px;
}

#nav   {
	padding: 12px 10px 10px;
	color: #FFFFFF;
	font-size: 11px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #EB232C;
	text-decoration: none;
}

#navitem ul {
	color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 31px;
}



#navitem li {
	list-style: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px 0px 10px;
	font: bold 12px Helvetica, sans-serif;
	text-transform: uppercase;
}

#navitem .navactif{
	color: #FFFFFF;
	text-decoration: none;
}

#navitem .navactif a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	}

#navitem .navactif a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

