/* HTML ELEMENTS */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url('background.jpg');
}
img {
	border: 0;
}
td {
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* LINKS */

a.menulink:link, a.menulink:active, a.menulink:visited {
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px;
	padding-right: 20px;
	background-color: #3A3A3A;
}
a.menulink:hover {
	color: white;
	display: block;
	text-decoration: none;
	background-color: #646464;
	padding: 5px;
	padding-right: 20px;
}
a.rightmenulink:link, a.rightmenulink:active, a.rightmenulink:visited {
	text-decoration: none;
	color: #336699;
}
a.rightmenulink:hover {
	text-decoration: underline;
	color: black;
}
a.textlink:link, a.textlink:active, a.textlink:visited {
	text-decoration: none;
	color: #336699;
}
a.textlink:hover {
	text-decoration: none;
	color: gray;
}

/* DROP DOWN MENU */

.dropdown_wrap {
	height: 22px;
}
.dropdown {
	position: absolute;
	visibility: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* DESIGN ELEMENTS */

#container_front {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-image: url('contentbackground2.jpg');
}
#top {
	background-image: url('menubackground.jpg');
	background-repeat: repeat-x;
	text-align: right;
}
#header {
	background-image: url('header.jpg');
	background-repeat: repeat-x;
	height: 80px;
}
#menu {
	background-image: url('menubackground_22px.jpg');
	background-repeat: repeat-x;
}
#content {

}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	border-top: 1px solid #C0C0C0;
	background-image: url('menubackground.jpg');
	text-align: center;
	font-size: 10px;
	color: gray;
	letter-spacing: 1px;
}
#content_table {
	width: 100%;
	padding-top: 5px;
}
#content_table_left {
	width: 320px;
	vertical-align: top;
	text-align: left;
}
#content_table_center {
	width: 320px;
	vertical-align: top;
	text-align: left;
}
#content_table_right {
	width: 160px;
	vertical-align: top;
}
.box_center {
	text-align: center;
}
.admin_bar {
	border-bottom: 1px solid #C0C0C0;
	background-color: #EEEEEE;
	padding-left: 5px;
}

/* IMAGES */

.version3 {
	height: 15px;
}

/* TEXTS */

.text_sub {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.text_header {
	margin-left: 20px;
	font-weight: bold;
	color: gray;
	letter-spacing: 1px;
}
.text_writer {
	margin-left: 20px;
	font-size: 9px;
	font-style: italic;
}
.text_teaser {
	margin-left: 20px;
	margin-right: 20px;
	font-family: sans-serif;
}
.text_readmore {
	text-align: right;
	padding-right: 20px;
	color: #336699;
	font-size: 9px;
	font-family: sans-serif;
}
.text_content {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	font-family: sans-serif;
}
.text_contentheader {
	margin-left: 20px;
	font-weight: bold;
	color: #7EAEDE;
	border-bottom: 1px dotted #336699;
	margin-right: 20px;
	letter-spacing: 1px;
	font-size: 15px;
}
.text_admin {
	color: black;
	margin-bottom: 2px;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* FORM ELEMENTS */

.input {
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #D8D8D8;
	width: 130px;
}
.input_right {
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: white;
	width: 135px;
}
.button_right {
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: white;
	font-weight: bold;
}
.submit_box_right {
	width: 135px;
	text-align: center;
}

/* FONTS */

.alert {
	color: red;
	font-weight: bold;
}
