/* www.pascalpetzinger.com */

/* usual suspects */
.none		{display:none}
.clear		{clear:both}
.left		{float:left}
.right		{float:right}
.aligncenter{text-align:center}
.alignleft	{text-align:left}
.alignright	{text-align:right}
.novid		{display:none;}

img		{border:0}
strong	{font-weight:normal}

::-moz-focus-inner { border: 0; outline: 0; }

a {
	text-decoration:none;
	width:auto;
	color:#fff;
	font-weight: bold;
	border:0;
	outline: 0;
}

a:hover{}
a:visited {color:white;}

#content p, #content ul, #content h1, #content h2, #content h3 {
	margin-left: 0.5em;
}

html, body {
	height:auto;
	background-color:#888;
	font-family:arial,sans-serif;
	font-size:small;
/*	background-image: url(../images/body_seamless_background.png);
	background-repeat:repeat; */
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	height:auto !important;
	height:100%;
	min-height:100%;
	width: 960px;
	text-align:left;
	box-shadow: 1px 3px 5px #111;
}

#topheader {
	display: block;
	height:auto;
	height: 6em;
	position:relative;
	padding-top:1em;
	background-color:#999;
	background-image: url(../images/topseamlesscolor.png);
	background-repeat:repeat;
	border:2px solid #000;
	outline-width:1px;
	color:#fff;
	text-shadow:1px 1px 2px #000;
	text-align:center;
	border-radius: 5px 5px 0 0;
}

#topheader h1, #topheader h3 {
	font-size:14px;
	display:inline;
	top:1em;
	margin-top:1em;
}

#topheader h3 { margin-left:3em; }

.logo {
	margin: .5em 0 0 1em !important;
	margin-left:1em;
	float:left;
}

/* --- menu --- */
#menu {
	float:left;
	display:block;
	position:relative;
	width:778px;
	width:100%;
	padding-top:2em;
}

#menu ul {
	width: 100%;
	height:1em !important;
	list-style:none outside none;
	padding:0;
	margin:0;
}

#menu li{
	display: inline-block;
	float:left;
	position:relative;
	/*top:0;*/
	padding:0;
	margin:0.5em 3em 0 3em;
	list-style:none outside none;
	padding:1px;
	text-align:center;
	font-weight:bold;
}

#menu a {
	width: auto;
	text-decoration:none;
	padding: 0;
	color:#fff;
}

#menu a:hover { color:#f00 !important; }

/* --- content --- */
#content {
	display: block;
	position:relative;
/*	padding:.25em; */
 	width: 960px;
	min-height:720px;
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	overflow: visible;	
	background:#000;
	text-align:left;
	color:#fff;
	background-image: url(../images/content_background.png);
	background-position: 100% 0%; 
	background-repeat:no-repeat;
}

.block {
	display: block;
	position:relative;
	float:left;
	clear: both;
	height: auto;
	background-color:#000;
	width: 100%;
	padding-top:1px;
	padding-bottom:1em;
	border: 3px solid #000;
	border-left:0;
	border-right:0;
}

#video_list {
	display:block;
	width:300px;
	float:left;
	left:5em;
}

#video_list li, .audio ul li, .breaktitle {
	margin:2em 3em 1em 5em;
}

#mediaplayer {
	float:right;
	position: relative;
	display:inline-block;
	top:0;
}

.video_title { font-weight: bold; }

/* slideshow box */
.headerimg {
	height: 100px;
	background-repeat:no-repeat;
}


#header { height:100px; width:150px;display:inline-block;position:relative; float:right}
div #headerimgs{
	float:right;
	margin:5px;
	overflow: hidden;
	height: 400px;
	float: right;
	width: 310px;
}
.headerimg {
	background-position:top center;
	background-repeat: no-repeat;
	width:100%;
	height:400px;
	overvlow:hidden
	width:310px;
/*	position:absolute;*/
}


#footer {
	display: block;
	position:absolute;
	float: left;
	clear: both;
	width:100%;
	height:1.5em;
	bottom:0;
	text-align: center;
	color: #333;
	padding-top:1em;
	position:relative;
	height:20px;
	width:100%;
	bottom:0px;
	border:0px solid #000;
	text-align:center;
	border-radius : 0 0 5px 5px;
	box-shadow: 1px 3px 5px #111;
	margin:0 0 1em 0;
}

.containerleft {
	float: left;
	position: relative;
	width: 15em;
}

.midle {
	float:left;
	width: 15em;
	position: relative;
}

.containerright {
	float:right;
	display:inline-block;
	position: relative;
	width: 16em;
	margin-right:1em;
}

/* contact */
form *{
	margin:1em 0 0 1em;
}

img.right, iframe.right{
	margin-left: 1em;
}

.home{
	width:310px;
	float:left;
}

@media all and (max-width: 960px){

	body, html{
		padding:0;
		margin:0;
	}

	#container{
		width:100%;
		margin:0;
	}

}
/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #333;/* set the Milkbox background color */
	background-color: #000;/* set the Milkbox background color */

	/*border: 1px solid #333; set the Milkbox border */
	border-top: 2px solid #565;
	border-left: 2px solid #454;
	border-right: 3px solid #232;
	border-bottom: 3px solid #131;

	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #000 url(../css/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-size: 1em;
	font-weight:bold;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
	margin-left:.5em;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	/*border-left:1px solid #9c9c9c; set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(../css/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../css/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(../css/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(../css/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
	font-style:italic;
	color:#eda;
}

.block[class] {
	/*background: transparent url(../images/black75.png);*/}