/*
* Website: Frank Buchholz
* Version: 2.5 (Refresh Summer 2007)
* Author: blueend.com

.text1 {font-family: verdana, "Helvetica CE", "Arial CE", Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px;}
body ,p,td     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ;font-size: 11px}
input,textarea    {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ;background-color: #F5F5F5 ;font-size:11px ;border-style:solid ;border-width:1px; border-color:#cccccc}
select          {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ;background-color: #FFFFFF ;font-size:10px ;border-style:dotted ;border-width:1px; border-color:#cccccc; width: auto}
.micro,img     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ;font-size: 9px}
.microwhite     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #ffffff ;font-size: 9px; font-weight: bold}
.menu     {font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 9px; font-weight: bold}
.footer     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #666666 ;font-size: 9px}
.box         {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ;font-size: 10px}
a:hover     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ; text-decoration: none}
a:active     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ; text-decoration: none}
a:focus     {font-family: Verdana, Arial, Helvetica, sans-serif ; color: #000000 ; text-decoration: none}
*/

.clear
{
	display: inline-block;
}
.clear:after, .container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* HTML .clear
{
	height: 1%;
}
.clear
{
	display: block;
}
.center
{
	text-align: center;
}
INPUT, SELECT, TEXTAREA
{
	border: 1px solid #CCC;
	margin-bottom: 2px;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus
{
	border: 1px solid #BEC956;
	background: #FBFFDC;
}
/*
* New Styles
*/
BODY
{
	background-color: #ABABAB;
	background-image: url(/images/design_2009/main_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
HTML
{
	overflow: -moz-scrollbars-vertical;
}

#shadow_1{
	background: url(/images/design_2009/shadow_top.png) -2px 0px no-repeat; padding-top: 17px; float: left; margin-left: -16px;
}

#shadow_2{
	background: url(/images/design_2009/shadow_bottom.png) bottom left no-repeat; padding-bottom: 17px; float: left;
}

#shadow_3{
	background: url(/images/design_2009/shadow_middle.png); background-position: -2px 15px; padding: 0px 16px; float: left;
}

#main
{
	background: #FFF url(/images/design/main_gradient.jpg) repeat-x;
	border: 1px solid #CCC;
	min-height: 500px;
	_height: 500px;
}
#login
{
	background: #004A8F;
	border: 1px solid #CCC;
	border-top: none;
	padding: 5px;
	color: #FFF;
	background: #CCC;
/*url(/images/design/gradient_orange.jpg);*/
	text-align: center;
	zoom: 1;
}
#login A
{
	color: #FFF;
}
DIV.error
{
	background: #FEE;
	border: 1px solid #F99;
	padding: 2px;
}
/*Primary Navigation*/
#primary_nav
{
	padding-top: 35px;
	padding-bottom: 30px;
	text-align: center;
}
#primary_nav LI
{
	list-style: none;
	display: inline;
}
#primary_nav A
{
	font-size: 17px;
	text-decoration: none;
	margin-right: 25px;
	color: #333;
	padding: 3px 6px;
	font-weight: bold;
}
#primary_nav A:hover
{
	text-decoration: none;
/*Test*/
	background: transparent;
	color: #444 !important;
}
#primary_nav A.selected
{
	color: #FFF;
	background: #BEC956 url(/images/green_gradient_50.png) repeat-x;
}
/*Secondary Navigation*/
#secondary_nav
{
	margin-top: 5px;
}
#secondary_nav UL
{
	list-style: none !important;
	list-style-image: none;
	margin-left: 0px;
}
#secondary_nav UL UL
{
	margin-left: 15px;
}
#secondary_nav UL LI
{
	list-style: none !important;
	list-style-image: none;
}
#secondary_nav UL LI A
{
	color: #999;
	text-decoration: none;
	font-size: 14px;
}
#secondary_nav UL UL LI A
{
	font-size: 12px;
}
#secondary_nav UL LI.selected A
{
	color: #BEC956;
}
#secondary_nav A
{
	padding: 1px 3px;
}
H2, H3
{
	color: #BEC956;
	font-weight: normal;
}
A, A:active, A:visited, A:hover
{
	color: #999;
/*#f47001;*/
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
	background: #C3CE58;
	color: #FFF !important;
}
/*Misc*/
#main_heading
{
	color: #AAA;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	/*+image-replace:url(/images/design_2009/logo_buchholz.gif);*/
	display: block;
	/*+placement:shift 108px 4px;*/
	position: relative;
	left: 108px;
	top: 4px;
}

#main_heading_a
{
	background-image: url(/images/design_2009/logo_buchholz.gif);
	background-repeat: no-repeat !important;
	background-position: bottom center;
	overflow: hidden;
	display: block;
	height: 70px;
	position: relative;
	margin-bottom: -17px;
}

#main_heading{
	display: none;
}

#title_head a:hover{
   background-color: transparent;
}

DIV.teaser
{
	margin: auto;
	text-align: center;
}
DIV.vertline
{
	background: transparent url(/images/design/vertline.gif) repeat-y center;
}

#footer A, #footer
{
	color: #eee;
}
#footer A:hover
{
	color: #eee;
	text-decoration: none;
	background: #444;
}
/*Hover Buttons*/
A.button, INPUT.button
{
	background: #656565 repeat-x;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #777777;
	padding: 2px 5px;
}
A.button:hover, INPUT.button:hover
{
	color: #555;
	background: #C9D55B url(/images/green_gradient_50.png);
	text-decoration: none;
}
INPUT.button.login
{
	border: 1px solid #DDD;
}
UL
{
	list-style-image: url(/images/bullet.gif);
}
IMG.border
{
	padding: 5px;
	border: 2px solid #EEE;
	margin: 0;
}
A IMG.border:hover
{
	background: #C3CE58;
}
DIV#gheader
{
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 0px;
	width: 97%;
	margin: 0;
	padding: 0;
}
DIV#gheader H1
{
	display: none;
}
DIV.cms_content A
{
/*
padding:2px 1px 2px 10px;
background-image:url(/cms/images/article.gif);
background-repeat: no-repeat;
background-position: 2px center;*/
	color: #A5AF2B;
}
