body, html {
    font-family: Verdana;
    font-size: 11pt;
    background-image: url(images/blue/33original.gif);
    margin: 0;
    padding: 0;
    padding-top: 20px;
    height: 100%;
}

div#main {
    width: 1056px;
    margin: auto;
    padding: 15px;
}

div.inner {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    width: 1000px;
}

/* @todo: cnt box überarbeiten */
div#main div#cnt-t {
    background-image: url(images/cnt-t.png);
    height: 15px;
}

div#main div#cnt {
    background-image: url(images/cnt-m.png);
}

div#main div#cnt-b {
    background-image: url(images/cnt-b.png);
    height: 15px;
}

div.side-top {
    background-color: #ad7171;
}

div#main div#header {
    background-image: url(images/blue/header-red.jpg);
    width: 100%;
    height: 150px;
    margin-bottom: 1px;
}

div#main div#header div.title {
    background-image: url(images/title.png);
    display: block;
    height: 47px;
    position: relative;
    padding-left: 10px;
    top: 50px;
}

div#main div#header h2 {
    margin: 0; padding: 0;
    text-shadow: #efefef 1px 1px 1px;
}

div#main div#header span {
    font-size: 10pt;
}

div#main div#navigation {
    background-color: #ad7171;
    padding: 6px;
    margin-bottom: 10px;
    position: relative;
}

div#main div#navigation ul {
    margin: 0; padding: 0;
}

div#main div#navigation ul li {
    list-style-type: none;
    float: left;
    padding-right: 70px;
}

div#main div#navigation ul li a {
    display: inline-table;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

div#main div#navigation ul li a:hover {
    color: #602f2f;
}

div#main div.cnt-l {
    float: left;
    width: 680px;
}

div#main div.cnt-r {
    float: right;
    width: 300px;
}

div#footer {
    margin: auto;
    width: 1000px;
    font-size: 8pt;
    padding: 5px;
    text-align: right;
}

/* --------------------------
    CONTENT 
-------------------------- */

h3, h4, h5, h2 {
	font-family: Verdana, Geneva, sans-serif;
        margin:0; padding: 0;
        margin-bottom: 15px;
        color: #602f2f;
}

p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
        margin: 0; padding: 0; 
}

a {
    color: #ad7171;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#timetable {
	width: 100%;
	background-color: #fff;
	padding: 5px;
	border: 2px #cecece solid;
	text-align: center;
}

div#timetable table {
	width: 100%;
	border: 0;
	padding: 3px;
	border-collapse: collapse;
}

div#timetable table tr td.av {
	background-color: #bbde71;
}

p img {
	margin-bottom: 5px;
}

ul {
	list-style-type: square;
}

ul li {
	line-height: 18px;
}

blockquote {
	background-color: #fff;
	border: 1px #cecece solid;
	font-style: italic;
	padding: 5px;
	line-height: 20px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
}

blockquote span {
	display: block;
	font-style: normal;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}