/*Undo standard HTML*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
table { border-spacing: 0; }

/*Standard list*/
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/*Standard HTML tag*/



body
{
	background-image: url(../image/body.bg.gif);
	background-position: center top;
	color: black;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode';
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

a
{
	color: #706e6a;
	text-decoration: none;
}

a:hover
{
	color: #1780a6;
}

h1
{
	font-family: arial;
	font-size: 27px;
	font-weight: bold;
	color: #64cef3;
	min-height:37px;
	line-height: 1em;
}

h1.light
{
	color: #ffffff;
	font-weight: normal;
}

h1.brown
{
	color: #675f54;
}

input,
textarea
{
	background-color: #dfeff6;
	border: 0;
	color: #655f55;
	font-family: verdana;
	font-size: 11px;
	padding: 5px 10px 0 10px;
	margin: 0;
}

input
{
	height: 19px;
	width: 194px;
}

textarea
{
	width: 471px;
	height: 245px;
}

input.clear
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

div.clear
{
	clear: both;
}

.whitetext,
.whitetext a
{
	color: #FFFFFF;
}
.whitetext a:hover
{
	color: #64cef3;
}

.box-type-link
{
	margin: 1em 0;
	background: #eff9fd;
	font-size: 12px;
	line-height: 18px;
	color:#706e6a;
	padding: 7px 14px;
	width: 245px;
}

.box-small div.box-type-link
{
	width: 219px;
}

	.box-type-link a
	{
		display: inline-block;
		border-bottom: 1px dotted #1780a6;
		color: #1780a6;
		line-height: 13px;
	}
	.box-type-link a:hover
	{
		border-bottom: 1px solid #1780a6;
	}


/*Website Structure*/
#wrapper
{
	background-image: url(../image/shadow.png);
	_background-image: url(../image/shadow.ie6.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0 16px 20px 16px;
	width: 930px;
}

#container
{
	background-color: white;
	width: 930px;
	position: relative;
	min-height:530px;
	_height:530px;
}


#content .headline
{
	position: relative;
	margin: 0 26px;
	width: 878px;
}

#content .headline h1
{
	padding: 8px 0 0 23px;
}

#content .headline .blueBox
{
	background-color: #64cef3;
	height: 5px;
	width: 92px;
	position: absolute;
	top: 0;
	left: 23px;
	overflow: hidden;
}

#content .topbanner
{
	height: 307px;
}


/* Filearchive */

#content.filearchive .columns
{
	padding: 22px 25px 0 25px;
}

#content.filearchive .columns h1
{
	margin-top: -9px;
	margin-bottom: -3px;
}

#content.filearchive .columns .left
{
	background-image: url(../image/gradient.small.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #e1f1f8;
	float: left;
	padding-right: 18px;
	width: 280px;
	min-height: 343px;
	_height: 343px;
}

#content.filearchive .columns .center
{
	background-image: url(../image/gradient.small.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #e1f1f8;
	float: left;
	padding: 0 18px 0 9px;
	width: 261px;
	min-height: 343px;
	_height: 343px;
}

#content.filearchive .columns .right
{
	float: left;
	width: 252px;
	padding-left: 9px;
}

#content.filearchive .image
{
	margin: 0 0 10px 0;
}
#content.filearchive .text
{
	margin: 14px 0;
}


.file_group .title
{
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 8px 36px 0 12px;
	height: 23px;
	white-space: nowrap;
}

.file_group .title .constraint
{
	overflow: hidden;
}

.file_group_light,
.file_group_dark
{
	margin: 13px 0;
}

.file_group_light
{
	background-image: url(../image/file_group.light.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #655f55;
}

.file_group_light .title
{
	background-image: url(../image/file_group.light.pt2.gif);
	background-position: top right;
}

.file_group_dark
{
	background-image: url(../image/file_group.dark.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
}

.file_group_dark .title
{
	background-image: url(image/file_group.dark.pt2.gif);
	background-position: top right;
}

.file_group .files
{
	height: 0;
	overflow: hidden;
}

.file_group .files .fileContainer
{
	padding: 6px 12px 0 12px;
}

.file_group .files a,
#content.articlepage .file_group .files a
{
	color: #675F54;
	text-decoration: none;
}

.file_group .files a:hover,
#content.articlepage .file_group .files a:hover
{
	color: #64CEF3;
}


/* Search */

#content.search
{
	padding-bottom: 52px;
	_width: 930px;
}

#content.search .columns
{
	background: transparent url(../image/themes/column.double.seperator.gif) repeat-y;
	
}
#content.search .columns .column-double
{
	float: left;
	width: 578px;
	padding: 0 11px 0 26px;
}

	#content.search .columns .search
	{
		background: transparent url(../image/themes/search.background.png) no-repeat; 
		position: relative;
		width: 164px;
		height: 29px;
		margin-bottom: 1em;
	}
	
		#content.search .columns .search .input
		{
			position: absolute;
			top: 0;
			left: 0;
			background: 0;
			font-size: 12px;
			color: #0081a8;
			width: 125px;
			line-height: 14px;
			padding: 7px 0 0 8px;
			outline: none;
		}
		.safari #content.search .columns .search .input
		{
			padding-top: 10px;
		}
		
		#content.search .columns .search .button
		{
			width: 16px;
			height: 16px;
			position: absolute;
			right: 9px;
			top: 6px;
			padding: 0;
			margin: 0;
		}

#content.search .columns .column-right
{
	float: left;
	width: 279px;
	padding-left: 10px;
	overflow: hidden;
}

#content.search .columns .column-right .first-box
{
	padding-top: 0;
}


#content.search .columns .result
{
	line-height: 18px;
	color: #706e6a;
	font-size: 12px;
}

#content.search .columns .result a
{
	display: inline-block;
	color: #706e6a;
	text-decoration: none;
	line-height: 13px;
}

#content.search .columns .result a:hover
{
	color: #1780a6;
}

#content.search .columns .left
{
	float: left;
	width: 504px;
	min-height: 343px;
	_height: 343px;
	padding-right: 90px;
}

#content.search .columns .right .roundTop
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../image/roundcorners.top.gif);
	height: 4px;
	width: 271px;
	overflow: hidden;
}

#content.search .columns .right .roundBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../image/roundcorners.bottom.gif);
	height: 4px;
	width: 271px;
	overflow: hidden;
}

#content.search .columns .right
{
	background-color: #B5ADA3;
	float: left;
	width: 245px;
	padding: 7px 13px 13px 13px;
	margin: 0 0 0 12px;
	min-height: 70px;
	_height: 70px;
	position: relative;
}

#content.search .searchField
{
	background-image: url(../image/search_bg_big.gif);
	height: 19px;
	padding: 4px 0 0 11px;
	width: 138px;
	margin-bottom: 5px;
	#padding: 3px 0 0 11px;
	#height: 20px;
}

.safari #content.search .searchField
{
	padding: 2px 0 0 11px;
}

#content.search .searchField input
{
	background: transparent;
	border: 0;
	color: #64cef3;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width:127px;
}

#content.search .viewInfo
{
	color: #706e6a;
	float: left;
}

#content.search .navigation
{
	color: #706e6a;
	float: right;
	margin-left: 25px;
}

#content.search .navigation a
{
	color: #706e6a;
}

#content.search .navigation a:hover
{
	color: #1780a6;
}

#content.search .navigation img
{
	position: relative;
	top: 1px;
}

#content.search .pageInfo
{
	color: #706e6a;
	float: right;
}

#content.search .resultContainer
{
	margin-top: 19px;
	margin-bottom: 33px;
}

#content.search .resultContainer .seperator
{
	background-color: #e1f1f8;
	height: 1px;
	margin: 18px 0 13px 0;
	overflow: hidden;
}

#content.search .highlight
{
	font-weight: bold;
}

/**/
/* Search */
#content.errors .columns
{
	padding: 22px 25px 0 25px;
}

#content.errors .columns .left
{
	float: left;
	width: 497px;
	min-height: 343px;
	_height: 343px;
	padding-right: 90px;
}

/* Blog */
#content.blog .hello_user
{
	color: #B7AFA4;
	position: absolute;
	top: 46px;
	right: 26px;
}

#content.blog .hello_user a
{
	color: #64cef3;
}

#blog .column div.column-item-first 
{
	padding-top: 0;
}

#blog
{
	_width: 930px;
	padding: 0px 0 52px 0;
}

.page-blog #content .topbanner
{
	padding-bottom: 22px;
}


	#blog .back
	{
		margin-top: -2px;
		padding: 0 0 10px 26px;
	}
		#blog .back a
		{
			line-height: 17px;
			float: left;
			color: #1780a6;
			display: block;
			border-bottom: 1px dotted #1780a6;
			line-height: 13px;
		} 
			#blog .back a:hover
			{
				border-bottom: 1px solid #1780a6;
			}


#blog .blog-wrapper
{
	padding: 0 26px;
	background: transparent url(../image/themes/column.double.seperator.gif) repeat-y;
}

#blog .categories a
{
	color: #1780a6;
}


#blog .text-input
{
	width: 218px;
	height: 32px;
	background: transparent url(../image/themes/blog.text.input.gif) no-repeat;
}
	#blog .text-input input
	{
		outline: none;
		color: #706e6a;
		font-size: 12px;
		line-height: 18px;
		width: 194px;
		height: 16px;
		background: transparent;
		padding: 8px 12px 8px 12px;
	}
	
#blog .text-area-input
{
	width: 579px;
	height: 258px;
	background: transparent url(../image/themes/blog.textarea.input.gif) no-repeat;
}
	#blog .text-area-input textarea
	{
		outline: none;
		color: #706e6a;
		font-size: 12px;
		line-height: 18px;
		width: 555px;
		height: 242px;
		background: transparent;
		padding: 8px 12px 8px 12px;
	}



#blog h1
{
	margin-top: -7px;
}

#blog .label
{
	color: #99958d;
	margin-top: 8px;
}

#blog .label .star
{
	color: #64cef3;
}

#blog .submit
{
	float: left;
	padding-top: 10px;
}

#blog .submit input
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

#blog .alert
{
	color: #df2f2c;
}



#blog .seperator
{
	background-color: #e1f1f8;
	height: 1px;
	margin: 18px 0 13px 0;
	overflow: hidden;
}

#blog .entry-headline
{
	margin-top: -4px;
	padding-left: 4px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	min-height: 36px;
}
		#blog .headline-seperator
		{
			height: 36px;
			background: transparent url(../image/themes/articlepage.headline.seperator.gif) repeat-x;
			padding-bottom: 1em;
		}


#blog .blog-form
{
	margin-left: -2px;
	_margin-left: 0;
}
	#blog .column-headline
	{
		font-size: 26px;
		line-height: 29px;
	}
	#blog .blog-form .column-headline
	{
		margin-top: -7px;
	}
	
		#blog .blog-form form
		{
			margin-top: -6px;
		}
		
		
#blog .profile
{	
	padding: 0 26px;
	background: url(../image/themes/column.double.seperator.gif) repeat-y;
}

#blog .profile h1
{
	position: relative;
	top: -7px;
}

#blog .profile .subject
{
	color: #b7afa4;
}

#blog .profile .value
{
	color: #675f54;
	margin-bottom: 1em;
}

#blog .profile .image
{
	float: right;
	width: 280px;
	padding-left: 10px;
	min-height: 334px;
	_height: 334px;
}

#blog .profile .content
{
	width: 537px;
	padding-right: 50px;
}

#blog .right
{
	float: right;
	width: 279px;
	padding-left: 10px;
	overflow: hidden;
}

#blog .column .column-box .box-type-list .box-type-list-item
{
	padding-top: 10px;
	padding-bottom: 9px;
	cursor: pointer;
}
#blog .column .column-box .box-type-list div.last-item
{
	padding-bottom: 15px;
}

#blog .column .column-box .box-headline .background
{
	height: 35px;
}

#blog .right .seperator
{
	margin-top: 14px;
}

#blog .latestComments .latest-comments-headline
{
	margin-left: 2px;
	font-size: 26px;
	font-weight: bold;
	line-height: 29px;
	padding-bottom: 6px;
	padding-top: 10px;
}

#blog .right .latestComments .comments-item
{
	background: #f4fbff;
	padding: 6px 14px 7px 14px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #d1ebf9;
	margin-bottom: 12px;
	margin-left: 3px;
	margin-right: 1px;
	color: #706e6a;
}
#blog .right .latestComments div.comments-item-last
{
	margin-bottom: 0;	
}

#blog .right .latestComments a
{
	display: inline-block;
	border-bottom: 1px dotted #1780a6;
	color: #1780a6;
	text-decoration: none;
	line-height: 13px;
}

#blog .right .latestComments a:hover
{
	color: #1780a6;
	border-bottom: 1px solid #1780a6;
}

#blog .entries
{
	width: 578px;
	padding: 0 12px 0 0px;
	
	margin: 7px 0 0 0;
	_margin: 0;
	_padding: 7px 0 0 0;
	
	min-height: 400px;
	_height: 400px;
	
	#width: 577px;
	_width: 578px;
}

#blog .entry
{
	line-height: 18px;
	color: #706e6a;
	font-size: 12px;
}

#blog .entry a
{
	display: inline-block;
	border-bottom: 1px dotted #1780a6;
	color: #1780a6;
	text-decoration: none;
	line-height: 13px;
}

#blog .entry a:hover
{
	color: #1780a6;
	border-bottom: 1px solid #1780a6;
}

#blog .entry .info
{
	color: #b7afa4;
	margin-top: 2em;
}

#blog .no_comments
{
	color: #b7afa4;
}

#blog .entry .text img
{
	margin: 3px 0;
}

#blog .navigation
{
	padding: 0 0 0 0px;
	margin-top: 35px;
}

#blog .comment
{
	color: #99958d;
	padding: 15px 20px;
}

#blog .comment .entry
{
	line-height: 18px;
	color: #706e6a;
	font-size: 12px;
}

#blog .comment .info
{
	margin-top: 2em;
}

#blog .comment .info a
{
	display: inline-block;
	border-bottom: 1px dotted #1780a6;
	color: #1780a6;
	text-decoration: none;
	line-height: 13px;
}

#blog .comment .info a:hover
{
	color: #1780a6;
	border-bottom: 1px solid #1780a6;
}

#blog .comments .blue
{
	background-color: #fbfaf9;
	border-top: 1px solid #99958d;
	border-bottom: 1px solid #99958d;
}

#content.home .columns .left h1,
#content.home .columns .right h1
{
	margin-bottom: 0;
}

:focus
{
  -moz-outline-style: none;
}

/*Controlpanel*/
#user_tool_container input { width: auto; }

#sticker
{
	width:162px;
	height:162px;
	position:absolute;
	z-index:99;
}
	#sticker a
	{
		display:block;
		width:162px;
		height:162px;
	}
