/*---------------------------*\
  macstyle.css
  Enthält den Seiten Stil "macstyle"
\*---------------------------*/

/* Direkte Selektoren */
body {
	height: 100%;
	background-position: center;
	background-repeat: repeat-y;
}

h2 {
	font-size: 1.4em;
	font-family: Tahoma;
	font-weight: normal;
	color: #94A1B1;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3,
.blogPostTitle
{
    padding-top: 10px;
    font-size: 1em;
    font-family: Tahoma;
}

hr 
{
    margin-top: 10px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a 
{
    color: #657688;
}

a:hover 
{
    color: #2A3847;
}

/* Einzigartige Seitenelemente und eingebetette Elemente */
#page {
	margin: 0 auto;
	width: 944px;
	color: black;
	height: 100%;
}

#header 
{   
    width: 944px;
    height: 136px;
    
    margin: 20px 0px 20px 0px;
    
    background: url(../img/macstyle/header.jpg);
	
	/* twince as nice */
	font-family: "arial narrow", sans-serif;
	font-size: 1.5em;
}

#header sup,
#header sub 
{
    display: none;
}

#header a.pb
{
    display: block;
    font-family: Tahoma;
    font-size: 1.3em;
    padding-left: 100px;
    height: 134px;
    line-height: 134px;
    width: 844px;
    color: White;
    text-decoration: none;
}

.logoLink {
    display: block;
    position: relative;
    left: 30px;
    bottom: 75px;
}

#header sup 
{
    display: none;
}

#header sub 
{
    padding-left: 50px;
    font-size: 0.8em;
    color: #657688;
}

#content 
{
    clear: left;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}

#content h1 
{
	font-family: Tahoma;
	font-weight: normal;
	color: #657688;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content ul.urlList 
{
    margin-left: 0px;
}

#content ul, #content ol {
	margin-left: 25px;
}

#footer {
	clear:left;
	margin-top:1em;
	padding: 5px 27px 5px 5px;
	font-size: 0.7em;
	font-family: verdana, sans-serif;
	color: black;
	text-align: center;
}

/* Navigation */
#menu 
{
    width: 944px;
    padding-left: 11px;
    background: url(../img/macstyle/button_left.jpg) no-repeat left;
    
	color: black;
	font-family: verdana, sans-serif;
	height: 41px;
	
	line-height: 41px;
	padding-right: 0.2em;
}

#menu ul 
{
    width: 933px;
    height: 41px;
    background: url(../img/macstyle/button_right.jpg) no-repeat right;
    list-style-type: none;
}

#menu ul li 
{
        float: left;
}

#menu ul li a 
{
	display: block;
	height: 41px;
	width: 115px;
	line-height: 41px;
	color: black;
	background: url(../img/macstyle/button.jpg);
	font-family: Monospace;
	font-variant: small-caps;
	font-size:  14px;
	text-align: center;
	text-decoration: none;
}

#menu a.active,
#menu ul li a:hover {
	color: white;
	background: url(../img/macstyle/button_hover.jpg);
}

/* zweite stufe */
#menu ul li ul{
		display: none;
		clear: both;
		width: 120px;
		list-style-type: none;
		margin: -1px 0 0 0px;
		height: auto;
		background: none;
}

#menu ul li ul li a 
{
    width: 120px;
}

#menu ul li:hover ul {
		display: block;
		position: absolute;
}

#menu ul li ul li{
		clear: both;
		visibility: hidden;
}

#menu ul li:hover ul li
{
    visibility: visible;
}

/* Breadcrumb Navigation */
#breadcrumb 
{
    float: left;
    padding: 6px;
    font-size: 0.6em;
}

#breadcrumb ul
{
    list-style-type: none;
}

#breadcrumb ul li 
{
    float: left;
}

/* Klassen */
.tableOfContentBox 
{
    border: 1px dotted gray;
}
