/**
   * handarbeit.css
   * CSS File f�r Hand- und Heimarbeit aus der Waldheimat
   * www.handarbeit-waldheimat.at
   * gestalter.at - 2008 - DI (FH) Hermann N. Reimoser
  */ 

/* TAGS */
body
{
	margin:0px;
	padding:0px;
	border:none;
	
	font-family:Times,Garamond;
	font-size: 13px;
	line-height:1.4em;
	font-weight:bold;
	color:rgb(30,30,30);	
}
img 
{
	/*float:left;*/
	margin:1em;
}
h1
{
	font-size:2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-align:center;
	line-height:1.1em;
	display:block;
}
h2
{
	font-size:1.5em;
	margin-top:0.5em;;
	margin-bottom:0.5em;
	text-align:center;
	line-height:1.1em;
	display:block;
}
p
{
	margin:0em;
}
strong,
b
{
	text-transform:uppercase;
}
i
{
	font-style:italic;
}
table
{
	border:0px soid black;
	border-collapse:collapse;
	border-spacing:none;
}
td
{
	vertical-align:top;
}
hr
{
	display:none;
}
i
{
	display:block;
	padding:5px;
	margin-top:5px;
	background-color:rgb(255,255,255);
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;

}
/* PSEUDO TAGS / ZUSTAENDE */
a:link,
a:active,
a:visited
{
	color:rgb(30,30,30);
	text-decoration:underline;
}
a:hover
{
	color:rgb(200,40,40);
	text-decoration:underline;
}
#navigation a:link,
#navigation a:active,
#navigation a:visited
{
	color:rgb(240,240,240);
	text-decoration:none;
}
#navigation a:hover
{
	color:rgb(200,40,40);
	text-decoration:none;
}
#current a:link,
#current a:active,
#current a:visited,
#current a:hover
{
        color:rgb(200,40,40);
        text-decoration:none;
}

/* CLASSES */
.bodytext
{
        font-family:Times,Garamond;
        size: 1em;
        line-height:1.4em;
        font-weight:bold;
        color:rgb(30,30,30);
}
.emphasis
{
	color:rgb(200,40,40);
}
.floatLeft
{
	float:left;
	margin:7px;
}
.floatRight
{
	float:right;
	margin:7px;
}
/* IDs */
#background
{
	position:absolute;
	width:99.9%;
    	height:1718px;
    	background:url('images/hintergrund.jpg') no-repeat;
    	background-position:-301px 0px;
    	z-index:0px;
}
#background_book
{
        position:absolute;
        width:99.9%;
        height:1718px;
        background:url('images/hintergrund_book.jpg') no-repeat;
        background-position:-301px 0px;
        z-index:0px;
}
#content
{
	position:relative;
	width:860px;
	height:1222px;
	top:0px;
	left:0px;
	text-align: left;
	z-index:1;
}
#navigation
{
	position:absolute;
	width:160px;
	height:325px;
	margin:300px 0px 0px 30px;

	font-family:Times,Garamond;
	font-size: 1.3em;
	line-height:1.6em;
	font-weight:bold;	
	color:rgb(240,240,240);
}
#navigation ul
{
	list-style-type:none;
}
#navigation li
{
	margin-left:-30px;

}
#inhalt
{
	position:absolute;
	width:610px;
	height:1020px;
	margin:202px 0px 0px 240px;
	overflow:auto;
	
	font-family:Times,Garamond;
	font-size: 1em;
	line-height:1.4em;
	font-weight:bold;
	color:rgb(30,30,30);
}
#sponsors
{
        position:absolute;
        width:610px;
        height:320px;
        margin:170px 0px 0px 240px;
        overflow:hide;
        
        font-family:Times,Garamond;
        font-size: 1em;
        line-height:1.4em;
        font-weight:bold;
        color:rgb(30,30,30);
}
#book_left
{
	position:relative;
	width:230px;
	height:380px;
	left:60px;
	margin:70px 0px 0px 0px;
	float:left;
}
#book_right
{
        position:relative;
        width:230px;
        height:380px;
        margin:70px 0px 0px 0px;
	left:-50px;
	float:right;
}

/* WT GALLERY STYLES */
.wtgallery_singlepic_area,
.wtgallery_singlepic_popup,
.wtgallery_singlepic_fwdback,
.wtgallery_singlepic_comment,
.wtgallery_singlepic_up
{
	width:570px;
	text-align:center;	
}
.wtgallery_singlepic_fwdback div
{
        display:inline;
}

.wtgallery_singlepic_back
{
        padding-right:300px;
}
.wtgallery_singlepic img,
.wtgallery_listpic img,
.wtgallery_listpic_act img,
.wtgallery_listpic_firstofrow img
{
	border:none;
}
.wtgallery_pagebrowser,
.wtgallery_pagebrowser div
{
	width:570px;
	text-align:center;
	display:inline;
	padding:0px 50px 0px 50px;
}
.wtgallery_listpic
{
	margin:0px 20px 10px 0px;
}
.wtgallery_category_h1
{
	display:none;
}
.wtgallery_category_pic img
{
	border:none;
	margin:0px auto 0px auto;
}
.wtgallery_categories
{
	width:300px;
	margin:0px auto 0px auto;
}
.wtgallery_category_pagebrowser
{
	text-align:center;
	margin:10px 0px 10px 0px;
}
.wtgallery_category_folder
{
	margin:5px 0px 5px 0px;
}
/* IMAGE WRAPPING CONTENT ELEMENTS  */

.csc-textpic-image
{
	width:270px !important;
}
.csc-textpic-imagewrap
{
	width:270px !important;
}
.csc-textpic {
	width:590px !important;
}
.imageCenterBorder
{       
	width:270px;
        background-image:url(images/imageCenterBorder.gif);
	background-repeat:repeat-y;
	display:static;
}
.imageCenterBorder img
{
	margin:0px 0px 0px 10px !important;
}
/* NEWS EINSTELLUNGEN */
.news-list-container,
.news-list-item,
.news-list-item h3,
.news-list-date
{
	background-color:transparent;
	border:0px solid black;
}
.news-list-item
{
	border:1px solid rgb(30,30,30);
	display:block;
	height:auto;
	overflow:visible;
}
.news-list-item h3
{
	margin-top:3px;
}
.news-list-container h3 a:link,
.news-list-container h3 a:visited,
.news-list-container h3 a:hover
{
	color:rgb(30,30,30);
	font-weight:bolder;
	font-size:1.2em;
}
.news-list-container h3 a:hover
{
	color:rgb(200,40,40);
	font-weight:bolder;
	font-size:1.2em;
}
/**** news-latest ****/
.newsCalendar_listHeader
{
        background-color:transparent; !important
}
.news-latest-gotoarchive
{
        display:none;
}
.news-latest-container,
.news-latest-container h2,
.news-latest-item,
.news-latest-item h3,
.news-latest-date
{
	background-color:transparent;
	border:0px solid black;
	color:rgb(50,50,50);
}
.news-latest-item
{
	border:1px solid rgb(30,30,30);
	display:block;
	height:auto;
	overflow:visible;
}
.news-latest-item h3
{
	margin-top:3px;
}
.news-latest-container h3 a:link,
.news-latest-container h3 a:visited,
.news-latest-container h3 a:hover
{
	color:rgb(30,30,30);
	font-weight:bolder;
	font-size:1.2em;
}
.news-latest-container h3 a:hover
{
	color:rgb(200,40,40);
	font-weight:bolder;
	font-size:1.2em;
}
/**** news-latest end ****/

.news-list-date,
.news-latest-date,
.news-single-timedata
{
	font-size:0.8em;
	font-weight:bold;
}
.news-list-category
{
	margin-top:10px;
}
.news-single-item
{
	background-color:transparent;
	border:0px solid black;
}
.news-single-item h2
{
        font-size:1.5em;
        margin-top:0.5em;;
        margin-bottom:0.5em;
        text-align:left;
        line-height:1.1em;
	color:rgb(30,30,30);
        display:block;
}



/*
.imageTopBorder
{
	width:270px;
	height:10px;
	margin:0px 0px 0px 0px;
	background-image:url(images/imageTopBorder.gif);
	background-repeat:no-repeat;
	display:inline;
}
.imageBottomBorder
{
        width:270px;
        height:10px;
        margin:0px 0px 0px 0px;
        background-image:url(images/imageBottomBorder.gif);
        background-repeat:no-repeat;
	display:inline;
}
*/
