/* Background Graphics --------------------------------------------- */

#container {
	background-image: url(back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(back_header.gif);
	background-repeat: repeat-x;
}


#footer {
	background-image: url(back_footer.gif);
	background-repeat: repeat-x;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}

.comment .metadata {
	background-image: url(back_comment.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.prominent {
	background-image: url(back_corner_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.prominent .inner {
	margin: 0px;
	padding: 20px 20px 1px;
	background-image: url(back_corner_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#container .comment .metadata {
	/*background-image: url(../../assets/images/back_comment_meta.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
}


/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

body {
	background-color: #333333;
	
}

a, a:link {
	color: #6495ed;
	text-decoration:none;
}

a:hover, a:active {
	color: #e05505;
	text-decoration:none;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #ffffff;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #DDDDDD;
}

#content .summary {
	padding-top: 20px;
	border-top: 1px dotted #cacaca;
	background-position: 0px 20px;
}

.prominent, .comment .metadata {
	background-image: url(../../assets/images/back_comment_meta.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-color: ;
	color: #333333;
	margin: 0px 0px 15px;
	padding: 10px 10px 0px 10px;
}

.prominent a, .prominent a:link, .comment .metadata a, .comment .metadata a:link {
	color: #e05505;
}

.prominent a:hover, .prominent a:active, .comment .metadata a:hover, .comment .metadata a:active {
	color: #e05505;
}


#header, #footer {
	color: #ffffff;
}

/* Typography ------------------------------------------------------ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
	line-height: 18pt;
	text-align:justify;
	
}

h1, h2, h3, h4, h5,  {
        font-size: 1.2em;	
        font-weight: 900;
	letter-spacing: -0.06em;
}
h6 {
    font-weight: 900;
	font-size:1.3em;
	font:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
	background-color:#6495ed;
	color:#FFFFFF;
         
}
h7 {
     font-weight: 900;
	font-size:large;
	font:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
}	
.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
	font-size: 95%;
	line-height: 160%;
}


/* wp-snap ----------------------------------------------------------- */
ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
/* Bilder einbinden*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: none;
   
   
   
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* eigene CSS*/

/* Filminfo*/
#filminfo {
    
	min-height: 320px;
	border: 1px solid #ddd;
	
	padding: 2px;
	margin: 5px 0px;
    font-size: 10pt;
	color:#000000;
	line-height: 14pt;
	text-align:justify;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.filmbild {
    background-color: #f3f3f3;
	align:left;
	float:left;
	padding:2px;
    margin:0px 5px 5px 0px;
	border: none;
}
.info {
    width: auto;
	float:right;
}

	
