/* Start of CMSMS style sheet 'icms.info : GalaPurity - general layout' */
/*
  @Sofia Hauschildt [icms.info]
  @Version: 1.2.0-20090708

  @Contributors:
  -  http://blog.html.it/layoutgala/
  -  http://demo.joomlart.com/
  --------------------------------------------------------------- 
*/

/* COMMON STYLE
--------------------------------------------------------- */

html,body {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}


* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	color: #333333;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6  {
	margin: 1em 0;
	padding: 0;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

a {
	color: #2222FF;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #ff2222;
	text-decoration: underline;
}


.small {
	color: #666666;
	font-size: 92%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(uploads/icms.info/grad1.gif) repeat-x center top;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}


/* META
--------------------------------------------------------- */

.article-tools {
	border-top: 1px solid #dddddd;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ececec;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(uploads/icms.info/icon-date.gif) no-repeat 0 2px;
}


.tooltiptext {
	float: top;
	width: 200px;
	text-decoration: underline;
	color: #ff0000;
}



.article-print {
	float: right;
	width: 200px;
}

.article-print a {
	float: right;
	display: block;
	width: 160px;
	height: 5px;
	text-decoration: none;
	margin: 0px 0px 0 0;
}

/* a.print {background: url(uploads/icms.info/print-button.png) no-repeat;  
}  */

a.pdf {	background: url(uploads/icms.info/pdf-button.png) no-repeat; }

.modifydate {
	width: 100%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(uploads/icms.info/icon-user.gif) no-repeat 0 2px;
}

.breadcrumbs {
	padding: 0 0 8px 0;
}

.breadcrumbs  a {
	text-decoration: none;
}

.rel-links {
    padding-top: 15px;
	background: url(uploads/icms.info/hdot.gif) repeat-x center bottom;
}

.rel-links  a {
	text-decoration: none;
}

.rel-links span {
	background: url(uploads/icms.info/arrow2.png) no-repeat 0 4px;
	padding-left: 10px;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

div#container {
	position: absolut;
	font-size: 125%;
	width: 1200px;
}

div#header {
	position: relative;
	height: 80px;
	background-color: #333333;
	color: #cccccc;
	line-height: normal;
	font-size: 100%;
}

div#panel {
	background: #ffffff  url(uploads/icms.info/cwf-bg.gif) repeat-x;
	padding: 20px;
}

div#content {
	padding: 0 25px;
}



/* HEADER
--------------------------------------------------------- */
h1.logo {
	width: 308px;
	display: block;
	background: url(uploads/icms.info/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo,
h1.logo-text {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo-text a {
	color: #555555 !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

.headermask {
	width: 602px;
	display: block;
/*	background: url(uploads/icms.info/header-mask.png) repeat right top; */
	height: 80px;
	position: absolute;
	top: 0pt;
	right: 0px;
}

.header1 {background: url(uploads/icms.info/header1.jpg)}
.header2 {background: url(uploads/icms.info/header2.jpg)}
.header3 {background: url(uploads/icms.info/header3.jpg)}

/* MAIN NAVIGATION
--------------------------------------------------------- */
div#top-navigation {
	border: 1px solid #555555;
	background: #444444;
}

div#top-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #555555;
}

div#top-navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
}

div#top-navigation ul li a {
	margin: 0px;
	padding: 10px 20px;
	border-left: 1px solid #555555;
	border-right: 1px solid #333333;
	display: block;
	color: #cccccc;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

div#top-navigation ul li a:hover, 
div#top-navigation ul li a:active, 
div#top-navigation ul li a:focus {
	background: #999999 url(uploads/icms.info/arrow2.png) no-repeat bottom center;
	color: #ffffff;
}

div#top-navigation a.currentpage, 
div#top-navigation a.activeparent {
	background: #111111 url(uploads/icms.info/arrow2.png) no-repeat bottom center;
	color: #ffffff;
}


/* CONTENT
--------------------------------------------------------- */

div#content h1 {
	font-size: 180%;
	padding: 5px 0 15px 0;
	margin: 0 0 10px 0;
	background: url(uploads/icms.info/hdot.gif) repeat-x center bottom;
}

div#content h2 {
	padding: 5px 0 8px 0;
	margin: 0;
	font-weight: normal;
	font-size: 170%;
}

div#content h3 {
	padding: 5px 0 8px 0;
	margin: 0;
	font-weight: normal;
	font-size: 150%;
}

#content ul li {
	padding-left: 30px;
	background: url(uploads/icms.info/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
	list-style: none;
}

#content img {
	margin: 7px;
	border: 0px solid #666666;
}

#content.vfeld {
	margin: 10px 1px;
	background: #aaaaff;
	padding: 5px;
	border: 1px solid #222222;
}




/* SIDEBAR MENU
--------------------------------------------------------- */

div.menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background: url(uploads/icms.info/hdot2.gif) repeat-x top;
}

div.menu ul li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

div.menu ul li a {
	padding: 4px 0;
	display: block;
	color: #333333;
	background: url(uploads/icms.info/hdot2.gif) repeat-x  bottom;
	text-decoration: none;
	outline: none;
}

div.menu ul li a span {
	padding-left: 15px;
	background: url(uploads/icms.info/bullet.gif) no-repeat 4px 4px;
}

div.menu ul li a:hover, div.menu ul  li a:active, div.menu ul  li a:focus {
	padding: 4px 80px 4px 0px;
	background: url(uploads/icms.info/logo.png) no-repeat;
	color: #33ff33;
	background: url(uploads/icms.info/hdot2.gif) repeat-x bottom #8888ff;
	text-decoration: none;
}

div.menu ul li a.currentpage, 
div.menu ul li a.activeparent {
	padding: 4px 80px 0px 0px;
	background: url(uploads/icms.info/hdot2.gif) repeat-x bottom #eeeeee;
	color: #8888ff;
	font-weight: bold;
	text-decoration: none;
}

div.menu ul li a.activeparent span, div.menu ul li a.currentpage span {
	background: url(uploads/icms.info/bullet3.gif) no-repeat 5px 5px;
}

div.menu ul li li a span {
	background: none;
}

div.menu ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(uploads/icms.info/hdot2.gif) repeat-x bottom;
}

div.menu ul li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

div.menu ul li li a {
	color: #333333;
	background: none !important;
	font-size: 92%;
	font-weight: normal;
}

div.menu ul li li a:hover, 
div.menu ul li li a:active, 
div.menu ul li li a:focus {
	color: #7BA566;
}

div.menu ul li li a span {
	background: url(uploads/icms.info/bullet.gif) no-repeat 5px;
	font-weight: normal;
}

/* COLUMN STYLES
--------------------------------------------------------- */
div.box {
	padding: 5px 0 20px 5px;
	margin: 5px 0 5px 5px;
}

div#login {
	color: #000000;
	font-size: 100%;
	margin: 10px 0;
	padding: 0 0 8px 0;
}

div#kalender {
	color: #000000;
	font-size: 100%;
	margin: 10px 0;
	padding: 0 0 8px 0;
}

div#navigation h3 {
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 125%;
	margin: 10px 0;
	padding: 0 0 8px 0;
}

div#extra  h3 {
	font-size: 125%;
/*	background: url(uploads/icms.info/arrow2.png) no-repeat 90% 30%;  */
	margin: 10px 0;
	border-bottom: 0px solid #e9e9e9;
	color: #cc0000;
	font-weight: bold;
	text-transform: uppercase;
}


/* PRE FOOTER
--------------------------------------------------------- */
div#prefooter {
    clear: right;
	width: 50%;
    padding: 25px 50px 25px 150px;

}



/* FOOTER
--------------------------------------------------------- */
div#footer {
    clear: left;
	width: 100%;
    padding: 0 0 30px 0;
	border-top: 5px solid #cccccc;
	background: #f6f6f6 url(uploads/icms.info/grad3.gif) repeat-x center bottom;
	color: #cccccc;
}

div#footer-wrapper {
    background: #444444;
	color: #cccccc;
	padding: 20px 50px;
	border-bottom: 5px solid #cccccc;
}

div#footer-wrapper h3 {
	color: #ffffff;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
	text-transform: lowercase;
}

div#footer-wrapper ul li {
	padding-left: 15px;
	margin: 0;
	background: url(uploads/icms.info/bullet2.gif) no-repeat 3px 8px;
	line-height: 180%;
	list-style: none;
}

div#footer-wrapper a {
	color: #cccccc;
	text-decoration: underline;
}

div#footer-wrapper a:active,
div#footer-wrapper a:hover,
div#footer-wrapper a:focus {
	color: #ffffff;
}

div.footerbox {
    float: left;
	width: 45%;
	padding: 0;
	margin: 0 20px 0 0;
	background: url(uploads/icms.info/vdot2.gif) repeat-y right;
}

div.copyright {
	text-align: center;
	color: #444444;
}

div.copyright ul {
	margin: 10px 0 5px 0;
	padding: 0;
	list-style: none;
}

div.copyright li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}


div.copyright ul li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

div.copyright ul li a:hover,
div.copyright ul li a:focus,
div.copyright ul li a:active {
	color: #333333;
	text-decoration: none;
}

div.copyright img {
	border: 1px solid #666666;
}
	


/* MODULE SEARCH
--------------------------------------------------------- */
div.search label  {
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 125%;
	margin: 1em 0;
	padding: 0 0 8px 0;
	display: block;
	cursor: pointer;
}

div.search input {
	border: 1px solid #cccccc;
}

div.search .button {
	border: none;
}


/* MODULE NEWS
--------------------------------------------------------- */
.NewsSummary {
	clear: both;
	padding-bottom:15px;
}

.NewsSummaryPostdate, 
.NewsSummaryCategory, 
.NewsSummaryAuthor, 
#NewsPostDetailDate {color: #666666;
	font-size: 92%;
}

.NewsSummaryPostdate {
	padding: 3px 3px 3px 20px;
	background: url(uploads/icms.info/icon-date.gif) no-repeat 0 2px;
}

#NewsPostDetailDate {
	border-top: 1px solid #dddddd;
	clear: both;
	margin-bottom: 15px;
	padding: 3px 3px 3px 22px;
	background: #ececec url(uploads/icms.info/icon-date.gif) no-repeat 2px 2px;
}

h3#NewsPostDetailTitle {
	padding: 5px 0 15px 0;
	margin: 0 0 10px 0;
	background: url(uploads/icms.info/hdot.gif) repeat-x center bottom;
	font-size: 180% !important;
}

hr#NewsPostDetailHorizRule {
	display: none;
}

#NewsPostDetailSummary, 
#NewsPostDetailContent {
	margin: 8px 0;
}

#NewsPostDetailCategory, 
#NewsPostDetailAuthor {
	color: #666666;
	font-size: 92%;
}

.NewsSummaryPostdate  { 
	border-top: 1px solid #dddddd;
	margin-bottom: 15px;
	padding: 3px 55px 3px 22px;
	background: #ececec url(uploads/icms.info/icon-date.gif) no-repeat 2px 2px;
}

/* MODULE ALBUM
--------------------------------------------------------- */
ul.picturelist li, ul.albumlist li {
	background: none !important;
	}
	
ul.picturelist li img, ul.albumlist li img, div#imagegallery img {
	border: none !important;
	margin: 0 !important;
	padding:0 !important;
}


/* MODULE CALENDAR
--------------------------------------------------------- */



/* MODULE SLIDER
--------------------------------------------------------- */


#slider {
	width: 410px; /* important to be same as image width */
	height: 320px; /* important to be same as image height */
	position: relative; /* important */
}

#slider li {
	background: none !important;
}
#sliderContent {
	width:410px; /* important to be same as image width or wider */
	position: relative;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	width: 384px;
	background-color: #333333;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #ffffff;
	display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 290px;
}


/*           ENDE     MODULE SLIDER
--------------------------------------------------------- */
/* End of 'icms.info : GalaPurity - general layout' */

