@import url("global.css");
@import url("structure.css");
@import url("navigation.css");

* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

html, body {
	height:100%;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#666666;
	text-align: center;	
}


html{
	background-color:#EDEDED;
}

body {
	background:url("../images/shared/bg.jpg") top repeat-x;
}


/******* HEADLINES & TEXT *********/

h1 {
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	color:#666666;
	margin:0 0 15px 0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	color:#666666;
	margin-bottom:10px;
}


h3 {
	font-size:12px;
	font-weight: bold;
	line-height:12px;
	color:#666666;
}

h4 {
	font-size:12px;
	font-weight: bold;
	line-height:12px; 
	color:#8D746F;
}

h5 {
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	color:#666666;
	margin:0px 0px 25px 35px;
}

.areatext {
	width:200px;
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	color:#CA050A;
	margin:0 0 15px 0;
}

#rightcol h4 {
	font-size:12px;
	font-weight: bold;
	line-height:12px; 
	color:#666666;
	background-color:#D9D9D9;
	margin:0;
	padding:3px 5px;
}

#rightcol p {
	padding: 0 0 0 5px;
	font-size: 11px;
	color:#FFFFFF;
}

#rightcol p a {
	text-decoration:underline;
}

#rightcol p a:hover {
	text-decoration:none;
}

.bold {
	font-weight:bold;
}

.fl {
float:left;
}

.fr {
float:right;
}


/******* IMAGES *********/

.pic {
	border:#999999 1px solid;
}

/******* LINKS *********/

a {
	color:#666666;
	text-decoration:underline;
}

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



/******* FORMULAR *********/

.error {
	background-color: #CA050A;
	border: 1px solid #00A6EB;
}

