/*
orange: #ff9933
dark orange: #cc6600;
blau: #3366ff
*/

html {height: 101%;}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 0;
	padding: 0;
	/*background: #ffffff url('images/lines.jpg') fixed no-repeat center top;*/
}

form {
  padding:0;
  margin: 0;
}

hr {
	background-color : transparent;
	border: 0;
	border-bottom: solid 1px #666666;
	height: 1px;
}
   
h2 {
	color: #ff9933;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}

h3 {
	color: #666; /*#3366ff;*/
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}

h4 {
	color: #3366ff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}

h5 {
	color: #3366ff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 30px 0;
}

ul {
/*	list-style-image: url('images/li_arrow.gif');*/
	list-style-type: none;
}

ul li {
	line-height: 30px;
	/*list-style-image: url('images/li_dot.gif');*/
  list-style-image: url('images/li_arrow.gif');
	color: #ff9933;
}

div#side_menu ul li:hover {
	list-style-image: url('images/li_arrow_h.gif');
}

div#side_menu ul li:hover a {
  color: #3366ff;
}

li.menu-current {
	list-style-image: url('images/li_arrow_h.gif');
}

li.menu-current a {
	color: #3366ff;
}

li.menu-child a {
	color: #ff9933;
}

ol {
  margin:0;
  padding: 0 0 0 50px;
}

ol li {
  line-height: 26px;
  font-style: italic;
  font-weight: normal;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 26px;
}

a {
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

a img, img {
	border: 0;
}

img.wBorder {
  padding: 10px 10px; 
  /*border: 3px solid silver;*/
  background: transparent url('images/img_bg_300x225.png') no-repeat center top;
}

img.uBorder {
  padding: 8px;
  border: 1px solid silver;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
	border: 0;
}

#main_container {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border: 0;
	background: transparent url('images/main_container_bg.png') no-repeat center bottom;
}

#banner_container {
	height: 200px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: transparent url('images/banner.png') no-repeat center top;
}

#banner_top {
	width: 1000px;
	height: 150px;
	margin:0;
	padding:0;
}

#banner_bottom {
	width: 1000px;
	height: 50px;
	margin:0;
	padding: 0;
}

#banner_bottom_left {
	width: 380px;
	height: 50px;
	margin:0;
	padding: 0;
	float: left;
}

#banner_bottom_right {
	width: 620px;
	height: 42px;
	margin:0;
	padding: 8px 0 0 0;
	float:right;
	text-align: center;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #FF9C2D;
}

#banner_bottom_right a {
	color: #666666; /*ff9933*/
	text-decoration: none;
	margin: 0 30px;
}

#banner_bottom_right a:hover {
  color: #ff9933;
	border-bottom: solid 6px #ff9933;
}

#banner_bottom_right span {
	text-align: center;
}

#banner_bottom_right span.menu-current a { 
  color: #ff9933;
	border-bottom: solid 6px #ff9933;
}

#banner_bottom_right span.menu-parent a {
	border-bottom: solid 6px #ff9933;
}

#side_menu_conainer {
	margin: 0 4px;
	padding: 0;
	width: 300px;
	border: 0;
	float: left;
}

#side_menu_title {
	margin: 0;
	padding: 0;
	width: 300px;
	/*height:40px;
	background: #ffffff url('images/panel-header-300x40r.png') no-repeat left top;*/
	/*height: 5px;
	background: #ffffff url('images/side_menu_title.png') no-repeat left top;*/
	height: 10px;
	background: transparent url('images/panel_shadowbottom300x4000r.png') no-repeat center top;
	text-align: center;
	font-weight: bold;
	color: #FF9C2D;
	line-height: 40px;
}

#side_menu {
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	width: 300px;
	background: transparent url('images/panel_shadowbottom300x4000r.png') no-repeat center bottom;
}

#side_menu_img {
	width: 300px;
	height: 94px;
	margin:0;
	/*background: transparent url('images/panel-01.jpg') no-repeat left top;*/
}

#side_menu ul {
	text-align: left;
}

#page_title_m {
	margin: 0;
	padding: 0;
	width: 680px;
	height:40px;
	background: #ffffff url('images/panel-header-680x40.png') no-repeat center top;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

#content_outer_container {
	width: 1000px;
	margin: 20px auto 0 auto;
	padding: 0;
}

#content {
	text-align: justify;
	margin: 30px auto 0 auto;
	padding: 20px;
	width: 950px;
	background: transparent url('images/panel_shadowbottom_990x4000.png') no-repeat center bottom;
}

#content_inner_container {
	margin: 0 4px;
	padding: 0;
	width: 680px;
	float: right;
}

#content_m {
	text-align: justify;
	margin: 0;
	padding: 20px;
	width: 640px;
	background: transparent url('images/content_m_bg.png') no-repeat center bottom;
	overflow: hidden;
}

#content2_container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
#content2 {
  width: 100%;
  border: 0;
  position: relative;
  top:0;
  left: 0;
}

#content2_badge, #content2_badge_r {
  width: 200px;
  height: 146px;
  z-index: 2;
  position: absolute;
  top:0;
  left: 0;
  background: transparent no-repeat left top;
	margin-top: -40px;
	margin-left: -30px;
	padding-top: 54px;
  /*padding-left: 80px;*/
  text-align: center;
  overflow: hidden;
	color: white;
	text-shadow: #666 1px 1px 1px;
	font-weight: bold;
	font-size: 22px;    
}

#content2_badge_r {
  z-index: 3;
  left: 880px;
  background-image: url(images/de_fahne.png); 
  margin-top: -40px;
}

#content2_badge a {
  color: #fff;
}

#footer_container {
	width: 980px;
	height: 30px;
	margin: 10px auto 30px auto;
	padding: 0 10px;
	text-align: right;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

#footer_left {
	width: 760px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-align: left;
}

#footer_left a {
	color: #666666;
	text-decoration: none;
	border: 0;
	margin-right: 20px;
	text-shadow: #c2c2c2 1px 1px 1px;
}

#footer_left a:hover {
	text-decoration: underline;
}

#footer_right {
	width: 220px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-align: right;
	color: #3366ff;
}

#search_results_headline {
  color: #3366ff;
  font-weight: bold;
  margin-top: 20px;
}

#search_results_item {
  margin-top: 30px;
}

#search_results_item b {
  color: #3366ff;
}

#search_no_results {
  color: red;
  font-weight: bold;
  margin-top: 30px;
}

/* Formular */
input.submit, input.button, input.formx_submit, input.umfrage_submit {
	background: #ff9933 url('images/button_bg_orange.jpg') repeat-x left top;
	font-weight: bold;
	color: white;
	border: solid 1px #c16840;
	font-size: 16px;
	width: 200px;
	margin: 20px 0;
}

a.form_error {
	background: #ff9933 url('images/button_bg_orange.jpg') repeat-x left top !important;
	font-weight: bold !important;
	color: white !important;
	border: solid 1px #c16840 !important;
	font-size: 16px;
	width: 200px;
  margin: 20px 0;
  padding: 4px 30px;
}   

input[type=radio], input[type=checkbox], input.checkbox {
	width: 1%;
}

select {
  width: 300px;
	height: 20px;
	border: 0;
	padding: 0 4px;
	margin: 4px 0;
	background: transparent url('images/input_type_text_300x20.png') no-repeat left top;
	color: #444444;
}

input.short {
  width: 22px;
	height: 20px;
	border: 0;
	padding: 0 4px;
	margin: 4px 0;
	background: transparent url('images/input_captcha_result.png') no-repeat left top;
	color: #444444;
}

input.short:hover {
	background-image: url('images/input_captcha_result_h.png');
}


input.textfield, input.email, input.formular, input.formx_text, input.formx_email {
	width: 292px;
	height: 20px;
	border: 0;
	padding: 0 4px;
	margin: 4px 0;
	background: transparent url('images/input_type_text_300x20.png') no-repeat left top;
	color: #444444;
	border: 0px solid red;
}

input.textfield:hover, input.email:hover, input.formular:hover {
	background: transparent url('images/input_type_text_hover_300x20.png') no-repeat left top;
}

textarea, textarea.textarea, textarea.beifahrer {
	width: 492px;
	height: 96px;
	border: 0;
	margin: 4px 0;
	background: transparent url('images/input_type_textarea_500x100.png') no-repeat left top;
	color: #444444;
	padding: 4px;
}

textarea.textarea:hover, textarea.beifahrer:hover {
	background-image: url('images/input_type_textarea_hover_500x100.png');
}

input.top_search_txt, input.main_search_txt {
  float: right;
  background: transparent url('images/top_search_txt.png') no-repeat right top;
  border: 0;
  width: 192px;
  height: 32px;
  margin: 13px 0 0 0;
  padding: 4px 0 4px 8px;
  font-size: 24px;
  color: #3366ff;
}

input.main_search_txt {
  background: transparent url('images/main_search_txt.png') no-repeat right top;
}

input.main_search_txt {
  float:left;
}

input.top_search_btn, input.main_search_btn {
  float: right;
  width: 40px;
  height: 40px;
  margin: 13px 18px 0 0;
  padding:0;
  background: transparent url('images/top_search_btn.png') no-repeat left top;
}

input.main_search_btn {
  background: transparent url('images/main_search_btn.png') no-repeat left top;
}

input.main_search_btn {
  float: left;
}

div#iconnav_r1, div#iconnav_r2 {
  border:0;
  margin: 2px 0 0 0;
  padding:0;
  height: 48px;
  clear: both;
}

a.newsletter_abo, a.iconnav_r1, a.iconnav_r2 {
  margin: 0px 18px 0 0 !important;
  padding: 0;
  border: 0;
  float: right;
  display: inline;
}

div.newsletter {
  line-height: 26px;
}

#error {
  color: red;
  font-weight: bold;
  margin:0 auto;
  padding:0;
  width: 950px;
}


span.required, span.formx_required {
  color: red !important;
  font-weight: bold !important;
}

span.small {
  font-size: 10px;
  color: #3366ff;
}

#anmeldung {
  width: 950px;
  padding: 0;
  margin: 30px auto 0 auto;
}

#anmeldung table {
  width: 950px;
  border-collapse: separate;
  border-spacing: 8px;
}

#gewinn {
  width: 930px;
  border: 3px solid red; 
  margin: 30px auto 0 auto;
  padding: 7px;
  background: white url('images/gewinn_bg.jpg') repeat-x left top; 
}

table.listing {
  width: 98%;
  border: 1px solid #666;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  background: #fff url('images/table-post-title.jpg') repeat-x left top;
}

table.listing th {
  border: 0;
  font-size: 16px;
  height: 36px;
}

table.listing td {
  border-top: 1px solid silver;
}

td.post_short a {
  color: #ff9933;
  font-size: 0.9em; 
}

table.post_table {
  width: 94%;
  margin: 30px auto;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  background: #fff url('images/table-post-title.jpg') repeat-x left top;
}

table.post_table td, table.post_table th {
  padding: 6px;
  border: 0;
}

table.post_table h3 {
  margin: 0;
}

img.banner {
  margin-top: 30px;
  padding-left: 20px;
  background: transparent url('http://a3-treffen.de/media/banner/werbung.png') no-repeat left 56px;
}

table.dlgal {
  width: 98% !important;
}

table.subscribertable {
  width: 98%;
  border: 1px solid #999;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  background: #fff url('images/table-post-title.jpg') repeat-x left top;
  border-collapse: separat;
  border-spacing: 0;
}

table.subscribertable th {
  color: #666;
  font-size: 14px;
  height: 22px;
  vertical-align: top;
  padding: 4px
}

table.subscribertable td {
  font-size: 12px;
  vertical-align: top;
  border-top: 1px solid #999;
  padding: 4px;
}

tr.even {
  background: #f7f7f7;
}


table.konvoi, table.verpflegung {
  width: 90%;
  border: 1px solid #999;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  background: #fff url('images/table-post-title.jpg') repeat-x left top;
  border-collapse: separat;
  border-spacing: 0;   
  margin: 10px auto 10px auto; 
}
table.konvoi td, table.konvoi th, table.verpflegung td, table.verpflegung th {
  font-size: 12px;
  vertical-align: top;
  border-top: 1px solid #999;
  padding: 4px;
}
table.konvoi th {
  font-weight: bold;
  white-space:nowrap;
}
table.konvoi th.title, table.verpflegung th {
  border-top: 0;
  color: #3366ff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  white-space:nowrap;
}


/***** WETTER *****/
table.wettercomsmall235025 a.wettercomsmall235025 {
  display: none !important;
}

div.wettercomsmall235025 a.wettercomsmall235025 {
  font-size: 14px !important;
}

div.rounded_box {
  width: 200px;
  margin: 0  auto;
  border: 1px solid #999;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  padding: 4px;
}


/***** FANCY GALLERY *****/

div#fancygallery {
  text-align: center;
}

div#fancygallery a.single_3 img.thumbnail {
  margin: 0 10px 30px 10px;
  border: 1px solid #aaa;
  padding: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}

video {
  border: 1px solid #aaa;
  padding: 4px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}


th.post_date {
  text-align: right !important;
}

blockquote {
  background: #eee;
  padding: 8px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border: 1px solid #aaa;
}

table.loop-header {
  border: 1px solid #aaa;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;  
  border-collapse: seperate;
  border-spacing: 4px;
  margin-bottom: 40px;
  background: #fff url('images/table-post-title.jpg') repeat-x left top;
}

td.umfrage_title {
  text-align: left;
  vertical-align: top;
}
