/* 
	**************************************
	***** Layout *************************
	**************************************
*/
* { padding: 0; margin: 0; font-family: Arial, sans-serif; }
img { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
body { height: 100.1% }

#wrapper { /* also holds the left "sliding" tab */
	width: 800px; /* this can fixed or fluid */
	margin-left: 20px;
}
#header, #specials_search, #footer {
	clear: both; 
	width: 100%;
}
#print_header {
	display:none;
}
#bodysection {
	margin-top: 100px;
}
#headsection {
	position: absolute;
	top: 0;
	left: 20px;
}

#footer {
text-align: center;
color: #fff;
}
#footer div {
padding: 1px 0;
}

#contentfloatholder {/* also makes the right "sliding" tab */
	float: left;
	width: 100%;
}

#contentfloatholder:after {
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
margin: 20px 166px;
width: 468px;
font-size: 12px;
}

#center {
  float:left;
  width: 100%; 
  margin-right: -95%; 
}

#left {
  float:left;
  width: 150px;
  margin-left: -5%;
}

#right {
  float:right;
  width: 150px;
  overflow: hidden;
}

* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

/* 
	**************************************
	***** Standardstyles *****************
	**************************************
*/
h1 {
	margin: 20px 0 20px 0;
	font-size: 22px;
	width: 100%;
}
h2 {
	margin-bottom: 14px;
	font-size: 16px;
}
h2.linie {
	margin-bottom: 14px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 15px;
}
h2.hintergrund {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
}
span.caption {
	display: block;
	float: left;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
p.meta {
	font-size: 10px;
	margin-bottom: 0;
}
p.last {
	margin-bottom: 0;
}
p.gray, span.gray {
	color: #888;
}
a.mehr {
	float: right;
	margin-top: 4px;
}
input.text, textarea {
	border: 1px solid #555;
	font-size: 12px;
	padding: 2px;
}
img {
	border: 0;
}
img.spacer_16 {
	width: 16px;
	height: 16px;
}
.pad10 {
	padding-bottom: 10px;
}
th {
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
td {
	font-size: 12px;
	vertical-align: top;
}
th.center, td.center {
	text-align: center;
}
th.right, td.right {
	text-align: right;
}
th.middle, td.middle {
	vertical-align: middle;
}
div.newsitem {
	clear: both;
}
div.content {
	padding: 7px 3px 7px 3px;
}
span.hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 20px 0 20px 0;
}
#centerpad ul {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#centerpad ol {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#centerpad li {
	margin-bottom: 5px;
}
#print_button {
	margin-top:5px;
	float:left;
	font-size:12px;
}

/*	--------------------------------------------
	* * * Header * * *
	------------------------------------------*/
div#header {
	width: 800px;
	background: url(/images/sites/jagdnetz/header_bg.jpg) no-repeat;
	height: 100px;
}
h1.page_title {
	display: none;
}
div#rubriken {
	position: relative;
	top: 80px;
	width: 800px;
	height: 20px;
	overflow: hidden;
}
div#rubriken h2 {
	display: none;
}
div#rubriken ul {
	margin: 0 0 0 10px;
	list-style-type: none;
}
div#rubriken li {
	background: url(/images/specials_bullet.gif) no-repeat 0 4px;
	line-height: 15px;
	padding: 0 0 0 10px;
	margin: 2px 20px 0 0;
	float: left;
}
div#rubriken a {
	font-size: 12px;
	color: #FFF;
}
div#rubriken p {
	padding: 2px 2px 0 0;
}

div#suche h2 {
	display: none;
}
/*	--------------------------------------------
	Sidebar rechts
	------------------------------------------*/
div.impressum {
	padding: 14px 0 14px 0;
	border-bottom: 2px solid #FFF;
	font-size: 12px;
}
div.impressum ul {
	list-style-type: none;
}
div.impressum li {
	height: 14px;
	padding: 3px 0 3px 0;
	text-indent: 5px;
}
/*	--------------------------------------------
	Sidebar links: Hauptmenü
	------------------------------------------*/
#mainmenu li.no_children {
	padding-bottom: 3px !important;
}

/*	--------------------------------------------
	Sidebar links
	------------------------------------------*/
div#right {
	padding-top: 20px;
}
div.info_box {
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.info_box h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
}
div.info_box div.img {
	text-align: center;
	margin-bottom: 10px;
}
div.info_box div.content {
	padding: 7px 3px 7px 3px;
}
div.info_box p {
	margin-bottom: 10px;
}
div.info_box p.mehr {
	text-align: right;
	font-size: 10px;
}
div.info_box p.datum {
	font-size: 10px;
	margin: 0;
}
div.ad_box {
	margin: 20px 0 20px 0;
	text-align: center;
}

/*	--------------------------------------------
	Infobox in den Seitenfarben
	------------------------------------------*/
div.jaegerbox {
	clear:both;
	margin-bottom: 20px;
}
div.jaegerbox_section {
	padding: 5px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
}
div.jaegerbox_img {
	width: 125px;
	float: left;
	text-align: center;
}
/*	--------------------------------------------
	Container für Werbungen
	------------------------------------------*/
div.bannercontainer {
	margin: 0 0 20px 0;
	text-align: center;
}
/*	--------------------------------------------
	Images
	------------------------------------------*/
img {
	border: 0;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}
img.bottom {
	vertical-align: bottom;
}
div.img_center {
	text-align: center;
	margin-bottom: 20px;
}
p.bu {
	font-style:italic;
}
img.avatar {
	width: 50px;
	height: 50px;
}
/*	--------------------------------------------
	Single Column
	------------------------------------------*/
div.single_col {
	clear: both;
	margin-bottom: 20px;
}
/*	--------------------------------------------
	Double Columns
	------------------------------------------*/
div.double_col {
	clear: both;
	margin-bottom: 20px;
}
div.dbl_col_1 {
	margin-right: 20px;
}
div.dbl_col_1, div.dbl_col_2 {
	width: 224px;
	float: left;
	overflow: hidden;
}
/*	--------------------------------------------
	Triple Columns
	------------------------------------------*/
div.triple_col {
	clear: both;
	margin-bottom: 20px;
}
div.trp_col_1, div.trp_col_2, div.trp_col_lb {
	margin-right: 15px;
}
div.trp_col_1, div.trp_col_2, div.trp_col_3 {
	float: left;
	width: 146px;
	overflow: hidden;
}
div.trp_col_lb, div.trp_col_rb {
	float: left;
	width: 307px;
}

/*	--------------------------------------------
	Pagination
	------------------------------------------*/
.pagination {
	padding: 3px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #BBB;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #BBB;
	font-weight: bold;
	background-color: #BBB;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #BBB;
	color: #999;
}


/*	--------------------------------------------
	OPS4
	------------------------------------------*/
div.ops4_menu, div.ops4_submenu {
    padding: 5px;
    margin-bottom: 10px;
    width: 458px;
}
ul.ops4_menu_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.ops4_menu_item {
    /*float: left;
    width: 45%;
    margin-right: 3%;*/
    padding-left: 16px;
}
a.ops4_menu_link {
    text-decoration: none;
    font-size: 12px;
}
a.ops4_menu_link:hover {
    text-decoration: underline;
}
img.ops4_switch {
    border: 0;
}
div.ops4_switch_button {
    font-size: 18px;
    height: 18px;
    margin-bottom: 5px;
}
/*	--------------------------------------------
	Tooltip
	------------------------------------------*/
div.tooltip {
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: 446px;
	font-size: 12px;
}
/*	--------------------------------------------
	Daten-Tabelle
	------------------------------------------*/
table.datentabelle, table.tabelle {
	border: 2px solid #888;
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 20px;
}
table.datentabelle td, table.tabelle td {
	border: 1px solid #888;
	padding: 5px;
}
table.datentabelle td {
	text-align: right;
}
/*	--------------------------------------------
	Formulare
	------------------------------------------*/
form {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
textarea, input[type="text"], input[type="password"] {
	font-size: 12px;
	border:1px solid #777;
	padding:3px;
	background: #FFF url(/images/input_bg.gif) repeat-x;
}
select {
	font-size: 12px;
	padding:3px;
}
small {
	font-size: 10px;
}
td {
	vertical-align:top;
}
table.ghost {
	border-collapse: collapse;
	margin:0 0 10px 0;
	padding:0;
}
table.ghost td {
	margin:0;
	padding:0;
}
/*	--------------------------------------------
	Fehlermeldungen
	------------------------------------------*/
#centerpad_bottom {
	border-top-style: solid;
	border-top-width: 1px;
	clear:both;
}

div.error, div.notice, div.success {
	font-size: 12px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	background-color: #EFEFEF;
	padding: 10px;
}
div.notice {
	border-color: #009;
	background-color: #ccc;
}
div.error {
	border-color: #A00;
	background-color: #ffd1d1;
}
div.success {
	border-color: #336600;
	background-color: #d9e4cd;
}
div#errorExplanation {
	margin-bottom: 20px;
	border: 1px solid #c50b10;
	background-color: #ffe2e3;
}
div#errorExplanation h2 {
	font-size: 14px;
	margin: 0;
	color: #FFF;
	background-color: #c50b10;
	padding: 2px 10px;
}
div.errorExplanationBody {
	padding: 10px 10px 0 10px;
}
div.errorExplanationBody ul.errorList {
	margin-bottom:0;
}
.fieldWithErrors input[type=text], .fieldWithErrors input[type=password], .fieldWithErrors textarea, .fieldWithErrors select  {
  border: 2px solid red;
  display: inline;
  padding: 2px;
}

.fieldWithErrors input[type=checkbox] {
	display: inline;
}
/*	--------------------------------------------
	Karten
	------------------------------------------*/
.map {
	overflow: hidden;
}
.map200 {
	width: 200px;
	height: 200px;
}
.map250 {
	width: 250px;
	height: 200px;
}


fieldset {
	border: 1px solid #999; 
	padding: 10px;
	margin-bottom: 20px;
}
p.submit {
	margin: 0;
}
/*	--------------------------------------------
	Community: Foren
	------------------------------------------*/
.forums {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #555;
	width: 100%;
	margin-bottom: 20px;
}
.forums tr.r1 {
	background-color: #EFEFEF;
}
.forums th {
	background-color: #555;
	color: #FFF;
}
.forums td {
	padding: 5px;
}
.forums td.edit_balken {
	background-color: #CCC;
	color: #555;
}
.forums td.edit_balken a {
	font-weight: bold;
}
.forums td p.changed {
	color: #d34347;
}
/*	--------------------------------------------
	Community: Chat
	------------------------------------------*/
div.collapsible_box {
	background-color: #ccc;
	margin-bottom: 10px;
}
div.collapsible_head {
	padding: 10px;
}
div.collapsible_body {
	padding-left: 30px;
	padding-bottom: 10px;
}
div#chat_log {
	height:400px;
	width: 466px;
	overflow:auto;
	border: 1px solid #888;
	margin-bottom: 10px;
}
div.chat_new_message {
	border: 1px solid #888;
	margin-bottom: 10px;
	padding: 5px;
}
div.chat_new_message textarea.new_message {
	width: 370px;
	height: 50px;
}
table.chat {
	width: 450px;
	border-collapse:collapse;
}
table.chat td {
	padding: 3px;
	font-size: 10px;
}
table.chat td.nick {
	width: 100px;
}
table.chat td.time {
	width: 60px;
}
tr.chat_row_1 {
	background-color: #EEE;
}

table.smilies {
	border-collapse: collapse;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}
table.smilies th {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #888;
	color: #FFF;
	font-size: 12px;
	padding: 0 5px;
	text-align: left;
}
table.smilies td {
	background-color: #FFF;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
	font-size: 12px;
}
span.smily_syntax {
	background-color: #CCC;
	padding: 3px;
}
img.smily {
	vertical-align: bottom;
	width: 15px;
	height: 15px;
}
/*	--------------------------------------------
	Community: Photos
	------------------------------------------*/
a.button {
	background: transparent url(/images/button_bg.png) no-repeat;
	padding: 2px;
}
a:hover.button {
	background-image: url(/images/button_bg_hover.png);
}
.photo_container {
	margin-bottom: 20px;
}
.photo_col, .data_col {
	float: left;
}
.photo_col {
	width: 250px;
	margin-right: 10px;
}
.photo_col img {
	margin-bottom: 10px;
}
.data_col {
	width: 208px;
}
.photo_menu {
	text-align: right;
	margin-bottom: 5px;
}
.bubble {
	background-color: #555;
	overflow: hidden;
}
.bubble_body, .bubble_submit {
	padding: 10px;
}
.bubble_submit {
	background-color: #333;
	text-align: right;
}
.bubble .cancel {
	color: #e4061b;
}
.bubble_bottom {
	background: #FFF url(/images/bubble_pike.png) no-repeat top right;
	height: 15px;
}
.bubble .text {
	width: 444px;
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
}
.bubble textarea.text {
	height: 120px;
}
.bubble, .bubble label {
	color: #DDD;
}
.bubble .map {
	width: 444px;
	height: 200px;
	margin-bottom: 10px;
}
/*	--------------------------------------------
	Community: Rezepte
	------------------------------------------*/
.recipe_toolbox {
	float:right;
	padding:10px;
	background-color:#EEE;
	border:1px solid #333;
	margin-bottom:20px;
}
a.add_button {
	display:block;
	border:1px solid #999;
	background-color: #CCC;
	color: #333;
	padding:4px 5px;
}
a:hover.add_button {
	border-color: #333;
	background-color: #999;
	color: #FFF;
	text-decoration: none;
}
a.add_button img {
	vertical-align:bottom;
}
/*	--------------------------------------------
	Community: Ratings
	------------------------------------------*/
.rating{
	width:80px;
	height:16px;
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.star0 {background-position:0 0}
.star1 {background-position:0 -16px}
.star2 {background-position:0 -32px}
.star3 {background-position:0 -48px}
.star4 {background-position:0 -64px}
.star5 {background-position:0 -80px}

/*	--------------------------------------------
	Community: Kommentare
	------------------------------------------*/
.comment {
	clear: both;
	margin-bottom: 20px;
}
.comment .avatar, .comment .comment_comment {
	float: left;
}
.comment .avatar {
	margin-right: 10px;
}
.comment .comment_comment {
	width: 408px;
	overflow: hidden;
}

/*	--------------------------------------------
	Community: Nachrichten
	------------------------------------------*/
.messages, .message {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #555;
	width: 100%;
	margin-bottom: 20px;
}
.messages tr.r1 {
	background-color: #EFEFEF;
}
.messages th {
	background-color: #555;
	color: #FFF;
}
.messages td {
	padding: 5px;
}
.message th, .message td {
	padding: 3px 5px;
}
.message th {
	background-color: #EFEFEF;
	text-align: right;
	vertical-align: top;
}
.message tr {
	border-bottom: 1px solid #555;
}
.message tr.last {
	border: none;
}
/*	--------------------------------------------
	Community: Kleinanzeigen
	------------------------------------------*/
table.small_ads {
	width: 100%;
	border: 1px solid #555;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.small_ads thead {
	background-color: #555;
	color: #FFF;
}
table.small_ads thead a {
	color: #FFF;
}
table.small_ads tr.r1 {
	background-color: #EFEFEF;
}
table.small_ads td {
	padding: 5px;
}
/*	--------------------------------------------
	Community: Profil Tabs
	------------------------------------------*/
ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #555;
	height: 20px;
}
ul.tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabs li a {
	display: block;
	float:left;
	height: 16px;
	background-color: #CCC;
	margin: 0 5px 0 0;
	padding: 3px 10px 0 10px;
	border: 1px solid #555;
}
ul.tabs li a.active {
	border-bottom-color: #FFF;
	background-color: #fff;
}
h3.user_profile {
	border-bottom: 1px solid #333;
	color: #333;
	margin: 1em 0 0.5em 0;
}
table.user_profile {
	border-collapse: collapse;
}
table.user_profile th, table.user_profile td {
	vertical-align: top;
	padding: 0.5em 0;
}
table.user_profile th {
	color: #999;
	width: 150px;
	text-align: left;
	font-weight: normal;
}
/*	--------------------------------------------
	Home: News-Box mit Bildern
	------------------------------------------*/
.news_box h2 {
	font-size: 12px;
	border-bottom: 1px solid #360;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.news_item {
	clear: both;
	margin-bottom: 10px;
}
.news_image_container, .news_container {
	float: left;
}
.news_image_container {
	width: 105px;
	height: 75px;
	margin-right: 10px;
	background: #CCC url(/images/news_image_bg.gif) no-repeat;
	overflow: hidden;
}
.news_container {
	width: 353px;
}
.small_ad_kind {
	text-transform: uppercase;
}
/*	--------------------------------------------
	Suchbox mit Platzhalter
	------------------------------------------*/
.search_field.inactive {
	color: #555;
}
.search_field_placeholder {
	display: none;
}