/******
 * COPYRIGHT: mac@homac.at
 ******/ 

body {
	margin: 0;
	padding: 0;
	background: url(l13i/bg_main.gif) no-repeat center top;
	background-color: #FBFBFB;
}
html, body {
  height: 100%;
}
body, td {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333;
	letter-spacing: -1.5px;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h1 a, h2 a, h3 a {
  color: #333;
  text-decoration: none;
}


p {
	line-height: 150%;
	padding: 0;
	margin:0
}
a img {
	border: none;
}


/*** main corpus ***/
#wrapper_main {
  width: 926px;
  margin: 0 auto 0 auto;
  _height:100%;
  min-height:100%;
}

#logo_line {
  padding: 20px 0;
}
#top_icons {
  padding-top:15px;
  padding-right:15px;
  float: right;
}

/*** header ***/
#wrapper_header {
  -moz-border-radius: 20px; 
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 15px; 
  color: #B7C74D;
  background-color:#788919;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #788919), to(#A7B35F));
  background: -moz-linear-gradient(top, #788919 60%, #A7B35F);
  behavior: url(images/border-radius.htc);

}
#sloganrow {
  padding: 12px 0 0 22px;
}
#sloganrow h2 {
  color: #D0D89D;
  font-size: 26px;
}
#sloganrow p {
  color: #B7C74D;
  font-style: italic;
  margin-left:15px;
}



/*** slider ***/
#slider ul {
  width: 888px;
  height: 178px;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
#slider ul li {
  margin: 0;
  padding: 0;
  width: 888px;
  height: 178px;
}
#slider {
  margin-top: 15px;
}

#prevBtn, #nextBtn { 
	display:block;
	width:37px;
	height:45px;
	position:relative;
	left:800px;
	top:-12px;	
	float: left;
	margin-top: -37px;
}	
#nextBtn{ 
	left:803px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:37px;
	height:40px;
	background:url(l13i/arrow_left.png) no-repeat 0 0;	
}	
#prevBtn a:hover, #nextBtn a:hover {
	background-position: left -40px;
}
#nextBtn a{ 
	background:url(l13i/arrow_right.png) no-repeat 0 0;	
}

/*** content ***/
#wrapper_content {
  padding: 25px 19px 60px 19px;
  clear: both;
}
#sidel {
  width: 170px;
  float: left;
  padding-top: 10px;
  padding-bottom: 30px;
  border-right: 1px #C47009 solid;
}
#sidel p {
  padding-right: 8px;
}
#content {
  float: right;
  width: 695px;
}
#content h1 {
  padding-bottom: 20px;
  font-weight: normal;
}
#content h2 { 
  font-size: 27px; 
  padding-bottom: 10px;
}
#content h3 { 
  font-size: 18px; 
}
#content a:link {
  color: #C47009;
  text-decoration: underline;
}
#content a:visited {
  color: #C47009;
  text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}

#content h1 a:link, #content h2 a:link, #content h3 a:link, 
#content h1 a:visited, #content h2 a:visited, #content h3 a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}


#sider {  /* especialy for the sidewise gallery view */
  width: 140px;
  float: right;
  padding-left: 12px;
  text-align: right;
}
#sider_descr {  /* especialy for the sidewise gallery view with image descriptions*/
  width: 180px;
  float: right;
  padding-left: 12px;
  text-align: right;
}

/* gallery views */

#sider_descr ul.gallery, #content ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sider_descr ul.gallery li {
  font-size: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 100%;
}
#content ul.gallery li img {
  border: none;
}
#content ul.gallery li {
  float: left;
  margin: 10px;
  font-size: 11px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 100%;
  width: 180px;
  height: 210px;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
	padding: 8px;
}



/* images */
#wrapper_content img {
	background: #FAFAFA;
  border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

.float-left { float: left; }

.aligntop {
  vertical-align: top;
}
#wrapper_content img.stdimg {
  padding: 1px;
  border:none;
  background-color: transparent;
  margin: 1px;
}

/*** Topnews ***/

ul#topnews {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#topnews img.float-left {
  padding: 3px;
  margin: 2px 5px 0 0px;
}
ul#topnews li {
  padding-bottom: 20px;
}
ul#topnews h2 {
  padding-bottom: 10px;
}

/*** Sidemenue ***/

ul#sidemen, ul#sidemen ul { /*main & sub*/
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#sidemen {
  margin-bottom: 15px;
}
ul#sidemen>li {
  border-bottom: 1px #ccc dotted;
  padding: 4px 0 4px 12px;
  background: url(l13i/arrow.gif) no-repeat 0 8px;
}
ul#sidemen a {
  text-decoration: none;
  display: block;
}
ul#sidemen a {
  text-decoration: none;
  display: block;
  color: #333;
}
ul#sidemen li li {
  padding: 2px 0 2px 10px;
  background: url(l13i/arrow2.gif) no-repeat 0 5px;
}
ul#sidemen ul li.sel a, ul#sidemen>li.sel>a {
  color: #000;
  font-weight: bold;
  text-shadow:1px 1px 0 #ccc; 
}


/*** Articlelist (and Topstories) ***/

ul#article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#article-list img.float-left {
  padding: 3px;
  margin: 2px 5px 0 0px;
}
ul#article-list li {
  padding: 15px 25px 15px 0;
  float: left;
  width: 48%;
}
ul#article-list h3 {
  padding-bottom: 10px;
}
ul#article-list li.last {
  padding-right: 0;
}

/*** Forms ***/

label {
  font-size: 16px;
  padding: 8px 0 4px 0;
  line-height: 33px;
}
input, select, textarea {
  font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #656565;
	border: 1px #788919 solid;
	width: 300px;
	padding: 4px;
	margin-left: 20px;
}
.ta {
  width: 450px;
  height: 150px;
  overflow: auto;
}
form {
  border: 1px #ccc solid;
  margin-bottom: 15px;
  padding: 15px;
  -moz-border-radius: 15px; 
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #FBFBFB;
}
input.button {
  width: auto;
}


/*** Footer ***/

#wrapper_footer {
  position: relative;
	margin: -50px auto 0 auto;
	height: 50px;
	clear:both;
	width: 926px;
  overflow: hidden;
}

#footer {
  color: #B7C74D;
  background-color: #788919;
  -moz-border-radius: 20px; 
  border-radius: 20px;
  -webkit-border-radius: 20px;
  behavior: url(images/border-radius.htc);
  height: 55px;
  padding: 15px 15px 0 15px;
  font-size: 11px;
}
#footer .links {
  float: right;
}
#footer .links a {
  color: #B7C74D;
  text-decoration: none;
}

#footer .links a:hover {
  color: #999;
}
#footer .copy a {
  color: #A7B35F;
  text-decoration: none;
}
#footer .links a:hover,
#footer .copy a:hover {
  color: #D0D89D;
}
#footer .copy {
  float: left;
}

/*** Buttonized Links ***/

a.button {
  height:23px;
  font-size:11px;
  font-weight:bold;
  color:#788919;
  text-shadow:1px 1px 0 #ccc; 
  white-space:nowrap;
  border:none;
  overflow:visible;
  cursor:pointer;
  text-decoration:none;
}
a.button span {
  padding-top:2px;
  display: inline-block;
  height:23px;
  background-image: url(l13i/bg_buttons.png);
  background-repeat: no-repeat;
  text-decoration:none;
}
a.button span.txt {
  padding-left: 4px;
  padding-right: 4px;
}
#content a.button:link {
  color: #788919;
}
#content a.button:visited {
  color: #788919;
}

/*base*/
a.button span.start { background-position: left 0px; }
a.button span.end { background-position: right 0px; }
a.button span.txt { background-position: -5px 0px; }
/*over*/
a:hover.button span.start { background-position: left -30px; }
a:hover.button span.end { background-position: right -30px; }
a:hover.button span.txt { background-position: -5px -30px; color: #fff; text-shadow:1px 1px 0 #788919; }
a:active.button span.start { background-position: left -60px; }
a:active.button span.end { background-position: right -60px; }
a:active.button span.txt { background-position: -5px -60px; }

#content a.button {
  text-decoration: none;
}

/*** form buttons ***/
input.button {
  height:23px;
  font-size:11px;
  font-weight:bold;
  color:#788919;
  text-shadow:1px 1px 0 #ccc; 
  white-space:nowrap;
  border:none;
  padding: 2px 7px 4px 5px;
  display: inline-block;
  height:23px;
  background-image: url(l13i/bg_buttons.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  cursor: pointer;
  margin-left: 3px;
  margin-right:0;
}
div.fbutton {
  display: inline-block;
  height:23px;
  background-image: url(l13i/bg_buttons.png);
  background-repeat: no-repeat;
  text-decoration:none;
}
div.fbutton:hover { background-position: left -30px; }
div.fbutton input.button:hover, div.fbutton:hover input.button { background-position: right -30px; color: #fff; text-shadow:1px 1px 0 #788919; }


input[type="radio"]{
  width: auto;
}
/*** error and success boxes ***/
.error {
	border: 1px solid #A25965;
	height: auto;
	width: 408px;
	padding: 8px;
	background-color: #F8F0F1;
	text-align: left;
	font-size: 12px;
	color: #333;
	margin: 10px auto;
	color: #9e1111
}
.success {
	border: 1px #11a322 solid;
	height: auto;
	width: 408px;
	padding: 8px;
	background-color: #f5f9fd;
	text-align: center;
	font-size: 12px;
	color: #11a322;
	margin: 10px auto;
}
.info {
	border: 1px #ebe7b3 solid;
	height: auto;
	width: 408px;
	padding: 8px;
	background-color: #f9f8e8;
	text-align: center;
	font-size: 12px;
	color: #c2b515;
	margin: 10px auto;
}
.infobox {
  cursor: pointer;
  -moz-border-radius: 10px; 
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-image: url(images/icons/cancel.png);
  background-repeat: no-repeat;
  background-position: 99% 5px;
}

/** The Videos **/
.videos {
  text-align: center;
  clear: both;
  padding-bottom: 15px;
}
a.mediafile   { display: block; }
div.mediafile { margin: 10px auto 10px auto;}
div.mediafile div, div.iframe_caption { font-style: italic; color: #888; }

/*for the divx and PrettyPhoto*/
.nonvis {
  visibility: hidden;
}

/** download doc extensions **/
.extension {
  font-size: 10px;
  font-weight: bold;
  color: #fbfbfb;
  background-color: #A7B35F;
  padding: 1px 4px;
}

/** article and assigned articles list **/
#wrapper_content ul.listing1 {
  margin:0;
  padding: 0;
  list-style: none;
}
#wrapper_content ul.listing1 li {
  margin-left: 10px;
}

/** The Audios **/
.audios  {
  text-align: center;
  width: 418px;
  margin: 15px auto 15px auto;
}
.audios .fmp3item {
  margin: 12px;
}
.audios div.jp-single-player {
  margin-bottom: 25px;
}
div.jp-single-player div.jp-playlist li.jplayer_playlist_current a {
  border-left: 4px #fff solid;
  border-right: 4px #fff solid;
  padding-left: 5px;
  padding-right: 5px;
}

/** Facebook ILIke **/
.fbiframe {
  border:none;
  overflow:hidden;
  width:450px;
  height:100px;
  margin-top: 15px;
}

/** Facebook ILIke **/
.gbook blockquote {
  border: 1px #efefef solid;
  behavior: url(images/border-radius.htc);
  -moz-border-radius: 10px; 
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #efefef url(l13i/quote.png);
  background-repeat: no-repeat;
  background-position: 2px 7px;
  margin: 3px 15px 3px 0;
  padding: 25px;
  padding-left: 55px;
  clear:both;
}
.gbook .authorline {
  text-align:right;
  font-style: italic;
  margin-top: 10px;
}
.gbook .adminline {
  font-size: 10px;
  margin-right: 15px;
  padding: 0 15px;
}
#content .gbook .adminline a:link {
  text-decoration: none;
}

/*newslettertable*/

#content table.newsletters {
  margin: 15px auto;
  border-spacing: 0;
  border-collapse: collapse;
  width: 75%;
}

#content table.newsletters th {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px #788919 solid;
  text-align:center;
}
#content table.newsletters td {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px #ccc solid;
  text-align:center;
}
#content table.newsletters .tdl {
  border-right: 1px #ccc solid;
}

/** Sitemap **/

#content ul.map1, #main ul.map2, #main ul.map3  {
  margin: 0px 10px;
}
#content ul.map1 li {
  list-style-image:url(l13i/sfolder1.png);
}
#content ul.map1 {
  padding-top:5px;
  padding-bottom:10px;
}

#content ul.map2 li {
  list-style-image:url(l13i/sfolder2.png);
}
#content ul.map2 {
  padding-top:5px;
  padding-bottom:10px;
}
#content ul.map3 li {
  list-style-image:url(l13i/sfolder3.png);
}
#content ul.map3 {
  padding-top:5px;
  padding-bottom:10px;
}

#content h2 img {
  padding: 2px;
  border: 0;
  background-color: transparent;
}

/** block seperator **/
.sep {
    background: url(l13i/dotted_line.jpg) repeat-x left bottom;
}



/*** usefull classes and ID's ***/
.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* None MAC-IEs [+] */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* None MAC-IEs [-] */


.clear {
  margin:0;
  padding: 0;
  line-height: 0;
  font-size:0;
  clear: both;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.b {
  font-weight: bold;
}
.c {
  text-align: center;
}

/*** IE-specials (rounded corners) ***/

/******* RYP specific ***********/
li.offline, h2.offline, h1.offline, h3.offline, a.offline, .offline {
  text-decoration: line-through;
}
#wrapper_content img.offline {
  background-color: red;
  border-color: red;
}
