/* ------------------------------------------------------------------------------
Web2Date

Layout:   	WideCenter - 20.11.2008
Modification:	Webdesignconsult.de    
--------------------------------------------------------------------------------- */
/* gewählte Designfarben */
/*
usercolor.medium = "#1E587C"
usercolor.alt.bright = "#EC7A13"
usercolor.bright = "#BACDD2"
usercolor.alt.bright = "#E58D0F"
usercolor.dark = "#010000"

*/


/* top elements */
* { margin:0px; 	padding: 0px; }

/* Scrollbalken im FF immer anzeigen */ 
html {height: 100%; margin-bottom: 0.1px;} 

/* Bilder immer ohne Rahmen */
img{
	border: none !important;
}
body  {
	background-color:			#E58D0F;
	padding:				0px;
	margin:					0px;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#000;
}

#header{
	background:				#000 url(../images/pheader.jpg) no-repeat;
	width:					930px;
	height:					90px;
	margin:					0px;
	padding:				0px;
}
#youarehere {
	background-color:			#E58D0F;
	color:					#fff;
	border-top:				solid 3px #fff;
}
#youarehere p {
	padding:				10px  10px  10px  10px  !important;
	font-size:				90%;
}		
#youarehere a {
	display:				inline;
	text-decoration:			none;
	color:					#fff;
	margin:					0;
}	
#youarehere a:hover {
	border-bottom:				#fff 1px dotted;
}
#commontop {
	font-size:				smaller;
	position:				relative;
	top:					0px;
	left:					0px;
	width:					930px;
	text-align:				right;
	padding:				3px 0px;
	border-top:				solid 3px #fff;
}
#commontop p {
	display:				inline;
	color:					#BACDD2;
}
#commontop a {
	display:				inline;
	text-decoration:			none;
	color:					#BACDD2;
}	
#commontop a:hover, #commontop a.plain:hover {
	text-decoration:			none;
	border-bottom:				solid 3px #BACDD2;
}
#commontop a.plain {
	display:				inline;
	text-decoration:			none;
	color:					#BACDD2;
	font-weight:				bold !important;
}	
 
#eyecatcher {
	position:				relative;
	margin-left:				auto;
	margin-right:				auto;
	border-top:				#fff 5px solid;
	clear:					both;
	display:				block;
	float:					left;
	width:					930px;
	height:					300px;
	top:					0px;
	left:					0px;
	padding:				0px;
}

#flashlogocontent {
	position:				relative;
	margin-left:				auto;
	margin-right:				auto;
	border-top:				#fff 5px solid;
	border-bottom:				#fff 5px solid;
	clear:					both;
	display:				block;
	float:					left;
	width:					930px;
	height:					300px;
	top:					-20px;
	left:					0px;
	padding:				0px;
	z-index:				1;
	background:				#010000 url(../images/palternativeye.jpg) no-repeat;
}
#flashlogo {
	position:				relative;
	margin-left:				auto;
	margin-right:				auto;
	border-top:				#fff 5px solid;
	border-bottom:				#fff 5px solid;
	clear:					both;
	display:				block;
	float:					left;
	width:					930px;
	height:					300px;
	top:					0px;
	left:					0px;
	padding:				0px;
	z-index:				100;
}
#contentwrapper {
	float:					left;
	width:					100%;
	height:					100%;
	margin:					0px 0px 0px 0px;
	padding:				0px;
	border-top:				6px solid #fff;
	clear:					both;	
}
/* IE6 */
*html #contentwrapper {
	margin-top:				-40px !important; 
}
/*IE6 */
*html #eyecatcher {
	float:					none;
}
/* IE7*/
*+ html #eyecatcher {
	float:					none;
}


/*menu*/
#menue {
	padding:				0px;
	width:					100%;
	background-color:			transparent;
	voice-family:				"\"}\"";
	voice-family:				inherit;
}
#menuBar {
	position:				relative;
	top:					35px;
	left:					auto;	
	width:					930px;
	height:					50px;
	text-align:				right;
	padding:				0px;
	margin:					0px;
	clear:					both;
}

/* Menu */
ul.menuBar {
	margin:					0px;
	padding:				7px 0px 7px 16px;
}

li.menuButton {
	display:				inline;
	list-style:				none;
}

a.menuButton  {
	color:					#fff;
	text-decoration:			none;
	font-weight:				bold;
	margin:					0;
	padding:				7px 10px 7px 10px;
	background:				url(../images/pmato.gif) repeat-x top right;
}

a.menuButtonActive, a.menuButton:hover {
	position:				relative;
	left:					0px;
	color:					#fff  !important;
	text-decoration:			none;
	font-weight:				bold;
	margin:					0;
	padding:				7px 10px 7px 10px;
	background:				url(../images/pmatoa.gif) repeat-x top right;
}

.menu {
	background-color:			#E58D0F;
	border-top:				solid 1px #fff;
	border-left:				solid 1px #fff;
	border-right:				solid 1px #fff;
	padding:				0px;
	margin:					1px 0px 0px -1px;
	position:				absolute;
	text-align:				left;
	visibility:				hidden;
	filter:					alpha(opacity=80);
	-moz-opacity:				0.80;
	opacity:				0.80;
	z-index:				200;
}
/* Für den IE6 */
*html .menu {
	margin:					2px 0px 0px 0px;
}

a.menuItem, a.menuItemActive {
	color:					#000;
	background-color:			transparent;
	display:				block;
	padding:				4px 10px 4px 10px;
	text-decoration:			none;
	font-weight:				bold;
	white-space:				nowrap;
	border-bottom:				solid 1px #fff;
}

a.menuItem:hover, a.menuItemActive {
	background-color:			#E58D0F;
	color:					#fff;
}

#footer {
	clear:					both;
	width:					100%;
	font-weight:				normal;
	font-size:				smaller;
	padding:				0px;
	margin:					0px auto;
	text-align:				center;
}
#footer a {
	color:					#1E587C;
	text-decoration:			none;
	background-color:			transparent;
}
#footer a:hover {
	color:					#EC7A13;
	text-decoration:			none;
	background-color:			transparent;
}
#search {
	position:			absolute;
	top:				150px;
	margin-left:			10px;
	width:				150px;
	height:				35px;
	background:			transparent url(../images/pbgrsea.gif) no-repeat;
	z-index:			1000;
}	
form.search {
	padding:			0px 0px 0px 5px;
	margin:				0px;
}
form.search input {
	padding:			0px;
	margin:				-1px 0px 0px 0px;
	vertical-align:			middle;
	font-size:			80%;
	color:				#fff;
}
input.search {
	border:				none;
	width:				95px;
	background-color:		transparent;
}

