@charset "utf-8";
/**
 * @version $Id: layout.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
a:link,a:visited
{
	color:#2C4170;
	text-decoration:none;
}

a:hover,a:active,a:focus
{
	/*background:#2C4170;*/
	/*color:#FFF;*/
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#2C4170;
	font-size:1em;
}
h5 {
	border:solid 0;
	color:#2C4170;
	font-size:1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

input:focus {
	border:solid 2px;
}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #99cccc;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.4em;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#2C4170;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#2C4170;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 2px #fff;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:solid 2px #EFDEEA;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#2C4170 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 2px;
	color:#2C4170;
}

em
{
	font-weight:bold;
}

/* ###########  header content #############  */
#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:1em;
}

#logo img
{
	display:block;
}

#logo span
{
	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #666;
}

/*  Search box  */
#header form
{
	background:#C39;
	border:solid 0 #2C4170;
	float:right;
	height:5em;
	min-width:240px;
	text-align:left;
	padding:0 0 0 20px;
}

* html #header form
{
	height:65px;
}

#header form fieldset
{
	border:0 solid #2C4170;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:6em;
}

#header form label
{
	color:#2C4170;
	position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;
}

#header form .button
{
	background:url(../images/pfeil.gif) #2C4170 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0px 5px 0px 30px;
	cursor:pointer;
}

#header form .inputbox
{
	background:#fff;
	border:solid 2px #2c4170;
	font-weight:bold;
	padding:0 0 0 2px;
	margin:20px 10px 0 0 !important;
	width:6em;
}

#header form .inputbox:focus
{
	border:solid 2px #2C4170;
}

/* header Top-nav */
#header #active_menu-nav
{
	background:#2C4170;
	color:#fff;
}

#header ul
{
	background:#fff;
	display:block;
	margin:-7px 0 -2px;
	padding:5px 0;
	text-align:right;
}

#header ul li
{
	background:#2C4170;
	color:#fff;
	display:inline;
	text-align:center;
}

#header ul li a:link,#header ul li a:visited
{
	background:#fff;
	color:#2C4170;
	font-weight:bold;
	text-decoration:none;
	border-right:solid 1px #666;
	padding:5px 10px;
	line-height:1.5em;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus
{
	background:#2C4170;
	color:#fff;
	font-weight:bold;
}

/*  fontsize  */
#fontsize
{
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#2C4170;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
background:#fff url(../images/lupe_larger.gif) no-repeat;
}

#fontsize p a.smaller {
background:#fff url(../images/lupe_smaller.gif) no-repeat;
}

#fontsize p a.reset {
background:#fff url(../images/lupe_reset.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#2C4170 url(../images/lupe_larger_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#2C4170 url(../images/lupe_smaller_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#2C4170 url(../images/lupe_reset_black.gif) no-repeat;
color:#fff;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
/*background:#2c4170;*/
/*background: url(../images/breadcrumbs.gif);*/
/*height of breadcrumbs (dont need anymore)*/
/*height:80px;*/
/*min-height:5em;*/
padding-top:0;
text-align:left;
color:#2C4170;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
/*height:65px;*/
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
/*background:#2c4170;*/
color:#2C4170;
}

#breadcrumbs span {
color:#91bed4;
font-size:0.9em;
padding:7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
/*background:#2C4170;*/
color:#2C4170;
text-decoration:none;
}

/* ################ left ######################## */
#left form {
background:#EFDEEA;
color:#2C4170;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 10px;
}

#left h3,#right h3 {
color:#2C4170;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:1.2em;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}

#left ul {
list-style-type:none;
margin:0 0 20px 10px;
}


#left ul li {
border:solid 1px #fff;
margin:0 0 2px;
}

#left ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited {
background:#F2E3ED;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
background:#345684 !important;
color:#fff !important;
}

/* ################## Main Menue ################## */

#left ul li ul {
background:#fff;
border:solid 1px #E0C1E0;
border-bottom:solid 0 #2c4170;
border-left:solid 4px #2c4170;
border-top:0;
margin:0;
}

#left ul li ul li {
border:solid 1px #fff;
}

#left ul li ul li {
margin:0;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
background:#2c4170;
color:#fff;
}

#left ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;
}

#left ul li.active a:link,#left ul li.active a:visited {
background:#2c4170;
border-left:solid 4px #BE7CA9;
color:#fff;
border-bottom:solid 1px #2c4170;
padding:3px 0 3px 6px;
}

#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
border-left:solid 0 #DD75BB;
color:#2C4170;
font-weight:normal;
padding:3px 4px 3px 20px;
}

#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:normal;
margin:0 0 0 10px;
}

#left ul li.active ul li.active a:link,#left ul li.active ul li.active a:visited {
background:#fff;
border-left:solid 0 #DD75BB;
color:#2C4170;
font-weight:bold;
}

#left ul li.active ul li.active ul li a:link,#left ul li.active ul li.active ul li a:visited {
background:url(../images/arrow.gif) #fff no-repeat top left;
color:#2C4170;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top left;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}

/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #345684;
display:block;
height:10px;
margin:0;
}

#main .leading h2,#main2 .leading h2 {
background:#EFDEEA;
border-bottom:solid 0 #345684;
color:#2c4170;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:1.4em;
font-weight:normal;
margin:0 0 10px;
text-transform:uppercase;
}

#main h2 a,#main2 h2 a {
text-decoration:none;
}

#main .leading .readon,#main2 .leading .readon {
background:url(../images/pfeil.gif) #2c4170 no-repeat;
border:solid 0;
bottom:0;
color:#FFF !important;
display:block !important;
margin-top:20px !important;
position:absolute;
right:0;
text-decoration:none;
padding:2px 2px 0 30px;
}

#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
background:#EFDEEA;
color:#2c4170;
}

.article_column h2 {
background:#fff;
color:#2C4170 !important;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:1.2em !important;
font-weight:bold !important;
padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#2C4170;
margin:0 0 10px;
padding:5px 5px 5px 0;
}

.article_row p.iteminfo {
background:#fff;
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}

#main h3,#main2 h3 {
margin:20px 0 10px;
}

#main .blog_more h2,#main2 .blog_more h2 {
background:#fff;
color:#2c4170;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:1.3em;
font-weight:normal;
margin:0;
}

#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li,#main2 .blog_more li {
padding:4px;
}

#main .blog_more ul li a,#main2 .blog_more ul li a {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
background:url(../images/pfeil.gif) #939 no-repeat !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
background:url(../images/pfeil.gif) #939 no-repeat !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul,#main2 .blog_more ul {
background:#eee;
border:solid 1px #99cccc;
color:#2C4170;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}

#main .blog_more,#main2 .blog_more {
padding-top:10px;
}

/* main generell  */
#main a.readon,#main2 a.readon {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 2px 0 30px;
display:inline-block;
}

#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
background:url(../images/pfeil.gif) #2C4170 no-repeat;
color:#fff;
padding:2px 2px 0 30px;
text-decoration:none;
}
#main2 a:hover{
color:#333366;
/*font-weight: bold;*/
/*background:none;*/
}
/*#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {*/
/*color:#2C4170;*/
/*}*/

/*#main a:hover,#main2 a:hover,#main a:active,#main2 a:active,#main a:focus,#main2 a:focus {*/
/*background:#2c4170;*/
/*color:#fff;*/
/*}*/

#main h1,#main2 h1 {
color:#2C4170;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*font-size:1.6em;*/
/*font-weight:normal;*/
margin:0;
}

#main h2,#main2 h2 {
color:#2c4170;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*font-size:1.6em;*/
/*font-weight:normal;*/
}

#main ul li,#main2 ul li {
padding:0 0 0 10px;
line-height:1.4em;
margin:10px 0;
}

#main ul,#main2 ul {
list-style-position:outside;
list-style-type:square;
padding:0 0 0 10px;
margin:0 0 0 20px;
}

#main ul,#main ol {
list-style-position:inside;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}

.small {
border:solid 0;
color:#932467;
font-size:0.85em;
margin:0 0 20px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #99cccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #99cccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
color:#932467;
display:block;
font-size:0.85em;
}

.createdby {
color:#932467;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}

.modifydate {
color:#932467;
display:block;
font-size:0.85em;
padding:0;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
background:url(../images/pfeil.gif) #2C4170 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ############# pagination ###################### */
/*#main2 .componentheading{*/
/*font-size:1.6em;*/
/*background: url(../images/h2.gif) #FFFFFF no-repeat;*/
/*color:#F26101;*/
/*font-weight: bold;*/
/*padding-top: 5px;*/
/*padding-left: 48px;*/
/*height: 48px;*/
/*margin-bottom:20px;*/
/*}*/

/*#main2  {*/
/*background: url(../images/h2.gif) #FFFFFF no-repeat;*/
/*color:#F26101;*/
/*font-weight: bold;*/
/*padding-top: 5px;*/
/*padding-left: 48px;*/
/*height: 48px;*/
/*margin-bottom:20px;*/
/*}*/
table.sobi2Header{
	padding-bottom: 0px;
	margin-bottom:0px !important;
}
a.sobi2Header{
	padding-bottom: 30px;
	margin-bottom:0px !important;
}
#main2 h2,#main2 h1,a.sobi2Header , a:hover.sobi2Header, a:visited.sobi2Header , a:active.sobi2Header  {
background: url(../images/h2.gif) #FFFFFF no-repeat;
color:#F26101;
font-size:1.6em;
font-weight: bolder;
padding-top: 15px;
padding-left: 48px;
height: 48px;
margin-bottom:20px;
}
a.sobi2Header , a:hover.sobi2Header, a:visited.sobi2Header , a:active.sobi2Header  {
background: url(../images/search.gif) #FFFFFF no-repeat;	
}
#main2 h3{
background:none;
font-size:1.2em;
font-weight:bolder;
color:#2483B3!important;
padding-left: 18px;
margin-bottom:20px;
}
/*#main2 table.sobi2Details h1{
background:#CCFFFF none repeat scroll 0% 0%;
color:#2483B3;
font-size:1.7em;
font-weight:bolder;
height:40px;
line-height:40px;
width:100%;
margin-bottom:0px;
padding-top:0px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
*/

#main2 .pagination,#main .pagination {
border-top:solid 1px #99cccc;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* ###############  right #################  */
#right .moduletable {
background:#fff;
color:#2C4170;
margin:10px 0;
padding:0px;
padding:10px;
}

#right ul {
list-style-type:none;
margin:0 0 20px 10px;
}


#right ul li {
border:solid 1px #fff;
margin:0 0 2px;
}

#right ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}

#right ul li a:link,#right ul li a:visited {
background:#F2E3ED;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:normal;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
background:#345684 !important;
color:#fff !important;
}


#right h3 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#345684;
margin:0 0 3px;
padding:0 5px 0 0;
}

#right h4 {
color:#2C4170;
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}

#right ul {
border:solid 0 #99cccc;
color:#2C4170;
line-height:1.4em;
list-style-type:none;
margin:0;
padding:10px 0px 10px 0;
position:relative;
}

#right ul li {
margin-bottom:4px;
}

#right ul li a {
color:#2C4170;
font-weight:normal;
padding:2px;
}

#right ul li a:link,#right ul li a:visited {
color:#2C4170;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
background:#99CCCC;
color:#fff;
}

/* ############### MY RIGHT MENU ############### */
/* MENU */
#right .moduletable_menu h3{
	background:#FFFFFF none repeat scroll 0% 0%;
	border-bottom:1px solid #99ffff;
	color:#345684;
	margin:0pt 0pt 3px;
	padding:15px 5px 0pt 0pt;
}
#right .moduletable_menu ul li a:hover,#right .moduletable_menu ul li a:active,#right .moduletable_menu ul li a:focus
{
	background:#2C4170;
	color:#FFF;
}
/* link */
#right .moduletable_menu ul li a:link,#right .moduletable_menu ul li a:visited {
	background:#91BED4;
	color:#fff;
	border-bottom:#2C4170;
	padding-left:6px;
}
/* active link */
#right .moduletable_menu ul li.active a:link,#right .moduletable_menu ul li.active a:visited {
background:#99FFFF;
border-right:solid 4px #99CCCC;
color:#333366;
border-bottom:solid 1px #99CCCC;
/* indent on active link */
padding:3px 0 3px 6px;
}
/* span.active_link (text label) */
#right .moduletable_menu ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top right;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}
/* SUB MENU */
/*
#right .moduletable_menu ul li ul {
background:#f2e3ed;
border:solid 1px #E0C1E0;
border-bottom:solid 0 #2c4170;
border-right:solid 4px #2c4170;
border-top:0;
margin:0;
}

#right .moduletable_menu ul li ul li {
border:solid 1px #fff;
}

#right .moduletable_menu ul li ul li {
margin:0;
}

#right .moduletable_menu ul li ul li a:hover,#right .moduletable_menu ul li ul li a:active,#right .moduletable_menu ul li ul li a:focus {
background:#2c4170;
color:#fff;
}

#right .moduletable_menu ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 5px 10px 0;
}
#right .moduletable_menu ul li.active ul li a:link,#right .moduletable_menu ul li.active ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
border-right:solid 0 #DD75BB;
color:#2C4170;
font-weight:normal;
padding:3px 4px 3px 20px;
}
#right .moduletable_menu ul li.active ul li ul li a:link,#right .moduletable_menu ul li.active ul li ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:normal;
margin:10px 0 0 0;
}
#right .moduletable_menu ul li.active ul li.active a:link,#right .moduletable_menu ul li.active ul li.active a:visited {
background:#fff;
border-right:solid 0 #DD75BB;
color:#2C4170;
font-weight:bold;
}
#right .moduletable_menu ul li.active ul li.active ul li a:link,#right .moduletable_menu ul li.active ul li.active ul li a:visited {
background:url(../images/arrow.gif) #fff no-repeat top right;
color:#2C4170;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}*/
/* ############### MY RIGHT MENU END ############### */


/* ############### MY SHINCHAKU MENU ############### */
/* MENU */
#right div.moduletable_shinchaku {
	margin-bottom:20px;
}
#right .moduletable_shinchaku h3{
	background:#FFFFFF none repeat scroll 0% 0%;
	border-bottom:1px solid #99ffff;
	color:#345684;
	margin:0pt 0pt 3px;
	padding:15px 5px 0pt 0pt;
}
#right .moduletable_shinchaku ul li a:hover,#right .moduletable_shinchaku ul li a:active,#right .moduletable_shinchaku ul li a:focus
{
	background:#2C4170;
	color:#FFF;
}
/* link */
#right .moduletable_shinchaku ul li a:link,#right .moduletable_shinchaku ul li a:visited {
	background:#D3F4F3 none repeat scroll 0% 0%;
	border-bottom:medium none #2C4170;
	color:#345684;
	padding-left:6px;
}
/* active link */
#right .moduletable_shinchaku ul li.active a:link,#right .moduletable_shinchaku ul li.active a:visited {
background:#99FFFF;
border-right:solid 4px #99CCCC;
color:#333366;
border-bottom:solid 1px #99CCCC;
/* indent on active link */
padding:3px 0 3px 6px;
}
/* span.active_link (text label) */
#right .moduletable_shinchaku ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top right;
border-bottom:solid 1px #E0C1E0;
color:#2C4170;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

/* ############### MY SHINCHAKU MENU END ############### */

#right form.poll {
padding:10px 0 0;
}

#right form.poll fieldset {
line-height:1.6em;
}

#right form.poll fieldset label {
padding:0 0 0 4px;
}

#right form.poll .button {
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
font-size:1em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}

#right form.poll .button:focus {
border:outset 1px #C39;
}

#right form.poll a {
text-decoration:none;
color:#2C4170 !important;
padding:1px 2px !important;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
border:2px outset #C39;
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #99cccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#2C4170;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#2c4170;
}

.polls_color_4 {
background:#2C4170;
}

.polls_color_5 {
background:#99cccc;
}

.polls_color_6 {
background:#2c4170;
}

/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
background:#2c4170;
color:#2C4170;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 2px #2C4170;
}

form.login p {
clear:both;
border:solid 0 #2C4170;
font-size:1em;
}

form.login .button {
background:url(../images/pfeil.gif) #C39 no-repeat;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border:solid 0 #2C4170;
margin:0;
padding:0;
text-align:left;
}

form.login input {
background:#fff;
border:solid 2px #C39;
color:#2C4170;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #2C4170;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#2C4170;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#2C4170;
}

form.login p a {
color:#2C4170;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#2C4170;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:url(../images/pfeil.gif) #2C4170 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #2C4170;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #2c4170;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #2c4170;
margin:15px 10px 0;
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
background:url(../images/pfeil.gif) #2C4170 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 2px #2C4170;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #99cccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
color:#2c4170;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#2C4170;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #99cccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#2C4170;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#EFDEEA;
border-bottom:solid 1px #345684;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #2C4170;
background:#fff;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#2C4170;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#2C4170;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/pfeil.gif) #2C4170 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#2c4170;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #99cccc;
}

.question {
font-weight:bold;
}
/*    FOOTER      */
#footer {
	height:70px;
	background:#FFFFFF;
	color:#333366;
	/*padding:5px;*/
	text-align:right;
	/*border-top:solid 4px #99cccc;*/
}

p.syndicate {
float:left;
display:block;
text-align:left;
}
#footer td {
	padding-top:15px;
	padding-bottom:5px;
	text-align:center;
	font-size:0.9em;
	color:#2c4170;
}
#footer td a {
	padding-left:5px;
	padding-right:5px;
	color:#333366;
}
#footer td a:hover {
	color:#6c9ddf;
}
#footer p{
	font-size:0.7em;
	text-align:center;
	margin-top:10px;
}
#footer a {
color:#6c9ddf;
}
#footer a:hover {
	color:#333366;
}
/*    FOOTER END     */
/* Error Message contact form */
p.error {
color:#2c4170;
background:#F2E3ED;
border-top:3px solid #2c4170;
border-bottom:3px solid #2c4170;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #99cccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
	float:none !important;
	display:block;
	font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #99cccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}
.chronoform a,.chronoform a:visited{
	font-size:11px;
	color:#91bed4;
}
/* sobi2 Search Module */
.sobi2SearchMod{
	border-bottom:2px solid #91BED4;
	margin-bottom:15px;
	width:98%;
}
.searchInputPad{
	padding-top:10px;
}
td#sobi2rss a,td#sobi2rss a:hover,td#sobi2rss a:active,td#sobi2rss a:visited{
	color:#FFFFFF;
}
/* sobi2 Search Module End */


/* sobi2 VC Card */
table.sobi2Listing {
	width: 98%;
	margin-bottom: 10px;
}
table.sobi2Listing img{
	/*float:right;*/
}
table.sobi2Listing td{
	padding:10px;
	/*border: #990099 thin solid;
	border-collapse:collapse;*/
}
table.sobi2Listing td {
	border: none;
	margin-top: 0px;
	vertical-align: top;
}
table.sobi2Listing td p.sobi2ItemTitle{
	margin-left:0px;
	padding-left:0px;
}
table.sobi2Listing td p.sobi2ItemTitle a {
	font-size:18px;
	float:left;
}
table.sobi2Listing td.vcTd0{
	border-left:10px solid #F4AD32;
	border-bottom:1px solid #F4AD32;
	background:#FFFFFF;
	text-align:right;
}
table.sobi2Listing td.vcTd0 img{
	border-color: #91bed4;
	border-width: 1px;
	float:left;
}
table.sobi2Listing td.vcTd0 p.sobi2ItemTitle a {
	color:#F26101 !important;
}
table.sobi2Listing td.vcTd1{
	border-left:10px solid #91BED4;
	border-bottom:1px solid #91BED4;
	background:#D3F4F3;
	text-align:right;
}
table.sobi2Listing td.vcTd1 img{
	border-color: #91bed4;
	border-width: 1px;
	float:left;
}

/* Style for empty Cards (Placeholder) */
table.sobi2Listing td.sobi2EmptyCell {
	border-style: none;
	background-color: #ffffff;
}
table.sobi2Listing input {
	float:left;
}

/* Style of Icon (Small Image) */
.sobi2Listing img {
	float: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}

/* Style of Title (Name of Entry) */
p.sobi2ItemTitle{
	margin-left: 5px;
	margin-top:  5px;
	padding-left: 5px;
	padding-top: 5px;
	clear:left;
	/*font-size:1.2em;*/
	font-weight:bolder;
	
}
p.sobi2ItemTitle a {
 	font-size:1.1em;
	font-weight:bolder;
	/*color:#F26101 !important;*/
}

/* Styles for the fields */
/* Add style for each field you added in the form span.sobi2Listing_field_yourname */
span.sobi2Listing_field_categorykeywords, 
span.sobi2Listing_field_myfield, 
span.sobi2Listing_field_street, 
span.sobi2Listing_field_postcode, 
span.sobi2Listing_field_county, 
span.sobi2Listing_field_country, 
span.sobi2Listing_field_email, 
span.sobi2Listing_field_contact_person, 
span.sobi2Listing_field_phone, 
span.sobi2Listing_field_fax, 
span.sobi2Listing_field_city, 
span.sobi2Listing_field_hotline, 
span.sobi2Listing_field_phone, 
span.sobi2Listing_field_federal_state {
	padding-left: 10px;
}
span.sobi2Listing_field_website {
	float:right;
	padding-right: 5px;
	margin-bottom: 15px;
}
span.sobi2Listing_field_phone a{
	color:#F4AD32;
}
/* Style of Edit and Delete Buttons in Category View */
input.sobi2EditEntryButton {
}

/* Style for Page Navigation of Entries */
#sobi2PageNav {
	text-align: center;
}
/* sobi2 VC Card END */


/* Style of Details View */

#main2 table.sobi2Details h1{
background:#CCFFFF none repeat scroll 0% 0%;
color:#2483B3;
font-size:22px;
font-weight:bolder;
height:40px;
line-height:40px;
/*width:100%;*/
margin-bottom:0px;
padding-top:0px;
padding-left:10px;
padding-right:10px;
/*text-align:center;*/
}

table.sobi2Details {
	width:98%;
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
}
table.sobi2Details td{
	vertical-align: top;
}
table.sobi2Details td.header{
	background:#91BED4;
}
table.sobi2Details td.leftTd{
	background:#CCFFFF;
	text-align:center;
}
/* Style of Entry Name */
table.sobi2Details h1 {
	display:block;
	padding-top: 5px;
}
.DetailsLeftPan{
	float: left;
}
/* Container for all custom fields data */

.blueBlock{
	/*float: right;*/
	background: #CCFFFF;
	height:100%;
}
div#sobi2outer{
background:#FFFFFF none repeat scroll 0% 0%;
padding-left:15px;
padding-top:15px;
}
div#sobi2outer a{
	color:#F26101;
}

/* Style of the Image */
img.sobi2DetailsImage{
background:#FFFFFF none repeat scroll 0% 0%;
border-style:none;
padding-bottom:3px;
width:100%;
}
img.sobi2DetailsIcon {
}

/* Styles for the fields */
/* Add style for each field you added in the form span#sobi2Details_field_yourname */
/* First general style for all fields*/
span#sobi2Details_field_country, 
span#sobi2Details_field_postcode, 
span#sobi2Details_field_federal_state, 
span#sobi2Details_field_county, 
span#sobi2Details_field_city, 
span#sobi2Details_field_street, 
span#sobi2Details_field_phone, 
span#sobi2Details_field_phone2, 
span#sobi2Details_field_fax, 
span#sobi2Details_field_eigyojikan, 
span#sobi2Details_field_teikyubi, 
span#sobi2Details_field_description, 
span#sobi2Details_field_coupon, 
span#sobi2Details_field_email, 
span#sobi2Details_field_website, 
span#sobi2Details_field_hotline, 
span#sobi2Details_field_contact_person {
	padding-top: 2px;
	font-size: 12px;
	display: block;
}
/* Then particular rules for particular field*/
span#sobi2Details_field_teikyubi {
	padding-bottom: 5px;
	border-bottom:1px solid #24006B;
}
span#sobi2Listing_field_country_label, 
span#sobi2Listing_field_postcode_label, 
span#sobi2Listing_field_federal_state_label, 
span#sobi2Listing_field_county_label, 
span#sobi2Listing_field_city_label, 
span#sobi2Listing_field_street_label, 
span#sobi2Listing_field_phone_label, 
span#sobi2Listing_field_phone2_label, 
span#sobi2Listing_field_fax_label, 
span#sobi2Listing_field_eigyojikan_label, 
span#sobi2Listing_field_teikyubi_label, 
span#sobi2Listing_field_description_label, 
span#sobi2Listing_field_coupon_label, 
span#sobi2Listing_field_email_label, 
span#sobi2Listing_field_website_label, 
span#sobi2Listing_field_hotline_label, 
span#sobi2Listing_field_contact_person_label {
	color:#2483B3;
}
/* Style for Way Search */
span.sobi2WaySearch {
	font-size:12px;
	border-style: none;
	float: right;
	clear: right;
	margin-bottom:5px;
	margin-top:5px;
	display: block;
	padding-right: 5px;
}
span.sobi2WaySearch img {
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}

/* Style for Google Maps */
div#sobi2GoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-right: 5px;
}

/* Style of Details Footer Line */
td.sobi2DetailsFooter {
	padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#sobi2EditEntryButton, input#sobi2DelEntryButton {
	float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#sobi2Footer, td#sobi2Footer a {
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	text-decoration: none;
}
table.sobi2Footer {
	width: 98%;
}
td#sobi2rss {
}
td#sobi2rss img {
	border-style: none;
	float: right;
}
.DateAndShowHits{
	font-size:11px;
}
/* Style of Details View END */