@charset "UTF-8";
/* CSS Document */
/* KITSCH media www.kitschmedia.at*/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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(images/background.jpg);
	background-color:#0383dc;
	background-repeat:no-repeat;
}

img {
	border:0px;
}

a,a:visited {
	text-decoration:none;
	color:#3c6fd9;
	font-weight:bold;
	
}

a:hover {
	text-decoration:underline;
}

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

h1 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin:0px;
	text-transform:uppercase;
}


h2 {
	font-size:14px;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.mainclass #container { 
	width: 1000px;  /* this will create a container 80% of the browser width */
	height:100%;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image:url(images/background.png);*/
	/*background-image:url(images/snowball.png);
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	behavior:url(border-radius.htc);*/
	/*background-image:url(images/contentbackground.png);
	background-repeat:no-repeat;*/
} 
.mainclass #header {
	padding: 10px 10px 0px 20px;  /* 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. */
	height:150px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:top;
} 

.mainclass #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 */
	display:none;
}

.mainclass #header .bild {
	padding:0px 0px 0px 65px;
	}
	
.mainclass #middle {
	background-color:#FFF;
	background-image:url(images/plasticplanet_contentbackground.png);
	background-position:top;
	background-repeat:repeat-y;
	width:1000px;
	
}
	
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".mainclass #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.mainclass #menu2{
	height:17px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px 15px 0px 21px;
	font-variant:small-caps;
	background-image:url(images/h1.jpg);

	
	}


.mainclass #menu2 a{
	padding-left:25px;
	padding-right:25px;
	color:#fff;	
	text-decoration:none;
}

.mainclass .menu2rot a:hover{
	color:#fff;
	background-color:#f40002;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;

}

.mainclass .menu2gelb a:hover{
	color:#fff;
	background-color:#e1d400;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;
}

.mainclass .menu2blau a:hover{
	color:#fff;
	background-color:#3c6fd9;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;
}

.mainclass .menu2gruen a:hover{
	color:#fff;
	background-color:#21ab27;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;
}

.mainclass .menu2lila a:hover{
	color:#fff;
	background-color:#d169e4;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;
}

.mainclass .menu2braun a:hover{
	color:#fff;
	background-color:#df854c;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;
}


.mainclass #sidebar2 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 145px; /* since this element is floated, a width must be given */
	/*background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0px 0px 20px; /* top and bottom padding create visual space within this div */
	height:710px;
	background-color: #eeeeee;
	background-image:url(images/patchhead160.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#000000;
}

.mainclass #sidebar2 a{
	text-decoration:none;
	color:#000000;
}

.mainclass #sidebar2 .infoelem {
	margin:auto;
	width:150px;
	/*float:right;*/
	/*border:1px solid #030;*/
	padding:0px;
	font-size:11px;
	border-bottom:#ccc thin solid;
}

.mainclass #sidebar2 .infoelem2 {
	margin:auto;
	width:150px;
	/*float:right;*/
	/*border:1px solid #030;*/
	padding:0px;
	font-size:11px;
	
}

.mainclass #sidebar2 .rss {
	margin:0px 0px 15px 0px;
	text-align:center;
	width:173px;
	/*float:right;*/
	/*border:1px solid #030;*/
	font-variant:small-caps;
	padding:0px;
	height:115px;

}


.mainclass #sidebar2 .guest {
	margin:0px 0px 15px 0px;
	text-align:center;
	width:173px;
	height:115px;
	/*float:right;*/
	/*border:1px solid #030;*/
	font-variant:small-caps;
	padding:0px;
}


.mainclass #sidebar2 .newsletter {
	margin:0px 0px 15px 0px;
	text-align:center;
	width:173px;
	height:115px;
	/*float:right;*/
	/*border:1px solid #030;*/
	font-variant:small-caps;
	padding:0px;
	}

.mainclass #sidebar2 .infoelem p, .mainclass #sidebar2 #infoelem a, .mainclass #sidebar2 #infoelem a:visited {
	font-size:11px;
	text-decoration:none;
	color:#000;
	margin:0px;
}

.mainclass #sidebar2 .infoelem a:hover {
	font-size:11px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.mainclass #sidebar2 .infoelem div.login {
	text-align:left;
	width:150px;
	height:100px;
	/*float:right;*/
	margin:0px;
	padding:9px 12px 12px 12px;
	/*border:1px solid #666;*/
	background-image:url(images/loginbox_plasticplanet.jpg);
	background-repeat:no-repeat;
	font-size:9px;
}
	
.mainclass #sidebar2 .infoelem .login h2 {
	font-size:11px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	margin:0px;
	/*background-image:url(images/h1gruen.jpg);
	background-repeat:x-repeat;
	background-position:right;*/
	/*padding:3px 10px;*/
	display:block;
	}
	
.mainclass #sidebar2 .infoelem .login p, .mainclass #sidebar2 #infoelem .login a{
	font-variant:small-caps;
	margin:0px;
	margin:0px 0px 0px 0px;
}

.mainclass #sidebar2 .login a:hover{
	font-size:9px;
}

.mainclass #sidebar2 .infoelem .login .form-login {
	margin:0px;
	padding:0px;
	color:#000;
	border:1px solid #666;
	/*background-image:url(images/form_plasticplanet.png);*/
	/*width:100px;
	height:15px;*/
	padding:1px  0px 0px 1px;
	font-weight:bold;
	font-size:12px;
	font:"Courier New", Courier, monospace;
	font-family:"Courier New", Courier, monospace;
	
}

.mainclass #sidebar2 .infoelem .login .form-submit {
	padding:1px  0px 0px 1px;
	border:1px solid #666;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	margin:3px 0px 0px 0px;
	background-image:none;
	color:#FFF;
	background-color:#555;
}
	
.mainclass #sidebar2 .infoelem div.sidebuttons{
  	padding-left:20px;
	padding-right:0px;
	padding-top:7px;
	margin-top:5px;
	margin-left:92px;
	margin-right:-10px;
	height:30px;
	width:160px;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	/*float:right;*/
	background-image:url(images/buttonleer_plasticplanet.png);
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.mainclass #mainContent {
	margin: 0px 0px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*border:1px solid #000;*/
	padding:8px 0px 0px 0px;
	width:600px;
	min-height:1240px;
	/*padding-left: 20px;*/
}

.mainclass #mainContent h1 {
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}


.mainclass #mainContent .table {
	vertical-align:text-top;
}

.mainclass #mainContent h2 {
	margin:10px 23px 15px 23px;
}

.mainclass #mainContent h3 {
	margin:0px 23px 15px 23px;
}


.mainclass .inhalt {
	width:755px;
	padding:20px;
	float:left;
	margin:10px;
	background-color:#eee;
	} 

.mainclass .fakten {
	width:340px;
	height:200px;
	padding:20px;
	float:left;
	margin:10px;
	background-color:#eee;
	} 
.mainclass .khfp {
	width:340px;
	height:200px;
	padding:20px;
	float:left;
	margin:10px;
	background-color:#eee;
	} 
	
.mainclass .buch {
	width:175px;
	height:200px;
	padding:20px;
	float:left;
	margin:10px;
	background-color:#eee;
	} 
	
.mainclass .news {
	width:175px;
	height:200px;
	padding:20px;
	float:left;
	margin:10px;
	background-color:#eee;
	} 
	
.mainclass .fb {
	width:160px;
	height:480px;
	padding:0px;
	float:right;
	margin:30px 15px 0px 0px;
	background-color:#eee;
	} 	
	
.mainclass .patchhead {
	height:20px;
	margin:-20px;
	padding:5px 0px 0px 20px;
	color:#FFFFFF;
	margin-bottom:20px;
	font-size:11px;
	font-weight:bold;
	

	} 
	
.mainclass .top {
	font-size:12px;
	float:left;
	padding:15px 0 0 10px;
	color:#000000;

	}

.mainclass .top a{

	color:#000000;

	}
	
.mainclass .top a:hover {
	color:#FFFFFF;

	} 



			
	
.mainclass #mainContent #news2 {
	width:360px;
	/*border:1px solid #999;*/
	padding:0px;
	padding-left:0px;
	float:left;
	} 

.mainclass #mainContent #news a, .mainclass #mainContent #news a:visited{
	font-size:11px;
	font-variant:normal;
	padding:0px;
	}

.mainclass #mainContent #news p {
	margin:0px 10px;
}

.mainclass #mainContent .pressestimmen {
	width:270px;
	height:850px;
	/*border:1px solid #999;*/
	float:left;
	/*padding-left:10px;*/
	margin-left:10px;*/
	
}

.mainclass #mainContent .premierenstimmen {
	width:270px;
	height:200px;
	/*border:1px solid #999;*/
	float:left;
	/*padding-left:10px;*/
	margin-left:10px;*/
	
}

.mainclass #mainContent .forum {
	width:265px;
	height:240px;
	/*border:1px solid #999;*/
	float:left;
	/*padding-left:10px;*/
	margin-left:15px;


*/
	
}

.mainclass #mainContent .forum2 {
	width:265px;
	height:60px;
	/*border:1px solid #999;*/
	float:left;
	/*padding-left:10px;*/
	margin-left:15px;
	background-color:#FFFF00;


*/
	
}

.mainclass #mainContent .forum #gb_frame {
	width:270px;
	height:55px;
	/*border:1px solid #999;*/
	/*padding-left:10px;*/
	/*border:1px solid #999;*/
	float:left;
	padding-left:10px;
	/*margin-left:-2px;*/
	
}

.mainclass #mainContent .selbst {
	width:282px;
	height:240px;
	/*border:1px solid #999;*/
	float:left;
	margin-left:0px;
	padding:0px;
	padding-left:15px;
}

.mainclass #mainContent .selbst2 {
	width:282px;
	height:60px;
	/*border:1px solid #999;*/
	float:left;
	margin-left:0px;
	padding:0px;
	padding-left:15px;
	background-color:#FFFF00;
}

.mainclass #mainContent #selbst p {
	margin:0px 10px;
}

.mainclass #mainContent .linkeSp {
	width:282px;
	/*border:1px solid #999;*/
	float:left;
	padding:0px;
	margin:5px 0px;
	padding-left:10px;
	/*margin-left:-2px;*/
}

.mainclass #mainContent .rechteSp {
	width:282px;
	/*height:120px;*/
	  /*border:1px solid #999;*/
	float:left;
	margin-left:7px;
	padding:0px;
	margin:5px 0px;
	padding-left:10px;
	
}

.mainclass #mainContent .guestbook {
	min-width:500px;
	/*border:1px solid #000;*/
	margin:15px 0px;
	background-color:#FFF;
}

.mainclass #mainContent .produktpreview {
	width:580px;
	height:96px;
	/*border:1px solid #000;*/
	margin:10px 10px;
	border:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}


.mainclass #mainContent .produktpreview img {
	float:left;
}

.mainclass #mainContent .produktpreview .produktinfo{
	width:300px;
	height:96px;
	/*border:1px solid #000;*/
	margin:0px 0px 0px 0px;
	float:left;
}

.mainclass #mainContent .produktpreview .produktkurztest{
	/*border:1px solid #000;*/
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:152px;
	height:61px;
	/*background-image:url(produkttest/niceduck.jpg);*/
	background-repeat:no-repeat;
	background-position:right;
}

.mainclass #mainContent .produktpreview .produktkurztest h3 {
	margin:0px;
	padding:0px;
}

.mainclass #mainContent .produktpreview .produktkurztestboese{
	/*border:1px solid #000;*/
	float:left;
	margin:0px;
	padding:35px 0px 0px 0px;
	width:152px;
	height:61px;
	/*background-image:url(produkttest/badduck.jpg);*/
	background-repeat:no-repeat;
	background-position:right;
}

.mainclass #mainContent .produktpreview .produktkurztestboese h3 {
	margin:0px;
	padding:0px;
}



.mainclass #mainContent .boese {
	color:#F00;
}

.mainclass #mainContent .gut {
	color:#030;
}

.mainclass #footer { 
	padding: 0px 20px 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/plasticplanet_footer_contentbackground.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
	margin:-11px;
} 

.mainclass #footer .sponsoren {
	height:20px;
	float:left;
}

.mainclass #footer .sponsoren img{
	margin:0px 0px 0px 20px;
}

.mainclass #footer .impressum {
	float:right;
	font-variant:small-caps;
	font-weight:bold;
	color: #999;	/*border:1px solid #000;*/
	padding-top:7px;
}

.mainclass #container #footer .impressum a {
	color: #666;
}

.mainclass #container #footer .impressum a:hover {
	color: #000;
}

.mainclass #container #footer .impressum a:hover {
	color: #000;
}


/* Miscellaneous classes for reuse */
.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:0px 5px 0px 0px;
	padding:0px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px;
}

.imgright { /* 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:0px 0px 0px 10px;
	padding:0px;
}
.imgleft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0px;
	padding:0px;
}

.underline { 
	text-decoration:underline;
}

.hfsub {
	float:left;
	margin:20px;
	width:200px;
	background-color:#CCCCCC;
	text-align:center;
	height:20px;
	font-size:14px;
	padding-top:5px;

}





/*------------------------menu---------------------*/

.mainclass #sidebar1 {
	width: 1000px;
	height:40px;
		
}

.mainclass #sidebar1 a, .mainclass #sidebar1 a:visited {
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.mainclass #sidebar1 div {
	width:160px;
	height:35px;
	margin-left:1px;
	padding-top:3px;
	text-align:center;
	float:left;
	
}


.mainclass #sidebar1 div.menueelem1  {
	margin-left:20px;
	background-repeat:no-repeat;
	background-image:url(images/buttongelb_plasticplanet_light.jpg);
	background-position:center;

	
}

.mainclass #sidebar1 div.menueelem1:hover {
	background-image:url(images/buttongelb_plasticplanet.jpg);
	background-repeat:no-repeat;
	
}


.mainclass #sidebar1 div.menueelem1active  {
	background-repeat:no-repeat;
	background-image:url(images/buttongelb_plasticplanet.jpg);
	background-position:center;
		margin-left:20px;
	
}




.mainclass #sidebar1 div.menueelem2{
	background-image:url(images/buttonblau_planetplanet_light.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mainclass #sidebar1  div.menueelem2:hover {
	background-image:url(images/buttonblau_planetplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;
		
}

.mainclass #sidebar1 div.menueelem2active  {
	
	background-image:url(images/buttonblau_planetplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.mainclass #sidebar1 div.menueelem3 {

	background-image:url(images/buttongruen_plasticplanet_light.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mainclass #sidebar1  div.menueelem3:hover {
	background-image:url(images/buttongruen_plasticplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;

}

.mainclass #sidebar1 div.menueelem3active  {
	background-image:url(images/buttongruen_plasticplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.mainclass #sidebar1 div.menueelem4 {
	background-image:url(images/buttonrot_plasticplanet_light.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mainclass #sidebar1  div.menueelem4:hover {
	background-image:url(images/buttonrot_plasticplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;

}

.mainclass #sidebar1 div.menueelem4active  {
	background-image:url(images/buttonrot_plasticplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.mainclass #sidebar1 div.menueelem5 {
	background-image:url(images/buttonrosa_hell_planetplastic.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mainclass #sidebar1  div.menueelem5:hover {
	background-image:url(images/buttonrosa_planetplastic.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mainclass #sidebar1 div.menueelem5active {

	background-image:url(images/buttonrosa_planetplastic.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.mainclass #sidebar1 div.menueelem6 {

	background-image:url(images/buttonbraun_plasticplanet_light.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:8px;
	height:30px;
}

.mainclass #sidebar1  div.menueelem6:hover {
	background-image:url(images/buttonbraun_plasticplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.mainclass #sidebar1 div.menueelem6active {
	background-image:url(images/buttonbraun_plasticplanet.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:8px;
	height:30px;
}

.fbcom {
	margin-top: 20px;
	margin-bottom:40px;
	}



*//*------------------------menu---------------------*/

 
