html,body {
	margin: 0;
	padding: 0;
	background: #ffffff url('./../img/background.png') scroll center top
		repeat-y;
}

html,body,input,select,table,tr,td,div,a,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #444444;
}

/*
 *
 * Div-Container positionieren
 *
 */
#page_banner {
	width: 990px;
	height: 100px;
	margin: auto;
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#page_banner_container {
	height: 100px;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
  width: 100%;
	/*background: #ffffff url('./../img/logo_gross.png') scroll left top
		repeat-x;*/
}

#page_banner_frankenbund {
	padding: 0;
}

#page_banner_gruppe_text {
	padding-top: 12px;
	padding-bottom: 4px;
	color: #cc3333;
	font-size: 20px;
	font-weight: bold;
}

#page_navi {
	height: 24px;
	width: 990px;
	margin: auto;
	background: #ffffff url('./../img/background_menu.png') scroll left top
		repeat-x;
}

#page_gruppenback {
	width: 990px;
	margin: auto;
	padding-top: 1px;
	padding-bottom: 12px;
	padding-right: 4px;
	text-align: right;
	font-size: 11px;
}

#page_text {
	width: 960px;
	margin: auto;
}

/*
 *
 * Text etc.
 *
 */
p {
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	text-align: justify;
	line-height: 1.4em;
}

/*
 *
 * Über uns
 *
 */
div.ueberliste {
	min-height: 132px;
	background: #ffffff url('./img/ueberFrankenbund/schneider.png') scroll
		left top no-repeat;
	border: 1px solid #aaa;
	padding: 4px 8px 4px 148px;
	margin-bottom: 8px;
}

div.ueberliste div.ueberschrift,div.ueberschrift {
	font-family: "trebuchet ms";
	color: #992b2b;
	font-weight: bold;
	font-size: 14px;
}

div.ueberschriftblack {
	color: #000000;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 14px;
}

div.ueberliste div.kurztext {
	text-align: justify;
	margin: 4px 0;
}

div.ueberliste div.weiterlink {
	text-align: right;
}

/*
 *
 * Überschriften
 *
 */
h1 {
	padding: 0 0 0 28px;
	margin: 18px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	background: transparent url('./../img/ueber/h1.png') left top no-repeat;
	margin-bottom: 16px;
	font-family: "trebuchet ms";
	clear: both;
}

h1.alone {
	margin-bottom: 28px;
}

h2 {
	padding: 0;
	margin: 18px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	color: #aa3333;
}

span.rot {
	color: #992b2b;
	font-weight: bold;
}

/*
 *
 * Links
 *
 */
a {
	color: #992b2b;
	text-decoration: none;
}

a>img {
	border: 0;
}

img {
	border: 0;
}

/*
 *
 * Tabs für News und Jahresprogramm
 *
 */
#tabs {
	float: left;
	width: 100%;
	background: #ffffff url('./../img/box/960_top.png') scroll left bottom
		no-repeat;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 4px;
	padding-left: 12px;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#tabs li {
	float: left;
	background: url("./../img/tabs/left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
}

#tabs a {
	float: left;
	display: block;
	background: url("./../img/tabs/right.png") no-repeat right top;
	padding: 5px 8px 4px 4px;
	text-decoration: none;
	color: #666666;
}

#tabs a {
	float: none;
}

#tabs a:hover {
	color: #333333;
}

#tabs #current {
	background-image: url("./../img/tabs/left_on.png");
}

#tabs #current a {
	background-image: url("./../img/tabs/right_on.png");
	color: #333333;
	padding-bottom: 5px;
}

/*
 *
 * Navigation
 *
 */
#page_navi ul {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	width: 100%;
}

#page_navi ul li {
	display: inline;
}

#page_navi ul li a {
	height: 24px;
	line-height: 24px;
	padding: 0em 1em;
	float: left;
	color: #222222;
	text-decoration: none;
	background: transparent url('./../img/background_menu_rahmen.png') right
		bottom no-repeat;
}

#page_navi ul li a:hover,#page_navi ul li a.mactive_0 {
	color: #ffffff;
	background: #ffffff url('./../img/background_menu_aktiv.png') right
		bottom repeat-x;
}

/*
 *
 * News
 *
 */
#news_front_float {
	float: right;
	padding: 0;
	margin: 0px 0px 8px 10px;
}

div.archiv_select {
	padding: 2px 2px;
	background-color: #888888;
	border: 1px solid #888888;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}

div.archiv_select select {
	border: 0px solid #bbbbbb;
	font-size: 11px;
}

table.news_overview,table.news_overview_inner {
	padding: 0;
	margin: 0;
	border-spacing: 8px;
	width: 100%;
	border: 0px solid #dddddd;
}

table.news_overview_inner {
	border-spacing: 0px;
}

table.news_overview tr td.rahmen {
	vertical-align: top;
	width: 50%;
	height: 130px;
	border: 1px solid #888888;
	background-image: url('./../img/background_wappen.png');
	background-repeat: no-repeat;
	background-position: right top;
}

table.news_overview_inner tr td.cpt {
	width: 1px;
	font-weight: bold;
	font-size: 11px;
	padding-right: 4px;
	vertical-align: top;
}

table.news_overview_inner tr td.gruppenname {
	color: #992b2b;
}

table.news_overview_inner tr td.text {
	padding: 3px 6px;
}

table.news_overview_inner tr td.text div.caption {
	font-weight: bold;
	text-align: justify;
}

table.news_overview_inner tr td.text div.text {
	text-align: justify;
}

table.news_overview_inner tr td.link {
	text-align: left;
	padding: 3px 6px;
}

table.news_overview_inner tr td.link a {
	font-size: 11px;
}

/*
 *
 * Jahresprogramm
 *
 */
div.programm_monatshref {
	padding: 1px 2px;
	margin-bottom: 8px;
	background-color: #f6f6f6;
	border: 1px solid #bbbbbb;
	font-size: 11px;
	text-align: center;
}

div.programm_monatshref a {
	color: #444444;
}

div.programm_monatshref a.progaktiv {
	color: #992b2b;
	font-weight: bold;
}

/*
 *
 * Boxen
 *
 */
div.box_960_top,div.box_960_rot_top {
	width: 960px;
	height: 8px;
	background: #ffffff url('./../img/box/960_top.png') left top no-repeat;
}

div.box_960_rot_top {
	background: #ffffff url('./../img/box/960_rot_top.png') left top
		no-repeat;
}

div.box_960_rot_caption {
	background: #ffffff url('./../img/box/960_rot_caption.png') left bottom
		no-repeat;
	padding: 0px 0px 4px 0px;
	width: 960px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

div.box_960_middle,div.box_960_buttons {
	width: 940px;
	padding: 8px 10px;
	background: #ffffff url('./../img/box/960_middle.png') left top repeat-y
		;
}

div.box_960_buttons {
	text-align: center;
}

div.box_960_buttons a {
	font-size: 11px;
}

div.box_960_bottom {
	width: 960px;
	height: 4px;
	background: #ffffff url('./../img/box/960_bottom.png') left bottom
		no-repeat;
}

div.box_290_rot_top {
	height: 8px;
	width: 290px;
	background: #ffffff url('./../img/box/290_top_rot.png') left top
		no-repeat;
}

div.box_290_top {
	height: 8px;
	width: 290px;
	background: #ffffff url('./../img/box/290_top.png') left top no-repeat;
}

div.box_290_rot_caption {
	width: 290px;
	padding: 0px 0px 4px 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #ffffff url('./../img/box/290_caption_rot.png') left bottom
		no-repeat;
}

div.box_290_middle {
	width: 270px;
	padding: 4px 10px;
	background: #ffffff url('./../img/box/290_middle.png') left top repeat-y
		;
}

div.box_290_bottom {
	width: 290px;
	height: 8px;
	background: #ffffff url('./../img/box/290_bottom.png') left bottom
		no-repeat;
}

select {
	border: 1px solid #444444;
}

/*
 *
 * Smarty Paginate
 *
 */
div.paginate_overview_top {
	padding: 1px 2px;
	margin-bottom: 8px;
	background-color: #f6f6f6;
	border: 1px solid #bbbbbb;
	font-size: 11px;
	text-align: right;
}

div.paginate_overview_bottom {
	padding: 1px 2px;
	margin-top: 8px;
	background-color: #f6f6f6;
	border: 1px solid #bbbbbb;
	font-size: 11px;
	text-align: center;
}

div.paginate_overview_bottom>a {
	font-size: 11px;
}

/*
 *
 * Gruppen
 *
 */
div.gruppen_float {
	float: left;
	width: 290px;
	padding: 5px 15px;
	text-align: center;
}

#jsdiv {
	font-style: italic;
	color: #992b2b;
}

dt {
	font-weight: bold;
	margin-top: 6px;
}

div.gruppenhover {
	visibility: hidden;
	border: 1px solid #990000;
	position: absolute;
	padding: 2px 6px;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

div.gruppenhover i {
	font-size: 10px;
	font-weight: normal;
}

table.gruppen tr.cap td {
	font-weight: bold;
	width: 25%;
}

div.nachrichtenStartseite {
	clear: both;
	padding-top: 16px;
	font-weight: bold;
	font-size: 14px;
}

table.gruppen tr.capall {
	background-color: #555;
	border-collapse: collapse;
}

table.gruppen tr.capall td {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2px 4px;
	border: 1px solid #fff;
	border-collapse: collapse;
}

table.gruppen tr.cap {
	background-color: #c5c5c5;
	border-collapse: collapse;
}

table.gruppen tr.cap td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 1px 4px;
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 25%;
	color: #222;
}

table.gruppen tr td {
	padding: 2px 4px;
	width: 25%;
	vertical-align: top;
}

table.gruppen tr td ul {
	margin-left: 0;
	padding-left: 0;
}

table.gruppen tr td ul li {
	margin-bottom: 0.4em;
	margin-left: 2em;
	list-style-image: url('./../img/bullet.png');
	cursor: default;
}

table.gruppen tr td ul li:hover {
	list-style-image: url('./../img/bullet_hover.png');
}
