/* Corporate Design von kreaktivisten.org */
/* wichtige Farben
* schwarz: #000
* weiß: #fff
* grau: #555
* grün: #2d0
* orange: #f60
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }


body {
	display:table;
	width:100%;
	color:#505050;
	font-family: 'Calibri', 'Trebuchet MS', Arial, Verdana, sans-serif ;
	font-size: 13px;
	font-style: normal ;
	font-weight: normal ;
	text-align: justify;
	line-height: 120%;
	background: #d3c9d2 url(images/page-side.jpg) repeat-y scroll 50% 0px;
}

table, tbody {
	text-align: left;
	}
  
th, td {
  padding: 2px 5px;
  line-height: 1.5em;
  }

p {
	letter-spacing: normal;
	line-height: 1.5em ;
}

li {
	line-height: 1.5em;
	}

strong {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

input,textarea {
	margin: 0 3px 0 0;
	padding: 3px 0 0;
	vertical-align: top;
}

input[type="text"], textarea, select {
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
}

input.checkbox, input.radio, input.submit, input.button, input[type="checkbox"], input[type="radio"], input[type="submit"], input[type="button"] {
	height:auto !important;
	vertical-align:middle;
	width:auto !important;
}

code {
	background: #eee;
	border: 1px dashed #333;
	display: block;
	font-family: Courier, monospace;
	overflow: auto;
	padding: 10px;
	}



	
#wrapper {
	margin:0 auto;
	padding:0;
	background:transparent ;
	background-image: url(images/page-bg.jpg) ;
 	background-repeat:no-repeat;
	background-position: center top;
	padding-top:25px;
}

#page { 
  background:transparent ;
	background-image: url(images/page-top.jpg) ;
 	background-repeat:no-repeat;
	background-position: center top;
}

#page2 {
}

#container {
	margin:0 auto;
	width:800px;
	padding-top:150px;
  
}

#banner {
	margin: 0 auto;
	height:150px;
	width:100%;
}

/* >Content */
#content {
	margin:0 auto ;
	min-height:400px;
	width:780px;
  background-color: #fff;
	}
#content p {
	margin-top:10px;
	text-align:justify;
	}
/* content< */

/* >footer */
#footer {
	height:100px;
	padding:0;
	background:transparent url(images/footer.jpg) no-repeat scroll center top ;
	color:#fff;
	text-align:center;
	}
	#footer a:link, #footer a:visited {
	color:#fff;
	}
	#footer a:hover{
	color:#ffb508;
	text-decoration:none;
	}
	#footer p{
	padding-top:10px; padding-left:20px;
	}
	/* footer< */

#middle {
	margin:20px auto;
	padding:0;
	width:760px;
}

#middle p {
	margin: 7px 7px;
	}

#center {
	width:510px;
	padding:0px;
	float:left;
	margin:0 15px 0 20px;
	margin-top:20px
}


/* >sidebar */
#sidebar {
	padding: 0px;
	margin: 10px;
	width:210px;
	float:left;
	}
	#sidebar ul.vmenu {
		border-top: 1px solid #eee;
		list-style: none;
		margin: 7px 10px 8px 0px;
		padding: 0;
		text-align: left;
		text-decoration: none;
	}
	#sidebar ul.vmenu li {
		border-bottom: 1px solid #eee;
		list-style: none;
		margin: 0 2px;
		padding: 4px 0 4px 0px;
	}
	#sidebar ul.vmenu li a {
		border-bottom: none;
		color:#2d0;
		text-decoration: none;
	}
	#sidebar ul.vmenu li a:hover {
		color:#f60;
	}
	#sidebar ul.vmenu ul { 
		margin: 0 0 0 5px; 
		padding: 0;
		}
	#sidebar ul.vmenu ul li {
		border: none;
		}
	#sidebar .tagcloud  span, #sidebar  .tagcloud span a {
		margin: 2px;
		}
	/* sidebar< */

/* >newslayer */
#newslayer {
	margin-top: -70px;
	margin-left: -130px;
	position: absolute;
}
	#newslayer a {
		border-bottom: none;
	}
/* newslayer< */


/* >Suche */
	#ajaxSearch_form {
		color: #444;
		width: auto;
	}
	#ajaxSearch_input {
		width: auto;
		display: inline;
		height: 17px;
		border: 1px solid #ddd;
		border-left-color: #c3c3c3;
		border-top-color: #7c7c7c;
		background: #fff url(images/input-bg.gif) repeat-x top left;
		margin: 0 3px 0 0;
		padding: 3px 0 0;
		vertical-align: top;
	}
	#ajaxSearch_submit {
		display: inline;
		height: 22px;
		line-height: 22px;
	}
	#ajaxSearch_output {
		border: 1px solid #444;
		padding: 10px;
		background: #fff;
		display: block;
		height: auto;
		vertical-align: top;
	}
	.ajaxSearch_paging {

	}
	.AS_ajax_result {
		color: #444;
		margin-bottom: 3px;
	}
	.AS_ajax_resultLink {
		text-decoration: underline;
	}
	.AS_ajax_resultDescription{
		color: #555;
	}
	.AS_ajax_more {
		color: #555;
	}
	/* Suche< */


/* >Links */
	a, a:link {color: #2d0; text-decoration:none;}

	a:visited {}

	a:hover {color: #f60;text-decoration:none;}

	a:active {color: #f60;}
/* Links< */
	
/* >Überschriften */
h1 {	margin:25px 0 10px 0; clear:both;}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
font-size: 22px; font-weight: bold; color: #2d0; margin:20px 0 10px 0; clear:both; line-height: 150%;}
h2 a:hover {color: #f60;}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
font-size: 19px; font-weight: bold; color: #f60; margin:20px 0 5px 0; clear:both;}
h3 a:hover {color: #555;}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
font-size: 16px; font-weight: bold; color: #555; margin:20px 0 5px 0; clear:both;}
h4 a:hover {color: #2d0;}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
font-size: 13px; font-weight: bold; color: #000; margin:10px 0 5px 0; clear:both;}
h5 a:hover {color: #2d0;}
/* Überschriften< */

/* >Listen */
ul li {
	font-size:12px;
	list-style-image:url(images/klex.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
}
ul li li {
	font-size: 11px; 
	margin-left: 40px;
	}
ul li li li {
	font-size: 11px;
	font-style:italic;
	margin-left: 50px;
	}

ol li {
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	margin-left:20px;
}
/* Listen< */


cite {font-size: 12px; font-style:italic;}
cite:before {content:"";}
cite:after {content:"";}

/* >Floating */
.clear {clear: both;}
.floatleft {float: left; margin-right: 10px;}
.floatright {float: right; margin-left: 10px;}
.bild-floatright {float: right;}
.bild-floatright > img {width: 135px; padding-bottom:5px;}
.text-floatleft {width: 360px; float:left;}
/* Floating< */

/* >katbox */
.box h2 {
	color:#ffffff;
	font-size:16px ;
	padding:16px 20px;
	clear:both;
	}
.box {
	background: #669933 url(images/box-side.jpg) repeat;
	height: auto;
	padding:0px;
	position: relative;
	width: 356px;
	}
span.box-top {
	background: #669933 url(images/box-top.jpg) 0 0 no-repeat;
	display: block;
	height: 46px;
	position: relative;
	width: 356px;
	}
.box:hover span.box-top {
	background-position: -356px 0;
	}
span.box-bottom {
	background: #669933 url(images/box-bottom.jpg) no-repeat;
	display: block;
	height: 24px;
	position: relative;
	width: 356px;
	}
.box p {
  padding: 0px 25px;
  }
	/* katbox< */

/* >>Shop */
	.left {float: left; margin-left: 20px;}
	.right {float: right; margin-right: 20px;}
	.left-schmal {float: left; margin-left: 80px;}
	.right-schmal {float: right; margin-right: 80px;}

	.left h4, .right h4, .left-schmal h4, .right-schmal h4, .mittig h4 {
		text-align: center; 
		}

	.left-schmal img, .right-schmal img {width: 250px;}
	.left img, .right img {width: 350px;}
	.mittig img {width:750px;}
	div#fragen {text-align: left; padding-left: 150px;}

	/* >botton */
	.button {
		margin: 5px;
		float:left;
		}
		.button > h4 {
			text-align: center;
			}
		.button > img {
			width:200px;
			}
		.buttons > img {
			width: 500px;
			}
		/* button< */
	/* Shop<< */
  
/* >Module und Snippets */
.piwik { display: none }

/* Module und Snippets< */


/* >Shirtkontest */

.shirts {clear: both;}

.shirt-text {width: 200px; padding-top: 10px; padding-left: 10px;}
.shirt-text h4 {font-size: 18px;}


/* >Newskasten für Startseite */
.boxgrid{
				width: 490px;
				height: 200px;
				margin:10px;
				float:left;
				background:#161613;
				border: solid 1px #8399AF;
				overflow: hidden;
				position: relative;
			}
				.boxgrid img{
					position: absolute;
					top: 0;
					left: 0;
					border: 0;
				}
				.boxgrid p{
					padding: 0 10px;
					color:#afafaf;
					font-weight:bold;
					font:10pt "calibri", Arial, sans-serif;
				}
				.boxgrid h3 {
					padding: 0 10px;
					}

            .boxcaption{
				float: right;
				position: absolute;
				background: #000;
				height: 600px;
				width: 100%;
				opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

 				.caption .boxcaption {
 					top: 600;
 					left: 0;
 				}
				
			.cover {top: 155px;
			}
/* Newskasten< */
/* Shirtkontest< */

/* >Sondersachen */

/* Howto */
.howtolink {
  font-size:1.17em; 
  font-weight:bold; 
  line-height:2em;
	list-style-image:url(images/klex.jpg);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
  }

/* Sondersachen< */
