@charset "utf-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* My css begins here */

a {color: #FFF; text-decoration: none;} 
a:active {
	color: #FFF;
	text-decoration: none;
} 
a:visited {color: #FFF;	text-decoration: none;} 
a:hover {color: #FFF; text-decoration: underline;}

#navi a {
	color: #000;
	font-weight: bold;
	display: block;
	padding: 4px;
}

#navi a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}


body {
	background-color: #00F;
	padding:0;
	margin:0;
}

body#startpage {
	background-image: url(../images/bg_index.jpg);
	background-repeat: repeat-x;
	background-color: #C70125;
}

body#facts {
	background-repeat: repeat-x;
	background-color: #577D4A;
	background-image: url(../images/bg_facts.jpg);
}

body#reference {
	background-image: url(../images/bg_ref.jpg);
	background-repeat: repeat-x;
	background-color: #B400D1;
}

body#contact {
	background-image: url(../images/bg_contact.jpg);
	background-repeat: repeat-x;
	background-color: #023169;
}


#header {
	float: left;
	height: 460px;
	width: 100%;
	background-color: #FFF;
	position: float left;

}
#mainImage {
	background-image: url(../images/bigbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
	width: 100%;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Specific for startpage */

#startpage #Rightcoll {
	height: auto;
	width: 400px;
	margin-top: 20px;
	float: left;
	margin-left: 40px;
}
 

#startpage #Leftcoll {
	width: 400px;
	height: auto;
	margin-top: 20px;
	float: left;
	margin-left: 60px;
}

#contact #Rightcoll {
	height: auto;
	width: 300px;
	margin-top: 50px;
	float: left;
	margin-left: 40px;
	padding-top:0px;
}

#contact .countryInfo
{
    display: none;   
}


/* End specific code starpage */

#Leftcoll {
	width: 500px;
	height: auto;
	margin-top: 20px;
	float: left;
	margin-left: 60px;
}

#Rightcoll {
	height: auto;
	width: 300px;
	margin-top: 20px;
	float: left;
	margin-left: 40px;
}


.horizontalLine {
	clear: both;
	width: 940px;
	height: 2px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 10px;
}
#logo {
	width: 271px;
	height: 133px;
	float: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 60px;
	padding-top:20px;
	height: 20px;
	clear: both;
}

#clear {
	clear: both;
}
#navi {
	height: 133px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#navi ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	padding-top: 45px;
}
#navi ul li {
	float: left;
	padding-right: 5px;
}

#navi ul li #active {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	cursor: inherit;
}



.textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 500px;
	margin-left: 50px;
	float: left;
}
.image {
	width: 300px;
	margin-left: 40px;
}

h1.textblock  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: normal;
	width: 500px;
	margin-left: 50px;
	padding-bottom: 10px;
}


.articleSplitt{
	background-image:url(../images/separator.png);
	width:100%;
	#width:39px;
}
*html .articleSplitt{
	background-image:url(../images/separator.gif);
}

.ContentArticle{
		float:left;
		width:860px;
		padding:50px 50px 40px 50px;
		background-image:url(../images/separator.png);
		background-repeat:no-repeat;
		background-position:left bottom;
		font-family:Arial;
		font-size:14px;
		color:#ffffff;
		line-height:20px;
	}
	*html .ContentArticle{
		background-image:url(../images/separator.gif);
	}
		.ContentArticle h1
		{
	        color:#ffffff;
	        font-size:25px;
	        line-height:30px;
	        padding-bottom:20px;
		}
		
	.factrow
	{
		float:left;
		width:860px;
		padding:10px 50px 10px 50px;
	}
	
	.factrow .leftColumn
	{
	    float: left;
	    width: 210px;
	    padding: 13px;
	}
	
	.factrow .middleColumn
	{
	    float: left;
	    width: 150px;
	}
	
	.factrow .middleColumn .middleTop,	.factrow .middleColumn .middleBottom
	{
	    padding: 5px;
	}
	
	.factrow .rightColumn
	{
	    float: left;
	    width: 400px;
	}
	
	.factrow .rightColumn .rightTop
	{
	    background-color: #bfbfbf;
	    padding: 5px;
	    float: left;
	}
	
	.factrow .rightColumn .rightBottom
	{
	    background-color: #f6ea22;
	    padding: 5px;
	    float: left;
	}
	
	.factrow .three
	{
	    width: 50%;
	}
	.factrow .threefive
	{
	    width: 62.5%;
	}
	.factrow .four
	{
	    width: 75%;
	}
	.factrow .fourfive
	{
	    width: 87.5%;
	}
	.factrow .five
	{
	    width: 100%;
	}
	
	.factrow .threeone
	{
	    width: 52.5%;
	}
	
	.factrow .fourtwo
	{
	    width: 100%;
	}
	
	
	.facttable
	{
		float:left;
		width:860px;
		padding:20px 50px 10px 70px;
	}
	
	.facttable ul li
	{
	    margin-left: 40px;
	    list-style-type: disc;
	}
	
	
	.facttable .leftColumn
	{
		width: 150px;
		float:left;
		height: 50px;
	}
	.facttable .middleColumn
	{
		width: 300px;
		float:left;
		height: 50px;
	}
	
	.facttable .middleColumn .topMiddle
	{
		width: 300px;
		float:left;
	}
	.facttable .middleColumn .bottomMiddle
	{
		width: 300px;
		float:left;
	}
	.facttable .middleColumn .bottomMiddle .bottomMiddleLeft
	{
		width: 200px;
		float:left;
	}
	.facttable .middleColumn .bottomMiddle .bottomMiddleRight
	{
		width: 100px;
		float:left;
		text-align: center;
	}
	
	.facttable .rightColumn
	{
		width: 300px;
		float:left;
		height: 50px;
	}
	
	
	.facttable .rightColumn .topRight
	{
		width: 300px;
		float:left;
	}
	.facttable .rightColumn .bottomRight
	{
		width: 300px;
		float:left;
	}
	.facttable .rightColumn .bottomRight .bottomRightLeft
	{
		width: 100px;
		float:left;
		text-align: center;
	}
	
	.facttable .rightColumn .bottomRight .bottomRightRight
	{
		width: 200px;
		float:left;
	}
	
	.tablerow
	{
		float:left;
		width:860px;
		padding:0px 50px 0px 70px;
	}
	
	.tablerow .c1
	{
	    float: left;
	    width:150px;
	    padding-top: 5px;
	}
	.tablerow .c2
	{
	    float: left;
	    width: 200px;
	    padding-top: 5px;
	}
	.tablerow .c3
	{
	    float: left;
	    width: 100px;
	    padding-top: 5px;
	    text-align: center;
	}
	.tablerow .c4
	{
	    float: left;
	    width: 100px;
	    padding-top: 5px;
	    text-align: center;
	}
	.tablerow .c5
	{
	    float: left;
	    width: 200px;
	    padding-top: 5px;
	}
	
   		
/* Formular */	

form {
 border: 0px;
 padding-top: 10px;
}

		
input {
	background-color: #FFF;
	padding: 2px;
	margin-bottom: 10px;
	color: #999;
	border:none;
	height: 24px;
}

select {
	height: 28px;
	background-color: #FFF;
	padding: 2px;
	color: #999;
	margin-bottom: 10px;
	border:none;

}

textarea {
	background-color: #FFF;
	padding: 2px;
	margin-bottom: 10px;
	color: #999;
	border:none;
}

.submit_btn{
	height: 36px;
	width: 92px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #023169;
	background-image: url(../images/sendBtn.jpg);

}
.formfields{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 400px;

}

#flashcenter {
	margin-left: 50%;
	z-index: 200; position: relative;
}

#flash {
	z-index: 2;
	height: 700px;
	width: 820px;
	position: absolute;
	margin:0 0 0 -410px;
}

.updnWatermark {
	font-family: Sans-Serif;
	font-size: small;
	font-style: italic;
    padding: 2px;
    position:absolute;
    color: #333333;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


