﻿#content {
	width: 550px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 260px;
	z-index: 0;
	background-color: #ECF4FF;
	
	color:black;
	
	/*font-family: Arial;*/
}
#sidebar {

color:black;

	position: absolute;
	top: 150px;
	left: 830px;
	width: 200px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #555555;
	background-color: #EAF3FF;
}
#logo {
	width: 800px; /* height: 40px;*/;
	height: 80px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 260px;
	font-size: 280%;
	font-variant: normal; /*color: #2231A1;*/;
	font: background-color: #1869BD;
	font-family: "Arial Black";
	font-style: oblique;
	color: #1869BD;
	text-align: left;
	text-indent: 30px;
}

#plaintext {
	color: #000000;

	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #000000;
	text-decoration: none;
}


#eyecatcher {
	top: 20px;
	left: 20px;
	width: 200px;
	height: 300px;
	padding: 1px;
	border : 1px solid #000000;
/* rem background-color: #888888;*/
	position: absolute;
	z-index: 5;
	
	background-color:#ECF4FF;

}

#common {
	top: 340px;
	left: 20px;
	width: 204px;
	position: absolute;
	padding-bottom: 20px;
	border-bottom: 1px solid #555555;
	border-bottom-style: none;
}

#common a {
	/*color: #fffffe;*/
	color: #1869BD;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background : url(../images/pbull.gif) no-repeat 0px 3px;
	font-weight: bold;
	font-style: italic;
	background-color: #ECF4FF;
}

#common a:hover {
	color: #000080;
}


/* Menü */

#menuBar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 101px;
	left: 250px;
	z-index: 20;
	height: 27px;
	overflow: hidden;
	color: #FF0000;
	background-color: #FFD728;
	width: 800px;
}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #000000;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-right: 1px solid #000000;
	border-right-color: #E6B800;
}
.menu {
	background-position: left top;
/*background: #FFD728 url(../images/pmenu.gif) repeat-x left*/
	background-color: #FFD728;
	top;
	border: 1px solid #666666;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 10;
	color: #000000;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	/*color: #BBBBBB;*/
	/*background-color: transparent;*/
	background-color: #FFD728;
	display: block;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
	/*background-color: #FF9900;
	color: #000000;*/
	background-color: #FFD728;
	color: #FF0000;
	font-weight: bold;
}
a.menuItem:hover, a.menuItemActive {
	background-color: #FFD728;
	color: #FF0000;
	font-weight: bold;
}

form.search {
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 820px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #888888 1px solid;
	background : #ffffff url(../images/pfade.gif) repeat-x;
	width: 126px;
	padding: 2px;
	margin: 0;
}
