/* Globals */

a:link		{color:#303030; text-decoration:none; font-weight:bold;}
a:visited	{color:#303030; text-decoration:none; font-weight:bold;}
a:hover		{color:#ff4e00; text-decoration:none; font-weight:bold;}
a:active	{color:#303030; text-decoration:none; font-weight:bold;}

img {
	border-style: none;
}

.button {
	border:1px solid #303030;
	background-color:#e3e3e3;
	color:black;
}

.input {
	border:1px solid #303030;
	background-color:white;
	color:black;
}

/* General stuff */

#header {
	width:900px; height:100px;
	margin:20px 0px 10px;
	border:1px solid #606060;
}

#nav {
	width:900px; height:16px;
	border:1px solid #606060;
	background-color:#e9e9e9;
	font-family:verdana;
	color:#101010;
}

.nav_entry {
	width:111px; height:15px;
	padding-top:1px;
	float:left;
	border-right:1px dashed #606060;
	font-size:8pt;
}

#content {
	width:890px;
	margin:10px 0px 10px;
	padding:5px;
	border:1px solid #606060;
	background-color:#e9e9e9;
	font-family:verdana;
	font-size:8pt;
	color:#101010;
	text-align:left;
}

#footer {
	width:890px; height:15px;
	padding:1px 5px 0px;
	background-color:#e9e9e9;
	border:1px solid #606060;
	color:#101010;
	font-family:verdana;
	font-size:7pt;
}

#footer_left {
	width:700px;
	float:left;
	text-align:left;
}

#footer_right {
	width:150px;
	float:right;
	text-align:right;
}

.table_title  {
	width:500px; 
	font-size:8pt;
	font-weight:bolder;
	text-align:left;
	margin-bottom:8px;
	margin-top:4px;
}

.table_right {
	width:130px; height:15px;
	margin-bottom:2px;
	padding-left:5px; padding-top:1px;
	border:1px solid black;
	background-color:#cccccc;
	font-size:8pt;
	text-align:left;
	display:infline;
	float:left;
}

.table_left {
	width:746px; height:15px;
	padding-left:5px; padding-top:1px;
	margin-bottom:2px;
	border:1px solid black; border-right:none;	
	background-color:#dddddd;
	font-size:8pt;
	text-align:left;
	float:left;
}

/* News */

.news_container {
	width:888px;
	margin-top:10px;
	margin-bottom:15px;
	border:1px solid #606060;
}

.news_picture {
	width:100px; height:100px;
	float:left;
}


.news_title {
	width:650px; height:15px;
	border-bottom:1px solid #606060;
	border-left:1px solid #606060;
	padding-top:2px;
	padding-left:6px;
	float:left;
	font-weight:bold;
	background-color:#d6d6d6;
}

.news_datum {
	width:130px; height:15px;
	border-bottom:1px solid #606060;
	border-left:1px solid #606060;
	padding-top:2px;
	float:left;
	background-color:#d6d6d6;
	text-align:center;
}

.news_content {
	width:777px;
	padding:8px 5px;
	float:left;
}

/* Gallery */

.list_container {
	width:888px;
	margin-top:10px;
	margin-bottom:15px;
	border:1px solid #606060;
}

.list_picture {
	width:100px; height:100px;
	float:left;
}

.list_title {
	width:781px; height:15px;
	border-bottom:1px solid #606060;
	border-left:1px solid #606060;
	padding-top:2px;
	padding-left:6px;
	float:left;
	font-weight:bold;
	background-color:#d6d6d6;
}

.list_description {
	width:677px;
	padding:8px 5px;
	float:left;
}

.show_container {
	width:888px;
	margin:10px;
	text-align:center;
}

.show_picture {
	width:100px; height:100px;
	margin:3px;
	border:1px solid #606060;
	float:left;
}

/* Admin */

#login_area  {
	width:300px; height:200px;
	background-color:#cccccc;
	margin-top:40px;
}

