/* CSS Document */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #000000;
	padding:0;
	height:100%;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
	
}

#container {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #FFFFFF;	
}

.containertop {
	border-bottom: solid 1px #000000;
	height: 100px;
}

.borderwhite {
	border: 1px solid #FFFFFF;
}

.containerright {
	border-left: solid 1px #ff0000;
}

#nav {
	height: 26px;
	background-color: #FF0000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#nav p {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	line-height: 26px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
}

#nav a {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #d8d6d6;
}


#sponsortitle {
	height: 26px;
}

#sponsortitle p {
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.sponsorright {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}

.sponsorright img{
	border: 1px solid #FF0000;	
}

#conventie {
	margin:1px;
	border-top: 1px solid #D8D6D6;
	padding: 10px;
	font-size: 12px;
	display: table;
	height: 200px;
	width: 650px;
}

#conventie p{
	font-size: 12px;
}

#conventie h1 {
	color: #FF0000;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#conventie h2 {
	color: #FF0000;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#conventie img {
	margin:5px;
	border: 1px solid #FF0000;
}

#conventie label {
	float: left;
	width: 120px;
	font-weight: bold;
 	vertical-align: bottom;
	font-size: 12px;
}

#back {
	margin:1px;
	border-top: 1px solid #D8D6D6;
	padding: 10px;
	font-size: 12px;
}
