/*----------------------------------
beck.css
(c) 2005 Beck GmbH

Internet-Seiten der Beck GmbH Druckkontrolltechnik
------------------------------------*/

/* ----------------------------
Standard Element-Definitionen
-------------------------------*/

body {
	background-color: #ffffff;
	margin: 0px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}


html
{
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

form	{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

.tx-thmailformplus-pi1{
	border: 2px solid #CEDBF2;
	margin-top: 15px;
}

input,select,textarea {
	background-color: #CEDBF2;
	color: #000000;
	padding: 0px;
	margin-left: 1px;
	margin-right: 1px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid gray;
}

form h3 {
	margin-bottom: 6px;
	margin-top: 10px;

}

form p {
	margin-bottom: 10px;
}

ul {
	padding: 0px;
	margin: 0px;
}

a {
  color: black;
}

h1 {
	margin-top: 0px;
	margin-left	: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: rgb(180,44,71);
}

#content h1 {
  font-family: "Courier New", Courier, monospace;
}

h2 {
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding: 0px;
	font-size: 14px;
	font-weight : bold;
}

h3 {
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 12px;
	font-weight : bold;

}
p
{
	font-family: "Courier New", Courier, monospace;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}



.tx-slideshow-pi1 {
	background: white;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 80px;
	border: 1px solid rgb(230,230,230);
}



.figurentheater {
  padding-top: 15px;
  padding-bottom: 10px;
}

.figurentheater .showclick2{
  padding: 0px 5px 0px 5px;

}

div.show1, div.show2, div.show3 {
width: 600px;


}

.show1 .csc-textpic-image, .show2 .csc-textpic-image, .show3 .csc-textpic-image{
padding-left: 5px;


}

a.pdf_link {
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-top: 2px;
}



/* --------------------------------------------
Kopf
----------------------------------------------- */
.header {
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 3;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 704px;
}


.logo {
	margin-right: 20px;
	margin-top: 40px;
}

.logo h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	color: gray;
	font-weight: normal;

}


#root {
	clear: both;
	position: relative;
	font-size: 9px;
	margin-left: 0px;
	padding-top: 10px;
	color: gray;
	z-index: 9;
	font-weight: normal;
}

*HTML #root {
	padding-top: 15px;
}

#root a {
	text-decoration: none;
	color: gray;
	margin-right: 2px;
	margin-left: 2px
}

#root a:hover {
	text-decoration: underline;
}



/* ----------------------------------------------
Navigation
---------------------------------------------------------------------------------------------------- */

.navitop {
	margin-left: 0px;
	margin-top: 30px;
	width:710px;
	position:relative;
	z-index:100;
}


.navitop ul {
	padding:0;
	margin:0;
	list-style-type:none;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon
- style list-elements
*/

.navitop li {
	float:left;
	width:140px;
	position:relative;
}

.navitop ul li {
	margin-right: 1px;
	border-bottom: 1px solid white;
}

.navitop ul li#pid11 {
	background:transparent url(navipic_animation.jpg)
}
.navitop ul li#pid10 {
	background:transparent url(navipic_photo.jpg)
}
.navitop ul li#pid9 {
	background:transparent url(navipic_video.jpg)
}
.navitop ul li#pid8 {
	background:transparent url(navipic_paint.jpg)
}
.navitop ul li#pid7 {
	background:transparent url(navipic_artist.jpg)
}

.navitop ul ul li {
	height: auto;
	background-color: transparent;
	background-image: none;
	border-bottom: none;
}

/* style the links for the top level */
.navitop a, .navitop a:visited {
	display:block;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	color:black;
	width:140px;
	height:20px;
	padding-left:0px;
	line-height:20px;
	background-color: white;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80; opacity:0.8;;
	margin-top:15px;
}

/* style the Links for the second level */
.navitop ul ul a, .navitop ul ul a:visited {
	margin-top:0px;
	font-size: 12px;
	width: 130px;
	font-weight: normal;
	height:auto;
	text-align: left;
	padding: 1px 5px 1px 5px;
	color: black;
	border-top: 1px solid gray;
	background-color: white;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0; opacity:1;

}

/* a hack so that IE5.5 faulty box model is corrected */
* html .navitop a, * html .navitop a:visited {
	width:140px;
	w\idth:140px;
}


/* style the second level background */
.navitop ul ul a.sub, .navitop ul ul a.sub:visited {
	background:rgb(242,242,242) url(sub.gif) bottom right no-repeat;

}
/* style the second level hover */
.navitop ul ul a.sub:hover{
	background:#c9ba65 url(sub.gif) bottom right no-repeat;
}
.navitop ul ul :hover > a.sub {
	background:#c9ba65 url(sub.gif) bottom right no-repeat;
}
/* style the third level background */
.navitop ul ul ul a, .navitop ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.navitop ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.navitop ul ul {
	visibility:hidden;
	position:absolute;
	top:35px;
	left:0;
	width:140px;
	background: red;
	padding-bottom: 5px;
}
/* another hack for IE5.5 */
* html .navitop ul ul {
	top:35px;
	t\op:35px;
}

.navitop ul #pid11 ul {
	background:transparent url(navipic_animation_sub.jpg) bottom no-repeat;
}

.navitop ul #pid10 ul {
	background:transparent url(navipic_photo_sub.jpg) bottom no-repeat;
}

.navitop ul #pid9 ul {
	background:transparent url(navipic_video_sub.jpg) bottom no-repeat;
}

.navitop ul #pid8 ul {
	background:transparent url(navipic_paint_sub.jpg) bottom no-repeat;
}

.navitop ul #pid7 ul {
	background:transparent url(navipic_artist_sub.jpg) bottom no-repeat;
}


/* position the third level flyout menu */
.navitop ul ul ul{
	left:140px;
	top:0;
	width:140px;
}
/* position the third level flyout menu for a left flyout */
.navitop ul ul ul.left {
	left:-140px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.navitop table {position:absolute; top:0; left:0;}



/* yet another hack for IE5.5 */
* html .navitop ul ul a{
	width:130px;
	w\idth:130px;
}


/* style the top level hover */
.navitop a:hover, .navitop ul ul a:hover{
	color:black;
	line-height: 20px;
	height: auto;
	background-color: white;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0; opacity:1;
}
.navitop :hover > a, .navitop ul ul :hover > a {
	color:black;
	background:white;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0; opacity:1;
}

.navitop ul ul a:hover {
	color:black;
	background:rgb(242,242,242);
}

/* make the second level visible when hover on first level list OR link */
	.navitop ul li:hover ul,
.navitop ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.navitop ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.navitop ul :hover ul :hover ul{
	visibility:visible;
}

/* navitop_sub-pics */
.navitop_sub {
	width: 705px;
	height: 5px;
}

.navitop_sub span{
	display: block;
	float: left;
	height: 5px;
	line-height: 5px;
	width: 140px;
	margin-right: 1px;
	background: red;
	margin-bottom: 0px;
	padding: 0px;
}

.navitop_sub span.ani{
	background: transparent url(navipic_animation_sub.jpg);
	background-repeat: no-repeat;
}

.navitop_sub span.photo{
	background: transparent url(navipic_photo_sub.jpg);
	background-repeat: no-repeat;
}
.navitop_sub span.video{
	background: transparent url(navipic_video_sub.jpg);
	background-repeat: no-repeat;
}
.navitop_sub span.paint{
	background: transparent url(navipic_paint_sub.jpg);
	background-repeat: no-repeat;
}
.navitop_sub span.artist{
	background: transparent url(navipic_artist_sub.jpg);
	background-repeat: no-repeat;
}




/* Language Menu */

.language{
	position: absolute;
	top: 43px;
	left: 557px;
	text-decoration: none;
}

*HTML .language{
	top: 43px;
}
.languageflag {
	float:left;
	padding-top: 2px;
	padding-right: 4px;}

*HTML .languageflag {
	padding-top: 3px;
	padding-right: 2px;
}

.langmenu {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 18px;
}

.langmenu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.langmenu li a{
	text-decoration: none;
}

.langmenu li.cur_lang {
	display: none;
}

.langmenu li {
	display: inline;
	margin-right: 8px;
}
.langmenu li a:hover {
	text-decoration : underline;
}
.langmenu li img{
	vertical-align: -2px;
	margin-right: 2px;
}



/* Metanavigation oben */

.meta-top {
	position: absolute;
	width: 300px;
	text-align: right;
	top: 41px;
	left: 240px;
	text-decoration: none;
	font-size: 10px;
	list-style: none;
	margin: 0px;
	font-weight: normal;
	line-height: 18px;
	background-color: transparent;
}

.meta-top ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.meta-top ul a{
	text-decoration: none;
}

.meta-top li {
	display: inline;
}

.meta-top li a{
	color: gray;
}


.meta-top li.no a{
	padding-right: 12px;
}

.meta-top li.no a:hover {
	text-decoration : underline;
}

.meta-top li.cur a{
	display: inline;
	font-weight: bold;
	padding-right: 12px;
	font-size:10px;
}
/* Fusszeilen-navigation */

.meta-bottom {
	float: right;
	text-align: right;
	font-size: 10px;
	list-style: none;
	margin-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 18px;
}

.meta-bottom ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.meta-bottom ul a{
	text-decoration: none;
}

.meta-bottom li {
	display: inline;
}

.meta-bottom li a{
	color: gray;
}


.meta-bottom li.no a{
	padding-right: 15px;
}

.meta-bottom li.no a:hover {
	text-decoration : underline;
}

.meta-bottom li.cur a{
	display: inline;
	font-weight: bold;
	padding-right: 15px;
	font-size:10px;
}


.copyright {
	color: gray;
	margin-left: 0px;
}

/*--------------------------
layout
---------------------------*/

#allwrap {
	height: 100%;
	background-color: transparent;

}

#contentwrap{
	position: absolute;
	top: 0px;
	left:  50px;
	width: 704px;
	height: 100%;
	z-index: 2;
}
/*	background: transparent url(line_7.jpg)*/

#content {
	
	margin-left: 0px;
	margin-top: 220px;
	min-height: 370px;
	padding-right: 0px;
	color:black;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 20px;
}

*HTML #content {
	
	height: 370px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url(logo_right.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 222px;
}



/* --------------------------------
Fusszeile
-----------------------------------*/

.footer {
	font-size : 10px;
	margin-left: 0px;
	line-height: 18px;
	padding-top:0px;
	width:700px;
	padding-bottom: 20px;
}

