/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
body {
	font-size:       80%;
	font-family:     Trebuchet MS, Helvetica, Arial, sans-serif;
}

h1 
{
	font-size: 110%;
	font-family: Trebuchet MS;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
	line-height:16px;
	text-decoration: none;
	letter-spacing: 100%;
	margin-top:5px;
	padding-top:0px;
}

h2, h3, h4, h5, h6
{
	color: #cc6600;		
	font-size: 100%;
	line-height: 15px;
	margin:0;
	padding:0;
	font-style: italic;
}

#jsn-body {
	background-image: url(/images/background-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#jsn-content, #jsn-content_inner, #jsn-maincontent, #jsn-centercol, 
#jsn-centercol_inner, #jsn-mainbody-content, #jsn-mainbody {
	background-color: transparent;
}

#jsn-mainbody {
	padding-bottom: 30px;
}


.page-header h2 {
        color: #cc6600;
	font-size: 140%;
	margin-bottom: 15px;
}

#jsn-footer ul {
	list-style-type: none;
}
#jsn-footer li {
	margin-left: 0px;
}
#jsn-footer a {
	color: #999;
}

#jsn-mainbody img.shadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.5); 
}

/* Guestbook */
.vbIntrotext {
	border: 0px;
}
.vbMessageControls {
	display: none;
}
.vbMessageInner {
	padding-right: 9px;
	padding-left: 9px;
}
div.vbContainer > div.pull-right {
	display: none;	
}
ul.jsn-pagination li {
	background-color: transparent;
}
ul.jsn-pagination li span,
ul.jsn-pagination li a {
	background-color: transparent;
	border: 0px;
}
ul.jsn-pagination a {
	background-color: transparent !important;
        color: #cc6600;
}

/* Related articles */
div.random-article {
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); 
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.3); 
	box-shadow: 0 0 5px rgba(0,0,0,0.3); 
	margin-bottom: 15px;
	max-width: 300px;
}
div#jsn-pos-mainbody-bottom > div.uebersicht {
	width: 100%;
	margin: 0px;
}	
div.random-article-wrapper.uebersicht > div.random-article {
	display: inline-block;
	max-width: 100%;
	padding: 15px;
	width: 90%;
}

div.random-article-wrapper.uebersicht > div.random-article div.introtext h3{
	display: inline;
	float: left;
	padding-bottom: 5px;
	margin-right: 20px;
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	div.random-article-wrapper.uebersicht > div.random-article div.introtext h3{
		margin-right: 0px;
	}
}
div.random-article div.title > h4 {
	padding-bottom: 5px;
}

/* Wirkfelder */ 
.moduletablewirkfelder {
	display: inline-block;
	width: 136px;
	height: 100px;
	vertical-align: middle;
	font-size: 110%;
	padding: 30px;
	margin: -20px;
	border-radius: 50%;
	border: 2px solid #eee;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	-webkit-box-shadow: 0 0 20px rgba(160,160,160,0.3); 
	-moz-box-shadow: 0 0 20px rgba(160,160,160,0.3); 
	-o-box-shadow: 0 0 20px rgba(160,160,160,0.3); 
	box-shadow: 0 0 20px rgba(160,160,160,0.3); 
	background-color: transparent;
}
.moduletablewirkfelder:hover {
	z-index: 100;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transform-origin: middle center;
	-moz-transform-origin: middle-center;
	-o-transform-origin: middle-center;
	transform-origin: middle-center;
	background-color: rgba(255,255,255,0.9);
}
.moduletablewirkfelder h3 {
	color: #777;
	font-size: 110%;
	margin-top: 5px;
}
.moduletablewirkfelder li {
	list-style-type: none;
	margin: 0px;
}

