@import 'navigation.css';
@import 'sub-navigation.css';
@import 'thickbox.css';


body {
	padding: 0px;
	margin: 0px;
	font: Verdana, Arial, Helvetica, sans-serif !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
}


#logo-container {
	height: 80px;
	width: 980px;
	margin: 0 auto;
}

#actions {
	float: right;
}

#head {
	padding-top: 35px;
	width: 100%;
	height: 240px;
	background-image: url(head-bg.jpg);
	background-repeat: repeat-x;
}

#main-navi {
	height: 23px;
	width: 960px;
	margin: 0 auto;
	padding-left: 20px;
	background-image: url(main-navi-bg.jpg);
	background-repeat: repeat-x;
}


#sub-navi {
	height: 80px;
	width: 978px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0 auto;
	background-image: url(sub-navi-bg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

/*#sub-navi a {
	display: block;
	height: 23px;
	float: left;
	margin-left: 10px;
	margin-right: 10ppx;
}*/


#head-image {
	width: 980px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

#head-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


#content-container {
	width: 940px;
	min-height: 200px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 0px;
}

#bottom-line {
	margin-top: 20px;
	height: 8px;
	width: 100%;
	background:#993333;
}


#bottom-container {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
}

#adress {
	width: 380px;
	float: left;
	font-size: 10px;
}

#partner {
	width: 550px;
	float: left;
	text-align: right;
}

#copy {
	width: 960px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#copy a {
	font-size: 10px;
	color: #CCCCCC;
}

#copy a:hover {
	color: #999999;
}

img {
	border: 0px;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
}


h1 {
	color: #de2821 !important;
	font-size: 18px !important;
}


h2 {
	color: #de2821;
	font-size: 15px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #1f5b9a;
}


a:hover {
	text-decoration: none;
}

a.copy {
	float:left;
	color:#F4F4F4;
	text-decoration: none;
	font-size: 10px;
}

a.copy:hover {
	color:#D4D4D4;
}


ul {
	margin-top: 5px;
	list-style-image: url('list-arrow.gif');
	margin-bottom: 10px;
	margin-left: 19px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


hr {
	border: 1px dotted #0063a7;
	height:1px;
}

div.image_legend {
	font-size: 10px;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 289px;
} 

.form_error {
	background-color: #FFDBB7;
	border: 1px solid black;
	width: 289px;
}



a:hover{
	text-decoration: none;
}

.clear {
	clear: both;
}
