/* Beginn Reset-CSS from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Ende Reset-CSS */

* {
    margin: 0;
    padding: 0;
}

html {
	overflow-y: scroll;
}

body {
    color: #808080;
    font-family: "GillSansMTStd-Light", Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 12px;
	line-height:14px;
}



img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*News Listendarstellung*/
#addon_News_latest li img{
   padding-top:5px;
   padding-bottom:5px;
}

/* Text */
.Text {
	display: inline;
}


/* links */
.LinkDocument {
}

.LinkImage {
}



/* page */
#frame {
	margin: 0 auto;
    position: relative;
	width: 900px;	
}


#header_image {
    display: block;	
}

#header {
	position: relative;
	width:900px;
/* 	height: 52px; */
	padding-top:50px;
	padding-bottom:30px;
}

#logo {
    display: block;
    z-index:100;
}

#contentFrame {
    clear: both;
	height:380px;
}

#contentLeft {
/*     background-image: url(/mediathek/defaultImages/alleva_enzio_logo) no-repeat 0 0; */
    float: left;
    width: 0;
	display:none;
}


#contentMain_header,#contentRight_header {
    display:none;
}

#contentMain {
    height:380px;
}

#contentRight {
    display: none;
	
}

/*
#contentRight {
    margin-bottom: 20px;
    padding: 70px;
    min-height: 242px;
    background-color: #f2f2f2;
    
}*/


#footer {
    position:relative;
/*     min-height:150px; */
/*     margin-top:20px; */
	padding:30px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#logo {
	position:relative;
	top:119px;
	left:-74px;
}

.info_view, .video_view {
    cursor:pointer;
	font-size: 11px;
}

.video_view {
    padding-left: 5px;
}

.zoom2 {
     display: none; 
/*	visibility:hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -9999;
}

.zoom2.zoom2Active {
     display: block ; 
/*visibility: visible; */
opacity: 1;
left:0;
top: 0;
z-index:1;
}

.GalleryImage_Container {
    position: relative;
}

.GalleryThumbActive {
    color: #000 !important;
}

#contentRight_footer {
    position: relative;
}

.contentRight_footer_element {
    position: absolute;
    right: 0;
}

#home-link {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height:18px;
}

div.Text {
	color: #000;
}

a {
	color:#000;
}


/* muss in news.css*/
#addon_News_latest li{
	padding-bottom: 15px;
}

.more {
	display:none;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
}

#galnav {
	position:absolute;
	right:0;
	top:27px;
}

#de_DE {
    display:none;
}
/*@media all and (orientation:portrait) {
    #frame {display:none}
}
@media all and (orientation:landscape) {
    #frame {display:block}
}*/