/* Global reset */
html, body, div, span, img, applet, embed, canvas, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, s, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;
    background: #fff;
}
.clear {
	clear: both;
}
.nobreak{
	white-space: nowrap;
}

body, button, input, textarea {
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 1.7em;
}
body {
	background: #ddeeff url(images/background.png) repeat-x;
}

#container{
	width: 800px;
	margin:0px auto;
	background: #D5E9FD;
}

#header {
	background-image: url(images/header_spruch.jpg);
	position: relative;
	width: 800px;
	height: 115px;
}
#headline {
	position: relative;
	text-align: right;
	padding: 139px 10px 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

#left {
	top: 0px;
	left: 0px;
	padding:10px;
	text-align: left;
	height: 100%;
	width: 130px;
	float: left;
	padding-top:25px;
	background: #d5e9fd;
}

#left li {
	list-style: none;
	margin: 0 0 10px 0;
	border-bottom: 1px solid white;
	width: 100%;
}
#left li a,
#left li.selected ul li a {
	color: #244b8c;
	text-decoration: none;
	font-weight: bold;
}
#left li a:hover,
#left li.selected ul li a:hover {
	color: #031c46;
}
#left li.selected a,
#left li.selected ul li.selected a {
	color: #1b1612;
	text-decoration: none;
	font-weight: bold;
}
#left li ul {
	display: none;
	font-size: 90%;
	padding-top: 10px;
	padding-left: 20px;
	border-top: 1px solid white;
}
#left li.selected ul {
	display: block;
}
#left li ul li.last {
	margin-bottom: 0px;
	border: none;
}

#right {
	width: 620px;
	float: right;
	padding: 20px 15px;
	background: #f9fafb;
	min-height: 250px;
	
}

#footer {
	background: #FFF;
	border-top: 1px solid #aac8e6;
	padding: 3px 0;
	text-align: center;
	font-size: 11px;
}
#footer div {
	background: #737373;
	color: #000;
	padding: 4px 10px;
	text-align: right;
}

#top {
	width: 830px;
	height: 15px;
	background: url(images/shadow_top.png);
	margin: 3px auto 0px;
}

#bottom{
	width: 830px;
	height: 15px;
	background: url(images/shadow_bottom.png);
	margin: 0px auto;
}

#middle {
	width: 830px;
	background: url(images/shadow_middle.png);
	margin: 0px auto;
}

.newline {
	height: 11px;
}


h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-top: .5em;
	padding-bottom: .17em;
	padding-left: 1px;
	border-bottom: 1px solid #aac8e6;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

p {
	padding-bottom: 1em;
}
a {
	color:black;
}
ul li {
	list-style: square outside;
	margin-left: 1.3em;
}

table th,
table td {
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: 1px solid #D5E9FD; 
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
table tbody th {
	font-weight: bold;
	width: 175px;
}



div.moviecontainer {
	text-align: center;
	padding-bottom: 1.5em;
}

table.zeugnisse a {text-decoration: none;}

