/***************** medienblau.de **************

fonts: blue highway delite, fff star
blau: #0F298F
grau: #545454


***********************************************/

html, body, div, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, hr {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #545454;
	border: 0px;
}


.error {
    color: #FF0000;
}

.success {
    color: #6EAF65;
}


body {
	background: url(../images/bg_main.gif) repeat-x #fff;
	text-align: center;
}
hr {
	text-align: left;
	height: 1px;
	border: 0px;
	color: #fff;
	background-color: #fff;
	font-size: 0;
	line-height: 0;
}
p.inner {
	padding: 14px 0;
}
p {
	margin: 14px 0;
}
.bottompad {
	margin: 0 0 14px 0;
	padding: 0;
}
p.toppad {
	margin: 14px 0 0 0;
	padding: 0;
}
span.smaller {
	font-size: 10px;
}
#content_container h1 {
	font-size: 14px;
	padding: 0 0 5px 0;
	line-height: 20px;
}
#content_container h1.newsblue {
	font-size: 14px;
	padding: 0;
	line-height: 20px;
	color: #0F298F;
}
#content_container h2 {
	font-size: 13px;
	margin: 10px 0 10px 0;
}
#content_container h2.outside {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
}
#content_container h1.outsiderow {
	padding: 10px 0 10px 24px;
	border-top: 1px solid #AFB8DA;
	background-color: #F6F7FB;
	color: #0F298F
}
#content_container div.outsiderow  {
	padding: 10px 0 10px 24px;
	border-top: 1px solid #fff;
	background-color: #F6F7FB;
}

#content_container div.outsiderow_dark  {
	padding: 10px 0 10px 24px;
	border-top: 1px solid #fff;
	background-color: #E7EAF4;
}

#content_container h3, #content_container h3.blue {
	font-size: 12px;
}
#content_container h3.blue {
	color: #0F298F;
}
.blue {
	color: #0F298F;
}

.dvdtitle {
	color: #0F298F;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

.themankatalog_images {
	background:url(../images/bg_themenkatalog.png) no-repeat;
	width:164px;
	height:95px;
}

.themankatalog_images img {
	margin-left:10px;
	height:75px; 
	width:144px;
	border:1px solid #fff;
}


.arrow_dvdheadline{

	font-family:Arial, Helvetica, sans-serif, sans-serif; 
	font-size:12px; 
	font-weight:bold;	
}

.newsitem {
	margin: 5px 0 0 0;
}

.newstext {
	margin: 15px 0 15px 0;
}
/* divs */
#main {
	text-align: left;
	margin: 0px auto;
	width: 636px;			
}
#nav {
	width: 637px;
	height: 97px;
	background: url(../images/bg_nav.gif) no-repeat;
}
#head a.logo {
	background: url(../images/logo.gif) no-repeat;
	background-position: 423px 0;
	display: block;
	width: 635px;
	height: 99px;
}
#headline {
	height: 42px;
}
#content {
	background: url(../images/bg_content.gif) repeat-y #F6F7FB;
	margin: 0 0 0 1px;
}
#subnav {
	font-size: 10px;
	color: #0F298F;
	background: url(../images/bg_footer.gif) #E7EAF4;
	padding: 10px 25px;
	margin: 1px 0 0 1px;
}
#fade {
	background: url(../images/bg_fade.png) repeat-x #fff;
	height: 46px;
	margin: 1px 0 0 1px;
}
/* klassen */
.navblock, .navblock2, .navblock3 {
	width: 212px;
	height: 97px;
	padding: 13px 10px 0 11px;
	float: left;	
	width: 191px;
	height: 84px;
}
html>body .navblock, html>body .navblock2, html>body .navblock3 {
	width: 191px;
	height: 84px;
}

.bgblue, .bgblue_last {
	background: url(../images/bg_content.gif) repeat-y #F6F7FB;	
}
.bgleft, .bgleft_last {
	background: url(../images/bg_content_left.gif) repeat-y #EFF0F7;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.bgblue_list, .bgblue_list_last {
	background: url(../images/bg_content.gif) repeat-y #EFF0F7;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.bgblue_last, .bgblue_list_last, .bgleft_last {
	border-bottom: 0;
}

.contentline {
	font-size: 0;
	line-height: 0;
	margin: 10px 0;
}

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

/* holy hack */
.row, .row_left {
	padding: 16px 0 0 24px;
	height: 1%;
}
.row_left {
	padding: 16px 0 0 13px;
}
#content>.row, #content>.row_left {
	height: auto;
}
* html .row, * html .row_left {
	height: 1%;
}
*>html .row, *>html .row_left {
	height: auto;
}
/* holy hack ende */

.textbox, .textbox_left {
	float: left;
	width: 375px;
	margin: 0 30px 0 0;
	line-height: 16px;
}

.textbox_right {
	float: right;
	width: 197px;	
	line-height: 20px;
}

.textbox_right_small {
	float: right;
	width: 197px;	
	line-height: 13px;
}

.textbox_top {
	float: left;
	width: 375px;
	margin: 0px 1px 0 0;
	line-height: 16px;
}

.textbox_left {
	margin: 0 0 0 30px;
}
.rightbox {
	float: left;
	width: 197px;
}
.linkbox {
	padding: 30px 0 0 25px;
	line-height: 16px;
}
.clearit {
	clear: left;
	font-size: 0px;
	line-height: 0px;
	width: 1px;
	height: 1px;
}
/* textformate */
#nav h1 {
	color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #7D94EE;
	padding: 0 0 2px 14px;
}
/* links */
a.bold {
	font-weight: bold;
}
a.sub:hover {
	background-color: #4B62C0;
}
a.subact {
	background-color: #4B62C0;
}
a.sub:link, a.sub:active, a.sub:visited, a.sub:hover, a.subact:link, a.subact:active, a.subact:visited, a.subact:hover {
	display: block;
	color: #fff;
	width: 191px;
	height: 13px;
	font-size: 11px;	
	text-decoration: none;	
	padding: 0 0 1px 14px;	
	width: 177px;	
}
#subnav a {
	font-size: 10px;
	color: #0F298F;	
	padding: 0 3px;
}

.orange {
	color:#FF8214;
	font-weight: bold;
}

/* forms */

input, .vip input.submit  {
	font-size: 12px;
	border: 1px solid #0F298F;
	width: 200px;
	background-color: #fff;
}

input#search {
	font-size: 14px;
	border: 1px solid #0F298F;
	width: 200px;
	background-color: #fff;
	height:15px;
	padding:2px;
}

select {
	
	border: 1px solid #0F298F;
	width: 220px;
	background-color: #fff;
	height:20px;
}

input.sbmt {
	width: auto;
	font-weight: bold;
	color: #0F298F;
	background-color: #E8EAF3;
}

/* liste */

ul {
	list-style-image: url(../images/arrow_list.gif);
	list-style-position: outside;
}

ol {
	list-style-image: url(../images/trans.gif);
	list-style-position: outside;
}

.dvdtextbox_right {
	float: right;
	width: 197px;	
	line-height: 16px;
}


ul.bottompad {
	padding: 0 0 0 16px;
}

.dvdtextbox_right ul.bottompad li a{
	font-size:9px;
	text-decoration:none;
	color: #999999;	
}

.dvd_imagereport {
	margin-top:-60px; 
	margin-left:112px;
	width:78px; 
	height:60px; 
	background: url(../images/bg_dvddetailsreportage.gif) no-repeat;
}

.dvd_imageerklaer {
	margin-top:-60px; 
	margin-left:124px;
	width:68px; 
	height:52px; 
	background: url(../images/bg_dvddetailsreklaer.gif) no-repeat;
}

.dvd_imageerklaer80 {
	margin-top:-60px; 
	margin-left:112px;
	width:80px; 
	height:52px; 
	background: url(../images/bg_dvddetailsreklaer80.gif) no-repeat;
}

.dvd_imagematerial {
	margin-top:-25px; 
	margin-left:124px;
	width:68px; 
	height:52px; 
	background: url(../images/bg_dvddetailsreklaer.gif) no-repeat;
}

.erfahrungen .imgbox {
	text-align: center;
	padding: 0 0 16px 0;
}

#on-box {
  width: 204px;
  height: 120px;
  margin-left: -2px;
  background: url(../images/bg-on.jpg) no-repeat;
}

#on-box-inline {
  padding: 39px 0 0 19px;
  width: 166px;
}



#newsletter-box {
  width: 204px;
  height: 120px;
  background: url(../images/bg-newsletter.jpg) no-repeat;
}

#newsletter-box-inline {
  padding: 39px 0 0 19px;
  width: 166px;
}

input.newsletter {
	font-size: 11px;
	color: #545454;
	width: 166px;
}


/***ON MENUE ***/

.onmenue {
	
	padding-top:5px;
	padding-left:14px;
	text-align:left;
}

.dvd_headline_arrow {

	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:14px;
}

.textboxkatalog {
	margin:0px 10px;		
}

.katalogtable {

	table-layout:fixed;

}

.ontk_bluelist {

	background-color:#eff0f7;
	width:100%;	
}

.ontk_row {

	background-color:#f6f7fb;
}

.aktion {
    background-color: #fff;
    height: 107px;
    padding: 0 25px;
    cursor:pointer;
}
.aktionstext {
    float: left;color: #000;font-size: 18px;margin-top: 25px;
}
.aktionstext a{
    color: grey;font-size: 18px;
}
.aktionsbaeumchen {
    float: right;
}
.aktionsbaeumchen img {
    border:0; width: 100px;
}
	

