/* *************************************************************** */
/* **                  © by Jonas Kohlbrenner 2007              ** */
/* **                      Template Stylesheet                  ** */
/* *************************************************************** */

/* **************************** Allgemein ************************ */
html
{
	height: 100%;
	border: none;
}

body
{
	background: #ffffff url("../images/background.jpg") repeat;
	font-family: "Times New Roman", Bodoni, Garamond, "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit", serif;
	font-size: 14px;
	color: #003399;
	height: 100%;
	margin: 0;
	text-align: center;
}

#table
{
	width: 800px;
	min-height: 100%;
	margin: auto;
	text-align: center;
}
html > body #table
{
	background: transparent url("../images/tableBackground.png") repeat;
}
* html #table
{
	height: 100%;
	background: transparent url("../images/tableBackgroundIE.gif") repeat;
}

#contentContainer
{
	width: 750px;
	max-width: 745px;
	margin: 0 auto 0 auto;
	padding: 15px 0 20px 5px;
	text-align: left;
}
#contentContainer:after
{
	content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* ****************************** Links ************************** */
a
{
	text-decoration: none;
	color: #003399;
	border: none;
}
a.text
{
	text-decoration: underline;
	font-style: normal;
	color: #003399;
}
a:hover, a.text:hover
{
	color: #cc0000;
}

a img
{
	border: none;
}

a.back
{
	padding-left: 24px;
	background: transparent url("../images/arrow_left.png") no-repeat left;
}

/* *************************** Munülinks ************************* */

a.headMenu, a.activeHeadMenu
{
	float: left;
	font-size: 14px;
	color: #003399;
	margin: 0 2px 7px 0;
	padding-top: 2px;
	height: 20px;
	max-height: 18px;
	width: 103px;
	max-width: 103px;
	background: transparent url(../images/tabStandart.gif) no-repeat;
}
a.headMenu:hover
{
	color: #ffffff;
	background: transparent url(../images/tabRollover.gif) no-repeat;
}
a.activeHeadMenu
{
	font-weight: bold;
	color: #ffffff;
	padding-top: 1px;
	max-height: 19px;
	background: transparent url(../images/tabRollover.gif) no-repeat;
}

a.subMenu, a.activeSubMenu
{
	display: block;
	font-size: 14px;
	color: #003399;
	margin-bottom: 5px;
	padding: 5px 0 0 10px;
	height: 25px;
	max-height: 23px;
	width: 127px;
	max-width: 117px;
	background: transparent url(../images/buttonStandart.gif) no-repeat;
}
a.subMenu:hover
{
	color: #ffffff;
	background: transparent url(../images/buttonRollover.gif) no-repeat;
}
a.activeSubMenu
{
	color: #ffffff;
	background: transparent url(../images/buttonRollover.gif) no-repeat;
}

/* ****************************** Header ************************* */
#head
{
	margin: 0 auto 0 auto;
	height: 165px;
	width: 750px;
	background: transparent url(../images/head.jpg) left no-repeat;
}

#de, #en, #email
{
	float: right;
	height: 11px;
	margin: 15px 15px 0 0;
}
#headNavigation
{
	float: left;
	width: 750px;
	max-width: 743px;
	margin-top: 98px;
	padding-left: 8px;
	height: 20px;
	text-align: center;
}
/* **************************** Navigation *********************** */
#subNavigation
{
	float: right;
	width: 127px;
	padding: 35px 5px 20px 0px;
}
/* ****************************** Inhalt ************************* */
#content
{
	width: 425px;
	padding-left: 35px;
	margin: 0;
}
/* ************************** News Einträge ********************** */
div.newsEntry
{
	width: 427px;
	margin-bottom: 30px;
}
div.newsHead
{
	width: 427px;
	height: 26px;
	background: transparent url("../images/newsTop.gif") no-repeat;
}

div.newsBody
{
	padding: 0 35px 10px 35px;
	background: transparent url("../images/newsBackground.gif") repeat-y;
}


div.location > h2
{
	margin: 15px 0 0 0;
}

div.newsFoot
{
	width: 427px;
	height: 26px;
	padding-left: 35px;
	background: transparent url("../images/newsBottom.gif") no-repeat;
}

/* ************************** Überschriften ********************** */
h1
{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0.1em 0 0 0;
}
/* ******************************* Text ************************** */
p
{
	margin: 0;
	padding-bottom: 1em; 
}
/* ************************** Standart Listen ******************** */
ul
{
	margin: 0;
	padding: 0 0 1em 20px;
	list-style: url(../images/bullet_small.gif) outside; 
}
/* 3-Pixel Gap -- Hide from IE5-mac. Only IE-win sees this. \*/
* html ul
{
  height: 1%;
  margin-left: 0;
}
/* End hide from IE5/mac */

ol
{
	margin: 0;
	padding: 0 0 1em 25px;
}
/* 3-Pixel Gap -- Hide from IE5-mac. Only IE-win sees this. \*/
* html ol
{
  height: 1%;
  margin-left: 0;
}
/* End hide from IE5/mac */

/* ****************************** Footer ************************* */

#footer
{
	clear: both;
	background: transparent url("../images/contentContainerBottom.jpg") top center no-repeat;
	font-size: 5px;
	height: 15px;
	width: 800px;
	margin: -15px auto 0 auto;
}