*{
	margin: 0;
	padding: 0;
}
html, body {f
    height: 100%;
}
body{
	
	font-family: "Verdana";
	font-size: 11px;
	text-align: left;
}
#content_wrapper{
	width: 100%;
	overflow: hidden;
	background: #FFF;
}
#wrapper{
	margin: 0 auto;
	text-align: left;
}

/* Type ---------------- */

h1, h2, h3, h4{	
	font-weight: normal;
}
h1{
	font-size: 1.7em;
	color: #4aa800;
	margin-top: 0.4em;
}
h2{
	font-size: 1.3em;
	margin: 0 0 0 0.9em;
	padding-top: 10px;
	color: #001b6c;
	font-weight: bold;
}
h3{
	font-size: 1.3em;
	margin: 1.8em 0 0 0;
	color: #4aa800;	
	font-weight: bold;
}
h4{
	font-size: 1em;
	color: #4aa800;
	margin: 1.8em 0 0.9em 0;
}
a{
	color: #4aa800;
	text-decoration: underline;
}
p a{
	color: #4aa800;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	
}

/* Sidebar --- */
#content #sidebar{
	width: 21.8em;
	float: right;
	padding-bottom: 4.5em;
}
#sidebar #search_box{
	background: url(../images/search_box_bg_2.gif) no-repeat;
	width: 230px;
	height: inherit;
	margin: 0.9em 0 0 0.9em;
}
#sidebar form{
	margin: 0 0 0.5em 0.9em;
}
#sidebar form input, #sidebar form select{
	margin-top: 0.9em;
	position: relative;
}
#sidebar form input, #sign_in_form input, .form_styles .nopass{
	width: 188px;
	border: 1px solid #2d2d2d;
	padding: 0.4em;
}
.form_styles #submit2{
	position: relative;
	top: 0.9em;
	left: 0.9em;
}
#sidebar form select{
	width: 200px;
	border: 1px solid #2d2d2d;
	padding: 0.4em
}
#sidebar form select option{
	padding-left: 0.4em
}

#sidebar form input:hover {
    background-color: #d3efb8;
    border: solid 1px #428805;
    color: #000;
    cursor: pointer;
    }
    
#sidebar form input:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #2d2d2d; 
    cursor: text;
    }

#sidebar form select:hover {
    background-color: #d3efb8;
    border: solid 1px #428805;
    color: #000;
    cursor: pointer;
    }
    
#sidebar form select:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #2d2d2d; 
    cursor: text;
    }


#sidebar form input.search_btn{
	border: none;
	width: 199px;
}

#sidebar form input.search_btn:hover, #sidebar form input.search_btn:focus{
	background-color: transparent;
	border: none;
	width: 199px;
}

#sidebar #search_box p{
	margin: 0.3em 0 0 1.8em;
}
#sidebar #search_box p a{
	color: #4aa800;
}
#sidebar #search_box p a:hover, #sidebar #buy_prints .print_spiel a.buy_print_link:hover, #sub_nav ul li a:hover, #header #login .why_register a:hover, #footer a:hover, #info_boxes .info_box ul li a:hover, #info_boxes .info_box_last ul li a:hover, #main_content .email a:hover{
	text-decoration: none;
}
#sidebar #search_box p a.adv_search{
	font-weight: bold;
	display: none;
}
#sidebar #buy_prints{
	position: relative;
	width: 21.8em;
	margin-top: 0;
	height: 9.1em;
}
#sidebar #buy_prints h2{
	display: block;
	margin-top: 0px;
	padding: 0.8em 0 0.3em 0;
	float: none;
}
#sidebar #buy_prints .splashvert{
	position: absolute;
	background: url(../images/icon_new_splash.png) no-repeat right;
	height: 64px;
	width: 62px;
	top: 0;
	right: 0;
}
#sidebar #buy_prints .print_spiel{
	width: 21.8em;
	padding-bottom: 22px;
	padding-top: 20px;
}
#sidebar #buy_prints .sporto_icon{
	position: absolute;
	height: 130px;
	width: 100px;
	background: url(../images/icon_buy_prints.png) no-repeat 8px 0px;
	top: 34px;
	left: 10px;
}
#sidebar #buy_prints .print_spiel .print_text{
	display: block;
	margin: 1.4em 0 20px 120px;
}
#sidebar #buy_prints .print_spiel a.buy_print_link{
	display: block;
	margin: 0.9em 0 0 120px;
	padding: 0 0 0.3em 1.8em;
	background: url(../images/icon_green_arrow.gif) no-repeat 0 0.4em;
	color: #4aa800;
	font-weight: bold;
	width: 10.9em;
}

.advanced_search{
	margin: 14px 3px 3px;
}
a#advanced_search_expansionLink {
	background-image: url(/ae/small_bttns/triangleRight.gif);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 20px;
	margin-left: 3px;
	font-weight: bold;
}

a#advanced_search_expansionLink.expanded {
	background-image: url(/ae/small_bttns/triangleDown.gif);
}


/* Sub Nav ----------------------------------- */

#sub_nav{
	background: url(../images/sub_nav_bg.png) no-repeat;
	width: 230px;
	height: 160px;
	margin: 0.9em 0 0 0.9em;
}
#sub_nav ul{
	list-style: none;
	float: left;
	margin: 0.9em 0 0 1.8em;
}
#sub_nav ul li{
	line-height: 1.7em;
}
#sub_nav ul li a{
	color: #4aa800;
	font-weight: bold;
}
#sub_nav h2{
	display: block;
}

