/*inline*/
body {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;

	}
	
	img {
		border: 0;
	}
/*----------------------------------------------------------------------------
colorscheme1.css for colorscheme 1
this css-file contains all definitions, that depend on the colorscheme.
(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main c --------------------------------------------------------*/

#c {
    background: repeat-y top left #e9ddc9;
    background-image: url(contbg.gif);
}

/*--- header ---------------------------------------------------------------*/

#header {
    background-image: url(headerbg3.gif);
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_top {
    background-image: url(navtop.gif);
}

#main_nav_bottom {
    background-image: url(navbottom.gif);
}

#main_nav_c {
    background-image: url(navbar.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

.main_nav_list a {
    background-position: top right;
}

.main_nav_list a:hover {
    background-position: top right;
}

.main_nav_list a.active {
    background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
 /*   background-position: relative; */
    color: #dd3d06;
    background: no-repeat;
    background-image: url(subnav1.gif);
}

.sub_nav_list a:hover {
    background: no-repeat;
    background-image: url(subnav1hover.gif);
}

.sub_nav_list a:active {
    background: no-repeat;
}

/*--- foot ---------------------------------------------------------------*/

#foot {
    background: transparent top left no-repeat;
    background-image: url("footbg_weiss.gif");
}

/*----------------------------------------------------------------------------
default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000;
    background: #e9ddc9 top left;
    background-image: url(pgbk.gif);
}

/*--- paragraph ------------------------------------------------------------*/

.cont {
    color: #000;
}

/*--- headings -------------------------------------------------------------*/

.cont h1 {
    background: no-repeat;
    background-image: url("header1bg.gif");
}

.cont h2 {
    background: no-repeat;
    background-image: url("header2bg.gif");
}

.cont h3 {
    background: no-repeat;
    background-image: url("header2bg.gif");
}
#sub_c1 h3 {
    background: no-repeat;
    background-image: url("header2bg.gif");
}
/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.cont td {
    color: #000;
}


.cont table {
    border-color: #dd3d06;
    color: #000;
}

.cont th {
    background-color: #dd3d06;
    color: #fff;
    padding: 16px 2px 5px 2px;
}

.cont tr.odd {
    color: #000;
    background-color: #ded9cd;
    padding: 3px 2px 3px 2px;
}

.cont tr.even {
    color: #000;
    background-color: #fbfaf7;
    padding: 3px 2px 3px 2px;
}

.cont li {
    color: #000;
}

/*--- forms ----------------------------------------------------------------*/

.cont fieldset {
    border-color: #dd3d06;
}

.cont legend {
    color: #000;
}

.cont label {
    color: #000;
}

.cont input {
    border-color: #dd3d06;
}

.cont textarea {
    border-color: #dd3d06;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 {
    background: no-repeat;
    background-image: url(headerbg_overlay3.gif);
}

.tw_head {
    background-image: url(pager_bg.gif);
    background-repeat: no-repeat;
    height: 40px;
}
#tw {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #eee5da;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 30px;
  }

/*--------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
main.css
this css-file contains all definitions, that are independend from the
colorschemes.
(c) Schlund + Partner AG
----------------------------------------------------------------------
Modified and extended by Barti Bartman for the Sports-Template
This CSS-File uses the original "Tanteks Box Modell Hack"
http://www.tantek.com/CSS/Examples/boxmodelhack.html
NOTE:
Older W3C CSS validators return errors when the voice-family property
is used in a 'screen' style sheet. This is an error in the W3C CSS
validator itself. The validator should report a warning, not an error,
when properties which are unsupported by a particular medium are used,
and this has been reported to the W3C:
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
styles for specific classes and ids
----------------------------------------------------------------------------*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
         color: #000;
	background: #e9ddc9 top left;
    	background-image: url(pgbk.gif);
}
/*-- global c ------------------------------------------------------*/

#c {
    position: relative;
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

/*-- main c: contains all between header and foot ----------------*/

#main_c {
    padding: 0px 34px 0px 20px;
    margin: 0;
    width: 775px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 711px;
}

html>body #main_c {
    width: 711px;
}

/*--- the main c is devided in sub cs ----------------------*/

#layout_table {
    border-collapse: collapse;
}

#left_col {
    vertical-align: top;
}

#right_col {
    vertical-align: top;
}

#sub_c1 {
    margin: 0;
    padding: 0;
}

#sub_c2 {
    width: 530px;
    padding: 0px;
    margin: 0 15px 0 10px;
    overflow: hidden;
}

#cont_c {
    border: 0px;
    width: 515px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

#left_column_c {
    width: 157px;
    margin: 0px;
    padding: 0px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    top: 0px;
    left: 16px;
    height: 279px;
    width: 737px;
    margin: 0px;
    padding: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 15px;
    left: 397px;
    height: 251px;
    width: 327px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    left: 20px;
    top: 36px;

    height: 250px;
    width: 239px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    position: relative;
    top: 20px;
    left: 300px;
    height: 50px;
    width: 360px;
    line-height: 20px;
    letter-spacing: 3px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_top {
    line-height: 0px;
    overflow: hidden;
    margin: 0 0 0 16px;
    width: 737px;
    height: 10px;
    background-repeat: no-repeat;
}

#main_nav_bottom {
    margin: 0 0 0 16px;
    clear: both;
    width: 737px;
    height: 35px;
    background-repeat: no-repeat;
}

#main_nav_c {
    margin: 0 0 0 16px;
    background-repeat: repeat-y;
    overflow: hidden;
    width: 737px;
}

.main_nav_list {
    width: 685px;
    margin: 0 0 0 25px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

.main_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
}

/*--- main navigation items ------------------------------------------------*/

.main_nav_list a {
    white-space: nowrap;
    float: left;
    display: block;
    height: 15px;
    margin: 0px;
    padding: 0px 8px 0px 4px;
    line-height: 13px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: transparent;
    background-position: top right;
}

.main_nav_list a:hover {
    background: transparent;
}

.main_nav_list a.active {
    background: transparent;
}

/*--- c for the subnavigation --------------------------------------*/

.sub_nav_c {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    margin: 0px 0px 0px -20px;
    padding: 0px;
    border: 0px;

}

.sub_nav_list li {
    font-size: 11px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    display: block;
    overflow: hidden;
    width: 142px;
    padding: 0px 0px 0px 20px;
    line-height: 24px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 122px;
    font-size: 11px;
    font-style: normal;
}

html>body .sub_nav_list a {
    width: 122px;
}

/*--- foot ---------------------------------------------------------------*/

#foot {
    clear: both;
   /* height: 132px; */
    width: 735px;
    margin: 0 23px 0 17px;
    padding: 0px;
		text-align: center;
}

#foot_text {
    margin: 0px 30px 0px 30px;
    padding: 65px 0px 0px 0px;
    text-align: center;
}

#foot_text a{
		color: #dd3d06;
	text-decoration: none;
}

#logo_bottom {
	padding:20px 0 20px 0;

}

/*----------------------------------------------------------------------------
default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.cont {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

.cont p {
    margin: 5px 0px 20px 0px;
    padding: 0px;
}

/*--- headings -------------------------------------------------------------*/

.cont h1 {
    width: 525px;
    padding: 7px 0px 5px 35px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 490px;
}

html>body .cont h1 {
    width: 490px;
}

.cont h2 {
    padding: 5px 0px 3px 30px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 495px;
}

html>body .cont h2 {
    width: 495px;
}

.cont h3 {
    margin-left: 40px;
    width: 525px;
    padding: 8px 0px 12px 30px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 495px;
}

html>body .cont h3 {
    width: 495px;
}

#sub_c1 h3 {
    margin-left: 15px;
    width: 150px;
    padding: 8px 0px 2px 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 120px;
}

html>body #sub_c1 h3 {
    width: 120px;
}

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.cont table {
    border: none;
}

.cont tr.odd {
    font-size: 11px;
}

.cont tr.even {
    font-size: 11px;
}

.cont th {
    font-size: 12px;
}

.cont td {
    border-collapse: collapse;
    font-size: 11px;
}

/*--- forms ----------------------------------------------------------------*/

.cont fieldset {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
}

.cont input {
    border-width: 1px;
    border-style: solid;
}

.cont textarea {
    border-width: 1px;
    border-style: solid;
}

.cont button {
    color: #FFF;
    background: transparent top left;
    background-image: url("inputbutton.gif");
}

/*--- lists ----------------------------------------------------------------*/

.cont li {
    font-size: 11px;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 {
    background-color: transparent;
    position: absolute;
    padding: 0;
    margin: 0;
    height: 279px;
    width: 775px;
    top: 0px;
    left: -16px;
    text-align: center;
}

/*--------------------------------------------------------------------------*/



#logo {
   background: url(logo.gif) no-repeat;
}

#slogan {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#slogan a{
	color: #dd3d06;
	text-decoration: none;
}

#tw {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.main_nav_list a.active {
  background: url(n1activeitem.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #dd3d06;
  background-position: top right;
}
.main_nav_list a {
  background: url(n1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-position: top right;
}
.main_nav_list a:hover {
  background: url(n1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-position: top right;
}
.sub_nav_list a:active {
  background: url(subnav1active.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #eee5da;
}
.sub_nav_list a {
  background: url(subnav1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #dd3d06;
}
.sub_nav_list a:hover {
  background: url(subnav1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #dd3d06;
}
.cont h1 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #8f8873;
}
.cont h2 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  color: #8f8873;
}
.cont h3 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  color: #8f8873;
}

#sub_c1 h3 {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  color: #8f8873;
}
.cont, .cont p {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.cont a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #dd3d06;
}
.cont a:link {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #dd3d06;
}
.cont a:hover {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #dd3d06;
}
.cont a:active {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #dd3d06;
}
#foot_text {
  font-family: Tahoma,Verdana, Arial, sans-serif;
 /* font-style: bold;  font-weight: normal;*/
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}



.bigger {font-size: 20px;
}

.listEntry {
	margin-bottom: 10px;
}

#main_nav_bottom {
        margin-left: 0px;
}
#foot_text a, a:link, a:visited{
      /*  color: #fff; */
        font-weight: bold;
        }

.articleText {
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/**
 * Sample CSS for DIV pagelayout

#container {
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}
*/

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVtopLeft {
	margin:8px 10px 5px 20px;
	padding:0px;
	border:0;
}
.imgDIVtopCenter {
	margin:8px -50% 5px -50%;
	padding:0px;
	border:0;
}

.imgDIVblockImgLeft {
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px;
}

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}


#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}



/* Bilder-Galerien*/
.galpic {
	float:left;
	text-align:center;
	width: 100px;
	height: 100px;
	margin: 0 2px 2px 0;
	background-color: transparent;
	/* padding: 0 7px 7px 0;*/
	}	
	
* html .galpic {
	float:left;
	text-align:center;
	width: 100px;
	height: 100px;
	margin: 0 2px 2px 0;
	background-color: transparent;
	/* padding: 0 7px 4px 0;*/
	}		

* + html .galpic {
	float:left;
	text-align:center;
	width: 100px;
	height: 100px;
	margin: 0 2px 2px 0;
	background-color: transparent;
	/* padding: 0 7px 4px 0;*/
	}	
	
.galpic img{
	border: 0;
}


/* ---------------------------------------------------------------------------- */
.helper {
	display:none;
}

div.pages {
	margin: 5px 0;
	font-weight: bold;
}

.pages a{
	color: #dd3d06;
	text-decoration: none;
}