/* General formattings */

* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	background-color: #eceded;
    height: 100%;
    text-align:center;
    font-family: Arial, Verdana;
}

img {
	border:none;
}



h1, h2 {
	font-size: 22px; 
	font-weight:bold;
}

h2 {
	color:#000;
	padding-bottom:8px;
}

h3 {
	font-size: 12px; 
	font-weight:bold;
	color:#006190;
	padding-bottom:8px;
}
/* #006190 006190#006190 */
h4 {
	font-size: 12px; 
	font-weight:bold;
	line-height:16px;
	color:#000;
	padding-bottom:8px;
}
h5 {
	font-size: 14px; 
	font-weight:bold;
	line-height:16px;
	color:#000;
	margin-top:2px;
	padding-bottom:8px;
}
h6 {
	font-size: 11px; 
	font-weight:normal;
	line-height:16px;
	color:#87888a;
	margin-top:2px;
	padding-bottom:8px;
}
p, span {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	line-height:16px;
}

a, a:link, a:visited {
	text-decoration: none;
	/*font-weight: normal;*/
}

ul {
	list-style:none;
}

hr {
	color: #cfd1d2;
    background-color: #cfd1d2;
    height: 1px;
    border:none;
    margin: 15px 0 5px 0;
}

/* Page structure */


#page {
	background: #fff;
	width: 940px;
	margin:0 auto;
 	text-align:left;
 	height: 100%;
}

/* Meta Navi */


#meta {
	width:920px;
	height:60px;
	padding:10px;
	text-align:right;
}

#meta ul {	
	margin-top:40px;
}

#meta li {
	display:inline;
	font-size: 12px; 
	font-weight: bold;
	color: #87888a;	
	padding:3px;
}

#meta a, a:link, a:visited {
	color: #87888a;
	font-weight:bold;
}

#meta a:hover {
	color: #000;
}

#meta form {
	display:inline;
}

#meta input.text {
	width: 105px;	
	background-image:url(' ../images/graphics/search_input.png');
  	background-repeat:no-repeat;
  	padding-left: 15px;
}

/* Header */


#header {
	width: 940px;
	height: 245px;
	background-image:url(' ../images/photos/header.jpg');
	padding-top:15px;
}


#menu {	
	width: auto;
}

#menu ul {
	margin-top:5px;
}

#menu li {
	display:inline;
	font-size: 15px; 
	font-weight: bold;
	padding:3px;
}

#menu_red_inactive {
	height: 50px;
	display:block;
	background-color: #006190;
	background-image:url(' ../images/graphics/arrow_big.png');
	background-repeat:no-repeat;
	padding:15px 15px 15px 50px;
	float:left;
	margin-right:15px;
}

#menu_red_inactive a, a:link, a:visited {
	color: #fff;
}

#menu_red_inactive a:hover {
}

#menu_grey_inactive {
	height: 50px;
	display:block;
	background-color: #f2f2f2;
	background-image:url(' ../images/graphics/arrow_big_black.png');
	background-repeat:no-repeat;
	padding:15px 15px 15px 50px;
	float:left;
	margin-right:15px;
}

#menu_grey_inactive a, a:link, a:visited {
	color: #000;
}

#menu_grey_inactive a:hover {
	color: #006190;
}

#menu_red{
	height: 50px;
	background-color: #006190;
	padding:15px;
	float:left;
	margin-right:15px;
}

#menu_red h1 {
	color:#fff;
}
#menu_red a, a:link, a:visited {
	color: #fff;
	font-weight:bold;
}

#menu_red a:hover {
	color: #000;
}

#menu_grey {
	height: 50px;
	background-color: #f2f2f2;
	padding:15px;
	float:left;
	margin-right:15px;
}

#menu_grey a, a:link, a:visited {
	color: #87888a;
	font-weight:bold;
}

#menu_grey a:hover {
	color: #000;
}

/* Content */


#wrapper {
	width: 100%;
	margin-top:20px;	
}

#leftCol {
	float: left;
	width: 185px;
	padding: 0 15px 0 15px;
}

#leftCol ul{
}

#leftCol li{
	font-size: 15px; 
	font-weight: bold;
	border-bottom: 1px solid #cfd1d2;
	padding: 7px 0 7px 0;
	height:auto;
}

#leftCol li li{
	font-size: 15px; 
	font-weight: bold;
	border-bottom: none;
	padding: 7px 0 7px 20px;
	height:auto;
}



#leftCol a, a:link, a:visited {
	font-weight:bold;
	color: #87888a;
}


#leftCol a:hover {
	color: #000;
}

#rightCol {
	float: right;
	width: 185px;
	padding: 0 15px 0 15px;

}

#rightCol a, a:link, a:visited {
	font-weight:bold;
	color: #87888a;
}

#rightCol a:hover {
	color: #000;
}



#rightCol .entry, #leftCol .entry{
	padding: 0 0 8px 0;
}

.box {
}

.box_header {
	border-bottom: 1px solid #cfd1d2;
	padding: 7px;
	height:18px;
}
.box_content {
	padding: 10px 5px 15px 5px;
}

.box label{
	width:55px;
}

#centerCol {
	/*margin: 0 215px;*/
	width:510px;
	float: left;
}

#centerCol p {
	padding-bottom: 8px;
}
#centerCol_head {
	border-bottom: 1px solid #cfd1d2;
	height: 27px;
	vertical-align: center;
	padding-top: 5px;

}


#centerCol .entry a, a:link, a:visited {
	color: #87888a;
	/*font-weight:normal;*/
}

#centerCol .button a, a:link, a:visited {
	font-weight:bold;
}

#centerCol a:hover {
	color: #000;
}


#breadcrumb {
	float: left;
	background-color: #006190;
	padding: 2px;
	color: #fff;
}

#breadcrumb ul{
	padding: 0 5px 0 15px;
	background: url(' ../images/graphics/flag.png');
	background-repeat:no-repeat;
}

#breadcrumb li{

	display:inline;
	font-size: 12px; 
	font-weight: normal;
	padding: 0 3px 0 3px;
}

#breadcrumb a, a:link, a:visited {
	color: #fff;
	font-weight:normal;
}

#breadcrumb .current {
	font-weight: bold;
}

.entry {
	padding-top: 12px;

/*	padding: 12px 0 12px 0;*/
	display:block;
}

.img_big{
	border-color:#e7e7e7;
	border-width:1px;
	border-style:solid;
	margin: 0 0 15px 0;
 	padding: 5px;
	display:block;
}

.img_small{
	border-color:#e7e7e7;
	border-width:1px;
	border-style:solid;
	margin: 3px 20px 5px 0;
 	padding: 5px;
	float:left;
}

.thumb_row {
	display:block;
	padding-bottom:15px;
}
.thumb {
	width: 100px;
	float:left;
	margin-right:35px;
}

.thumb img{
	float:none;
	display:block;
	margin-bottom:5px;
}

.bu{
	color:#87888a;
	font-size:11px;
	padding:2px 5px 2px 0;
}
.caption {
	width: 237px; 
	text-align: right; 
	font-size: 11px; 
	line-height: 100%;
	margin-top: 3px;
	color:#87888a;
	
}

#proglist_red{
	float: left;
	width:160px;
}
#proglist_blue{
	width:160px;
	margin-left:175px;
}
#proglist_yellow{
	float: right;
	width:160px;
}

#proglist_yellow a, #proglist_blue a, #proglist_red a{
  	color:#000;
}

#proglist_yellow a:hover, #proglist_blue a:hover, #proglist_red a:hover{
  	color:#006190
}

#proglist_header_red{
	background: url(' ../images/graphics/bali_logo.png');
  	background-color:#CE2C39;	
  	padding-top:5px;
}
#proglist_header_blue{
	background: url(' ../images/graphics/filmladen_logo.png');
  	background-color:#003c8f;	
  	padding-top:5px;
}
#proglist_header_yellow{
	background: url(' ../images/graphics/gloria_logo.png');
  	background-color:#f9b900;	
  	padding-top:5px;
}

#proglist_header_red, #proglist_header_blue, #proglist_header_yellow{
	height:20px;
	background-repeat:no-repeat;
  	background-position:right;
  	color:#fff
  	
}

#proglist_header_red a, #proglist_header_blue a, #proglist_header_yellow a{
  	color:#fff;
  	font-size:13px;
	font-weight:bold;
}

#proglist_header_red a:hover, #proglist_header_blue a:hover, #proglist_header_yellow a:hover{
  	color:#fff;
}

.proglist_entry{
	padding: 5px 0 5px 5px;
}


.red1{
	background-color:#fae9eb;
}
.red2{
	background-color:#fcf4f5;
}
.blue1{
	background-color:#e5ebf3;
}
.blue2{
	background-color:#f2f5f9;
}
.yellow1{
	background-color:#fef8e5;
}
.yellow2{
	background-color:#fefbf2;
}

.grey_box {
	width: 217px;
	padding: 15px;
	background-color:#f3f3f4;
	color:#000;
}


.grey_box .entry {
	padding: 0 0 8px 0;
}

/* buttons */

.button {
	padding-left:13px;
	font-size:12px;
}

.button a, a:link, a:visited {
	color: #87888a;
	font-weight:bold;
}

.button a:hover {
	color: #000;
}

.search {
	background: url(' ../images/graphics/search1.png');
	background-repeat:no-repeat;
}
.search:hover{
	background: url(' ../images/graphics/search1_act.png');
	background-repeat:no-repeat;
}
.link {
	background: url(' ../images/graphics/2arrow.png');
	background-repeat:no-repeat;
}
.link:hover{
	background: url(' ../images/graphics/2arrow_act.png');
	background-repeat:no-repeat;
}
.top {
	background: url(' ../images/graphics/arrow_top.png');
	background-repeat:no-repeat;
}
.top:hover{
	background: url(' ../images/graphics/arrow_top_act.png');
	background-repeat:no-repeat;
}
.down {
	background: url(' ../images/graphics/arrow_down.png');
	background-repeat:no-repeat;
}
.down:hover{
	background: url(' ../images/graphics/arrow_down_act.png');
	background-repeat:no-repeat;
}

/* FORMS INPUT */

label {
	font-size:11px;
	margin-top:2px;
}
select {
	padding:5px 0 5px 0;
}
input {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
	height: 13px;	
}


fieldset {
	border:0;
}
input.text {
	border:1px solid #87888a;
}
input.checkbox { 
}

select {
	padding:0;
}
/* Footer */


#footer {
	margin:20px 15px 30px 15px;
	padding-top:5px;
	border-top: 1px solid #cfd1d2;
}
#footer span {
	font-weight:bold;
	color:#87888a;
}
#footer a, a:link, a:visited {
	color: #87888a;
}

#footer a:hover {
	color: #000;
}


.time {
	font-size:11px;
	font-weight:bold;
}

.red {
	color:#006190;
}

/* Utils */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


.clearboth, .clear {
	clear: both;
}
.right {
	float:right;
}
.left {
	float:left;
}
.pressphoto-container {
	width: 150px;
	float: left;
	margin-right: 10px;
}
.pressphoto-container .caption{
	text-align:left;
	float: left;
	width: 150px;
}
.album-row, .image-row {
	margin-bottom: 10px;
}