/* 
 * css-formate zum body tag; 
 * bisher in ./css/std.css
 */

#banner {
	background:url(/images/v5/banner/home.jpg);
	background-repeat:no-repeat;
	height:76px;
	background-color:#535353;
	text-align:center;
	line-height:120%;
}

body {
    background: url(/images/v5/gradient/top.gif);
    background-repeat: repeat-x;
    background-color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
	position:relative;
}

/* 
 * standardmaessig kein Rand 
 * um Bilder
 */
 
img {
	border-style: none;
}

/*
 * Stylesheet zum div 
 * des oberen Seitenbereiches 
 * (logo, topnav, navbar) 
 * verlagert aus std.css
 */
 
#top {
    width: 1000px;
    margin: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

/** 
 * Stylesheet zu Verlinkungen 
 * in der navigationsbar 
 * ->bisher in ./css/std.css
 */
 
#navbar a {
    color: #fff
}

/**
 * Style zum setzen 
 * des allgemeinen list-style-types 
 * von ul-listen
 * -> verlagert aus ./css/std.css
 */
 
ul {
    list-style-type: square;
}

/*
 * setzt in der css-class large 
 * den oberen innenabstand unsort. listenelemente
 * auf 10px -> verlagert aus ./css/std.css
 */

.large li {
    margin-top: 10px
}

/*
 * style zu den links der 
 * (nichtaktiven) buttons der topleiste
 * ->verlagert aus std.css 
 */

.bannerbutton a {
    color: white;
    text-decoration: none;
    display: block;
    padding-left: 1px;
}

/*
 * style zu den links des (aktiven) button 
 * der topleiste (startseite, themenportale ...)
 * ->verlagert aus std.css 
 */
 
.bannerbuttonactive a {
    color: white;
    display: block;
    padding-top: 43px;
    text-decoration: underline
} 

/*
 * style zum hover-event (drueberfahren 
 * mit der mouse) bei bannerbutton 
 * der topleiste 
 * ->verlagert aus ./css/std.css
 */
 
.bannerbutton a:hover {
    color: white;
    text-decoration: underline;
    display: block;
    padding-left: 1px;
}

/* 
 * allgemeines Style zur 
 * Formatierung von Ueberschriften 
 * hier h4-tag
 * -> verlagert aus std.css
 */

h4 {
    font-size: 13px;
}

/* 
 * allgemeines Style zur 
 * Formatierung von Ueberschriften 
 * hier h3-tag
 * -> verlagert aus std.css
 */

h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
}

/*
 * allgemeingueltiges Style zur 
 * linken navigation
 * ->verlagert aus std.css
 */

#nav {
    overflow: hidden
}

/* 
 * allgemeingueltiges stylesheet zu 
 * den bullets in der linken 
 * navigationsleiste 
 * ->verlagert aus std.css
 */

#nav .bull {
    color: #777;
    text-align: right;
    padding-right: 3px;
    vertical-align: top;
    font-family: sans-serif;
}
 
#nav .l {
    width: 190px;
    border-top: 1px solid #eee;
    cursor: pointer;
    font-family: sans-serif;
    text-align: left
}

/*
 * weitere stylesheets zur 
 * linken navigationsleite 
 * ->verlagert aus std.css
 */
 
#nav .l td {
    padding: 3px;
    padding-left: 2px
}

#nav a {
    display: block;
}

#nav .active {
    background-color: #fff
}

#nav .active a {
    font-weight: bold
}

/*
 * allgemeines style zu horizontalen linien
 * ->verlagert aus ./css/std.css
 */

hr {
    height: 1px;
    border: 0;
    background-color: #ccc
}

/*
 * allgemeines style links (tag <a>)
 * -link nicht unterstrichen
 * ->verlagert aus ./css/std.css
 */
 
a {
    color: #315999;
    text-decoration: none;
}

/*
 * allgemeines style links (tag <a>)
 * hover (mouse drueberfahren)
 * - bei hover: link unterstrichen
 * ->verlagert aus ./css/std.css
 */

a:hover {
    text-decoration: underline;
}

/*
 * Style zu raendern von 
 * tabellenzeilen 
 * mit horizontalen Linien 
 * -> Verwendung sowohl in klasse
 * c_vsubgroup - lib/class/view - 
 * als auch in datagrid.php (deswegen hier)
 */
 
.trhlborder {
    border-bottom: 1px solid #ddd;
    padding: 2px;
    font-weight: bold
}

/*
 * Schlagw�rter 
 * -> Verwendung sowohl in funktionen
 * material_tpl u. mp_keyword - lib/func - 
 * als auch in datagrid.php (deswegen hier)
 */

a.s_keyword {
    padding-left: 13px;
    background-image: url(/images/v5/lens.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

/**
 * siehe Oben
 */
 
.s_keywords {
    padding-top: 20px;
    padding-bottom: 5px;
	filter: alpha( opacity = 50 );
	-moz-opacity: 0.5;
	opacity:0.5;
	width:100%;
	height:100%
}

.s_keywords:hover {
	filter: alpha( opacity = 100 );
	-moz-opacity:1;
	opacity:1
}

/*
 * zu klaeren, ob hier 
 * richtig untergebracht.
 */

img.inline {
    border: 1px solid #c3c3c3;
    margin-right: 9px;
    margin-bottom: 4px;
}

/**
 * Mittlerer (Haupt-)Bereich
 */

#mitte {
    width: 500px;
    float: left;
    margin-top: 0;
    margin-left: 30px;
    padding: 0 0 40px 0;
    clear: both;
    overflow: hidden;
}

/**
 * Kasten rechts
 */

#rechts {
    width: 214px;
    float: right; 
	margin: 0 30px 30px 30px;
    padding: 0;
}

/**
 * Angaben fuer die Newsausgaben auf der rechten 
 * Seite in den Portalen in Info und Hilfe 
 * bitte drin lassen
*/

#rechts p.rechtsunten {
    margin: 0 0 7px 12px
}

#rechts img {  
    margin-right: 7px;
    vertical-align: top;
}

/**
 * Style zu rechten Div Oben 
 * (Rechts-Oben)
 * -> verlagert aus ./css/std.css
 */

#rechts #oben {
    font-weight: bolder;
    margin-top: 36px;
    margin-bottom: 3px
}

/**
 * Style zu rechten Div Unten
 * (Rechts-Unten)
 * -> verlagert aus ./css/std.css
 */
 
#rechts #unten {
    padding-top: 9px;
    background-image: url(/images/karteikarte/bgrechts.gif);
    background-repeat: repeat-x;
    background-position: 0 0
}

#mitte h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

#mitte h2, #mitteaussen h2 {
    font-size: 18px;
    font-weight: bold;
}

#mitte h3 {
    font-size: 16px;
    font-weight: bold;
}

#mitte h4 {
	font-size: 14 px;
    font-weight: bold;
}

#mitte h5 {
	font-size: 14 px;
    font-weight: bold;
    letter-spacing: -1px;
}

#mitte h5,#mitte h4, #mitte h3 {
    margin: 0px;
    padding: 0;
}
 
/**
 * div-mitte, <p>-tag
 */

#mitte p {
    margin-top: 5px
}

td.anmeldeform {
	vertical-align: bottom;
	padding-right: 10px;
	padding-top: 20px;
	white-space: nowrap;
}

#subnav {
	border-bottom: 2px solid rgb(186, 202, 220);
	font-weight: bold;
	padding-top: 9px;
	padding-left: 11px;
	padding-bottom: 3px;
}

#navbar { 
	position: relative;
	height:26px;
	background:url(/images/v5/navbar/home.jpg);
	background-repeat:no-repeat;
	font-size:small;
	color:#ddd;
	background-color: #423F3C;
	line-height:120%;
}


#navbarlinks {
	float: left;
	margin-left: 1px;
	margin-top: 5px;
	padding: 0;
	clear: none;
}

#navbarrechts {
	float: right;
	margin-right: 1px;
	margin-top: 5px;
	padding: 0;
	clear: none;
}

#navbarmitte {
	float: left;
	text-align: center;
	width: 500px;
	position: absolute;
	left: 230px;
	top: 3px;
	overflow: hidden;
}

#mitte {
	clear: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

#mitteaussen {
	clear: none;
	background-color: #fff;
	width: 560px;
	vertical-align: top;
}

#rechts {
	vertical-align: top;
	float: none;
	width: 250px;
}

#links { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 190px;
}

#main {
	width: 1000px;
	background-color: #fff;
	padding: 0;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}

#oben {
	padding: 0;
	float: inherit;
	background-color: #fff;
}

#unten { /*	height: 20px;*/
	float: inherit;
	padding: 0;
	margin: 0;
	border-top: solid #CCC 1px;
}

#bodytop {
	width: 1000px;
	margin: auto;
	padding: 0;
	position: relative;
}

#bodytop h1 {
	font-weight: bolder;
	font-size: 20px;
	margin: 0;
	text-align: left;
}

#bodytop h2 {
	font-weight: bolder;
	font-size: 15px;
	margin: 0;
	padding: 5px 0 15px 28px;
	width: 535px;
	text-align: left;
}

#obenlinks {
	padding: 0;
	margin: 0;
	width: 190px;
	vertical-align: top;
	background: url(/images/v5/nav/home.jpg) no-repeat scroll;
	background-color: #EFEFEF;
	overflow: hidden;
}

#links .bull {
	color: #777777;
	font-family: sans-serif;
	padding-right: 3px;
	text-align: right;
	vertical-align: top;
}

#links a {
	display: block;
}

#links .l {
	border-top: 1px solid #ffffff;
	cursor: pointer;
	font-family: sans-serif;
	text-align: left;
	width: 190px;
}

#links .l td {
	padding: 3px 3px 3px 2px;
}

#links tr.active {
	background-color:#FFFFFF;
	font-weight: bold;	
}

#linksaussen {
	padding: 0;
	margin: 0;
	width: 190px;
	vertical-align: top;
	overflow: hidden;
}

#matitle {
	margin-left: 30px;
}

#content {
	padding: 0;
	margin: 0;
	vertical-align: top;
	border: 0;
}

#contentlinks {
	vertical-align: top;
	background: url(/images/v5/nav/home.jpg) no-repeat scroll;
	background-color: #EFEFEF;
	width: 190px;
}

#masubtitle {
	margin-left: 30px;
}

#mitteaussen h1 {
	margin: 10px 0;
	padding: 0;
}

#mitteaussen h2 {
	margin-top: 3px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
  
#wiki-content h2 {
    font-size: 14pt;
	font-weight:bold;
	margin-top: 18pt;
}


#mitte h1 {
	padding: 0;
	margin: 15px 0;
}

#footertext {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #FBFBFB;
}
