* { margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: white; }

body {
	margin-top: 0px;	
}

ul { list-style: none; }

#logo {
	margin: 0 auto;
	width: 1000px;
	height: 96px;
	background-color: #1B779C;
	border: 1px solid black;
	border-bottom: 0;
}

a img {border: 0;}

:focus { outline: 0; }

.line {
	margin: 0 auto;
	background-color: #A0C752;
	width: 1000px;
	height: 5px;	
	border: 1px solid black;
	border-top: 0;
	border-bottom: 0;
}

#footer {
	background-color: #1B779C;
	margin: 0 auto;
	width: 1000px;
	height: 53px;
	border: 1px solid black;
	border-top: 0;	
}

#maincontents {
	margin: 0 auto;
	width: 1000px;
	border: 1px solid black;
	border-top: 0;
	border-bottom: 0;
	background: url(../images/back.jpg) transparent repeat;
	min-height: 705px;	
}

#maincontents td {
	vertical-align: top;
}

#caromtex {
	float: right;	
}

#marcopy {
	margin-left: 20px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: white;		
	margin-top: 10px;
}

#leftbar {
	width: 167px;
	height: 682px;
	float: left;
	background: url(../images/leftbarback.jpg) transparent no-repeat;
	margin: 10px 10px 10px 20px;
	text-align: center;	
}

#contents {
	width:	750px;	
	padding: 15px 0 0 0px;
}

.left_menu {
	margin-top: 20px; 	
}

.top_menu {
	width: 745px;
	margin-left: 5px;
	margin-top: 40px;
	display: block;	
	float: left;
}

#logo a {
	display: block;	
	float: left;
}

.top_menu li {
	margin-right: 3px;	
	display: block;	
	float: left;
	width: 89px;
	height: 29px;
}

#selected_top {
	position: relative;
}


#langer,
#langer a {
	display: block;
	float: right !important;
	margin-right: 50px;	
}

#flash {
	display: none;
	width: 100%;
	height: 2000px;
	position: absolute;
	z-index: 1000;
	background-color: white;	
}

#flash_container {
	width: 700px;
	height: 550px; 
	margin: 50px auto;
/*	background: url(../images/backh.jpg) no-repeat; */	
}

#sel {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 89px;
	height: 29px;
	visibility: hidden;
	z-index: 1000;
	-moz-opacity: 0.6;	
	filter: progid:dximagetransform.microsoft.alpha(opacity=60);
}

input, textarea {
	color: black;
	font-size: 12px;
	font-weight: bolder;
	width: 230px;
}

textarea { height: 250px; }

#contents ul,
contents ol {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}