@CHARSET "UTF-8";

@import url(lightbox.css);

/******* 
 * LINKI
 */

h1 {
    font-size: 17px ;
}

a:link {
	color: navy;
	text-decoration: none;
}
a:visited {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	width: 700px;
	margin: auto;
	padding: 0px;
	/*background: red;*/
}

#header {
	width: 700px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

.mainImgLink {
	width: 120px;
	float: left;
	/*background: green;*/
	height: 200px;
	text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.mainImgLink a:link{
	text-decoration: none;
}
.mainImgLink a:visited{
	text-decoration: none;
}
.mainImgLink a:hover{
	text-decoration: none;
}

.whiteSpace {
	width: 25px;
	height: 200px;
	float: left;
}

/********************/
.menuLink {
	width: 120px;
	float: left;
	/*background: green;*/
	text-align: center;
}
.whiteSpace1 {
	width: 25px;
	float: left;
	text-align: center;
	/*background: yellow;*/
}

/********************/
#formBox {
	width:300px;
	padding:10px;
	float:left;
}

#formBox fieldset {
	padding:10px;
}

#formBox label {
	font-size: 13px;
}
/*************************/
.errors {
	color:red;
	font-size:small;
}

.info {
	color:green;
	font-size:small;
}

/*******************/
#linksBottom{
	padding: 2px;
	margin:20px 0px;
	border-top: 1px solid gray;
	clear:both;
	font-size: 13px;
	color: gray;
}

#linksBottom a:link{
	color:navy;
}

#linksBottom a:visited{
	color:navy;
}

#linksBottom a:hover{
	text-decoration:underline;
}