@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

html {
 overflow-y: scroll;
}

/* Navigation oben */
#navoben {
	margin-left:170px;
	height:134px;
	background:#b5111f url(../images/tagline.gif) left bottom no-repeat;
	font-size:1.2em;
	color:#fff;
	text-align:right;
}
#navoben a {
	color:#fff;
}
#navoben ul {
	list-style-type:none;
	padding:5px 7px 0 0;
}
#navoben ul li {
	display:inline;
}
.skip {
    background-color:#b5111f;
	color:#fff;
}
.skip:focus, .skip:active {
    position: absolute;
    left:180px;
    top:10px;
    background-color:#b5111f;
	color:#fff;
	font-size:1.2em;
}
/* Suchbox */
#suchbox {
	margin-top:10px;
	padding:5px;
	border:#999 1px dotted;
	font-size:1.2em;
}
#suchbox label {
	color: #B5111F;
}
#suchbox .inputboxsearch {
	width:145px;
	margin:3px 0;
	padding:1px;
}
#suchbox .inputboxsearch:focus {
	border:#B5111F 2px solid;
}
#suchbox p {
	margin:0;
	padding:0;
}
#suchbox .button {
	margin-top:2px;
	padding:2px;
	background-color:#eee;
	border:#ccc 1px solid;
	max-width:145px;
}
#suchbox .button:focus, #suchbox .button:hover  {
	background-color:#ccc;
	border:#aaa 1px solid;
}
/* Inhaltsbereich */
.box {
	border: #999 1px dotted;
}
.subcl#mitglieder, .subcl#links, #col3_content .cont {
	padding: 1em;
	border: #999 1px dotted;
}
.subcl#news {
	border: #999 1px dotted;
	margin:0;
	padding:0;
}
#news1 {
	border-bottom: #999 1px dotted;
}
#news2 .c50l {
	border-right: #999 1px dotted;
}
#news2 .subcl, #news2 .subcr {
	padding: 1em;
}
#news1 .subc {
	padding: 1em;
}
.subcr#rechts {
	padding: 0 0 0 7px;
}
#col3_content .box {
	padding: 5px 5px 10px 5px;
	margin-bottom:7px;
}
#col3_content .boxc {
	padding: 5px 9px;
	/*background-color:#cdcdcd;*/
	background-color:#ddd;
	color: #000;
}
#col3_content .boxc blockquote {
	color: #000;
}
#col3_content a {
	color: #B5111F;
	text-decoration: underline;
}
#col3_content a:focus, #col3_content a:hover {
	background-color: #B5111F;
	color:#fff;
}
#col3_content img {
	vertical-align: bottom;
}
#col3_content a:focus img, #col3_content a:hover img {
	background-color: #fff;
}
/* Fußzeile */
#footer {
	margin: 0 0 0 170px;
	padding: 0.5em 1em;
	border: #999 1px dotted;
	font-size: 0.9em;
}
#footer a {
	color: #B5111F;
	text-decoration: underline;
}
#footer a:focus, #footer a:hover {
	background-color: #B5111F;
	color:#fff;
}
#footer .subcr {
	text-align:right;
}
#footer p {
	margin: 0;
	padding: 0;
}
.black {
	color: black;
}
/* Breadcrumb Menü */
#breadcrumb {
	margin:0 0 1em 0;
}
/* Mitglieder */
#mitglieder.subcl {
	margin-top: 7px;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
/* WEBtivation */
#footer a.tivation  {
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
#footer a.tivation:focus, #footer a.tivation:hover {
	background-color:#fff;
	text-decoration: underline;
}
.web {
	color: #F49F00;
}
/* Content */
table p {
	margin: 0;
	padding: 0;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
hr {
    border-bottom: 1px #999 dotted;
  }

acronym, abbr {
    font-variant: normal;
    letter-spacing: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B5111F;
	font-size: 1.5em;
}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #444;
}
.h2punkte {
	display: inline;
	background: url(../images/punkte.gif) center right no-repeat;
	padding-right: 64px;
	line-height: 2em;
}
/* Hauptnavigation links */
#navlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#5B5B5B;
}
#navlinks a {
	display:block;
	color:#5B5B5B;
	text-decoration:none;
	/*padding-left:15px;*/
	background-color:#ddd;
	border-bottom:1px solid #fff;
	/*line-height:2em;
	height:2em;*/
	font-weight:bold;
	padding: 3px 0 3px 15px;
}
#navlinks ul li {
	list-style:none;
	margin:0;
	padding:0;
}
#navlinks ul  {
	margin:0;
	padding:0;
}
#navlinks a:focus, #navlinks a:hover, #navlinks a.act, #navlinks .home a:focus, #navlinks .home a:hover {
	background-color:#5B5B5B;
	color:#fff;
}
#navlinks a.act:focus, #navlinks a.act:hover {
	text-decoration:underline;
}
#navlinks .home a.act {
	text-decoration:none;
}
#navlinks .home a {
	background-color:#B5111F;
	color:#fff;
}
#navlinks li ul li a {
	background-color: #5B5B5B;
	color: #ddd;
	font-weight:normal;
	padding-left:30px;
	font-weight:normal;
}
#navlinks li ul li a:focus, #navlinks li ul li a:hover {
	font-weight:bold;
}

#navlinks li ul li a.act {
	font-weight:bold;
	color:#ddd;
}
#navlinks li ul li a.act:focus, #navlinks li ul li a.act:hover {
	text-decoration:none;
}
#wai {
	margin: 10px 0;
}
#opera_clearing {
	clear: left;
	height: 10px;
}
