@charset "utf-8";

/* HEADERS
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
h1 {
	padding: 0 0em 0.25em 0;
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
	padding: 0 0 1em 0;
	font-size: 1.3em;
}
 
h3 {
	font-size: 1.2em;
	padding: 1em 0;
}

h4 {
	font-size: 1.2em;
	padding: 1em 0;
	color:#547EB1;
}

a {
color: #666666;
	
	text-decoration:none;
	font-weight:normal;
	outline: none;
}

a:hover {
	color: #000;  
	
}

a img { border: none; 
}

a:active {
  outline: none;
}



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../design/content-bg-vid.jpg);
background-repeat:no-repeat;
background-position:160px 109px;

}

.body_bg  {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../design/header_bg.jpg);
background-repeat:no-repeat;
background-position:0px 0px;

}
.impr { 
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border-bottom: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:23px;
	font-size: 12px;
	text-align:center;
	
} 
.impr_lft { 
	
	border-bottom: 1px solid #CCC;
	float:left;

} 
.twoColFixLtHdr #container { 
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../design/content-bg-vid.jpg);
	background-repeat:no-repeat;
	background-position:190px 120px;
	
}
.twoColFixLtHdr #container_zeit { 
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../design/content-bg-cov.jpg);
	background-repeat:no-repeat;
	background-position:190px 90px;
	
} 

.twoColFixLtHdr #container_vor { 
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../design/content-bg-vor.jpg);
	background-repeat:no-repeat;
	background-position:190px 90px;
	
}  

#content-in-text {
	
	margin: 0px 0 0 0px;
	padding-left:20px;
	padding-top:10px;
	
} 
.twoColFixLtHdr #header { 
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#FFF;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 40px 0px 40px 0px;
}
.twoColFixLtHdr #mainContent {
 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 90px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #mainContent_vid {
 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 100px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #mainContent_ue {
 
	margin: 0px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 130px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: small;
	border-top:solid 1px #DDD; 
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:200px;
	background-color:#FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* main menu */
#menu {
	float: left;
	margin: 0px 0 0 120px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#menu li {
	list-style-type: none;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 200px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	font-size: large;
	text-decoration: none;
}

#menu a:hover {
color: #999999;

}

#menu a.zeitschriften {
	background: url(../design/menu-item-zeitschriften.jpg) 0 0 no-repeat;
	padding-left: 10px;
}

#menu a.zeitschriften-selected  {
	background: url(../design/../design/menu-item-zeitschriften-selected.jpg) 0 0 no-repeat;
	color: #5F88CD;
}

#menu a.videos {
	background: url(../design/menu-item-videos.jpg) 0 0 no-repeat;
	
}

#menu a.videos-selected {
	background: url(../design/menu-item-videos-selected.jpg) 0 0 no-repeat;
	color: #EA6D11;
}

#menu a.vorlagen {
	background: url(../design/menu-item-vorlagen.jpg) 0 0 no-repeat;
}

#menu a.vorlagen-selected {
	background: url(../design/menu-item-vorlagen-selected.jpg) 0 0 no-repeat;
}

.indTab {
	
	top: 10px;
	
	padding: 0px 0 0px 0px;
	margin: 0px 0px 5px 0px;
	font: bold 1em sans-serif;
	text-align: right;
	color:#666666;
	list-style-type: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-decoration:none;
} 
#content-in-vid {
	padding-left:0px;
	
	margin-top: 10px;
}
# content-in-vor {
	float: left;
	overflow: auto;
	margin: 30px 0 0 40px;
	width: 700px;
	height: 470px;
	display: inline;
	
}

#content-in {
	
	overflow: auto;
	margin: 30px 0 0 0px;
	padding-left:40px;
	
	height: 900px;
	display: inline;  /* <---Solution for bug IE6 */ 
	
}	

.ind_img {
float:left;

width: 150px;
display: inline;  /* <---Solution for bug IE6 */ 
}

.ind_img2 {
float:left;
margin:5px 30px 10px 0px;
width: 180px;
}

.ind_img_vor {
float:left;

width: 100px;
display: inline;  /* <---Solution for bug IE6 */ 
}

.ind_img_vid {
float:left;

width: 160px;
display: inline;  /* <---Solution for bug IE6 */ 
}
.ind_cont{

padding :0px 0 25px 0px;
	
}
.style7 {
	font-size: 12px;
}
.cleaner {
	clear: both;

}
.spacer{
background-image:url(../images/spacer.gif);
background-repeat:repeat-x;
background-position:center center;
}

.spacer_top{
background-image:url(../images/spacer.gif);
background-repeat:repeat-x;
background-position:top center;
}

.spacer_bottom{
background-image:url(../images/spacer.gif);
background-repeat:repeat-x;
background-position:top center;
height:3px;
}

/* TABLES
==============================================================================*/


td {
	background: #FFF;
	font-size:10px;
	padding: 2px 0 2px 0;
}

.catalog {
	float: left;
	padding: 5px 0px 10px 0;
	width: 125px;
}

.catalog.wide {
	margin-right: 40px; 
	width: 150px;
}

.catalog.wide p {
	padding: 0 0 0.5em 1.2em;
	margin-top:5px;
}
.catalog video {
	margin:0  30px 0px 0; 
	width: 195px;
}
.catalog vorlagen {
	margin: 30px 90px 0px 0;
	width: 320px;
}

.catalog h2 {
	padding: 0 0 0.2em 0;
}

.catalog.last {
	margin-right: 0;
}

.catalog .description {
padding-left: 30px;
	font-size: 0.8em;
	color: #999;
}

.catalog .description a{
	
	color: #000;
	text-decoration:none;
}
.catalog .description a:hover{
	
	color: #333;
	text-decoration:underline;
}

.catalog-big {
	float: left;
	margin: 0 0 30px 70px;
	width: 300px;
}

.catalog-big .thumb {
	float: left;
	margin: 0 30px 0 0;
}

.catalog-big  {
	margin: 30px 0 0 0;
}

.style1 {
	color: #666666
}
.style12 {
	font-size: 10px
}
.style13 {
	color: #333333;
	font-size: 1.5em;
}
.style9 {font-size: 12px}

.vid_cont_link{
padding :0;
}

.vid_cont{
padding :60px 0 50px 0px;	
}

vid_img_cont {
	
	float: left;
	padding:20px 0 0 0;
	width: 200px;
}

.counter {
display:none;

	
} 