html, body
{
    font-family: Arial;
    font-size: 12px;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    background-color: white;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: rgb(0,76,137);
}

div#main
{
    margin: auto;
    width: 1000px;
}

div#menu {
    color: rgb(0,76,137);
    line-height: 30px;
    font-size: 14px;
}

div#menu a {
    color: rgb(0,76,137);
}

div#menu a:hover {
    color: rgb(177,200,0);
}

div#submenu {
    /* color: rgb(100,101,103); */
    color: #a1b1c0;
    height: 16px;
    font-size: 14px;
}

div#submenu a {
    /* color: rgb(100,101,103); */
    color: #a1b1c0;
}

div#submenu a:hover {
    color: rgb(177,200,0);
}

div#header {
    padding-top: 60px;
    padding-left: 190px;
    padding-bottom: 0px;
}

div#widgets {
    float: left;
    width: 165px;
    /* background-image: url('../images/widgets_dummy.jpg'); */
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    background-color: white;
}

div#widgets .item {
    width: 160px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 5px;
    color: rgb(0,76,137);
    background-image: url('../images/widget_bg_off.jpg');
    background-repeat: no-repeat;
}

div#widgets .item:hover {
    background-image: url('../images/widget_bg_on.jpg');
    background-repeat: no-repeat;
}

div#widgets .item img {
    display: inline;
    margin-top: 5px;
    margin-right: 6px;
    float: left;
    border: 0px;
}

div#contents {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 580px;
    min-height: 400px;
    line-height: 20px;
    margin-bottom: 50px;
}

.caption {
    color: rgb(177,200,0);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: -4px;
}

.caption_small {
    color: rgb(177,200,0);
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.news_entry{
    padding-bottom: 40px;
}

div#partners {
    float: right;
    width: 183px;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 20px;
    color: rgb(0,76,137);
    line-height: 20px;
    border: 1px solid #c7d8e9;
}

div#partners a:link,div#partners a:visited,div#partners a:focus {
    color: rgb(0,76,137);
}

div#partners a:hover,div#partners a:active {
    color: rgb(177,200,0);
}

div#partners img {
    border: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
}

div#partners .caption {
    color: rgb(177,200,0);
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
    margin-bottom: 8px;
}

div#specials {
    float: right;
    width: 193px;
    line-height: 20px;
}

div#specials .item {
    background-color: rgb(0,76,137);
    padding-left: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-image: url('../images/specials_bg.jpg');
    background-repeat: repeat-x;
}

div#specials .item img {
    display: inline;
    margin-top: 6px;
    margin-right: 6px;
    float: left;
    border: 0px;
}

div#specials .item a {
    text-decoration: none;
    color: #ffffff;
}

div#specials .item a:hover {
    color: rgb(177,200,0);
}

div#sidemenu {
    color: rgb(0,76,137);
    padding-top: 30px;
    padding-left: 620px;
    padding-bottom: 2px;
    font-size: 14px;
}

div#sidemenu a {
    color: rgb(0,76,137);
}

div#sidemenu a:hover {
    color: rgb(177,200,0);
}

div#footer {
    width: 1000px;
    clear: both;
    text-align: center;
    margin-top: 200px;
    padding-bottom: 20px;
    font-size: 9px;
    color: #6e7d89;
}

div#footer a {
    color: #6e7d89;
    text-decoration: none;
}


.picture {
    padding: 3px;
    font: 10px Arial, sans-serif;
    color: rgb(0,16,77);
}

.picture img {
    border: 1px solid #CCCCCC;
    vertical-align:middle;
    margin-bottom: 3px;
}

.right {
    margin: 0.4em 1pt 0.2em 0.8em;
    float:right;
}

.left {
    margin: 0.5em 0.8em 0.5em 0;
    float: left;
}

.schedule {
    border: 0px;
    margin: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
}


.schedule td {
    vertical-align: top;
    min-width: 100px;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.pressefoto_desc tr {
    vertical-align: top;
}

.pressefoto_desc tr td:first-child {
    color: rgb(177,200,0);
    font-weight: bold;
    width: 120px;
}

#pressefotos hr {
    border: none 0;
    border-top: 1px dotted #c7d8e9;
    height: 1px;
}

#pressefotos img {
    padding-right: 10px;
    float: left;
}

/* styling of the container. */
a.myPlayer {
	display:block;
	width: 550px;
	height:430px;
	text-align:center;
	/* margin:0 15px 15px 0; */
	/*float:left;*/
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:170px;
        margin-left: 233px;
	border:0px;
}

/* Facebook Like */
.fb-like-box{
	width: 165px;
    padding: 0 0 30px 0;
}
/* Google +1 */
.plusone{
	width:165px;
	padding: 0 0 30px 0;
}
