/*
	BODY-Styles
	index.snippet

*/
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	font-family:Geneva;
	font-size:12px;
}

#features {
	/* contains language_select and search */
	background-color:#ffffff;
	height:30px;
}

#menu-cat-pro-img {
	width:240px;
	float:left;
}
#menu-page {
}
#content {
	margin-left:250px;
	width:500px;
}

#menu-tag-cotag {
	width:200px;
	float:right;
}


/*

	F E A T U R E S
#########################
*/

/*
	Link to STARTPAGE
	startpage.snippet
*/
a#homelink {
	display:block;
	font-size:18px;
	padding:10px;
	background-color:#dccdb9;
}
a#homelink:hover {
	background-color:#cbbca8;
}


/*
	LANGUAGE Select
	language_select.snippet
*/
div#language-select {
	height:30px;
	float:left;
	margin-left:20px;
}
/* language_select_item.snippet */
div#language-select a {
}
div#language-select a:hover {
}
div#language-select a.selected {
}


/*
	SEARCH
	search.snippet

*/
form#search {
	height:30px;
	float:right;
	margin-right:20px;
}


/*
	SEARCH
	search_result.snippet

*/
/*  search_result.snippet  */
.search-result {
}
.search-result .items {
	float:right;
	width:100%;
	clear:none;
}
/*  search_result_image.snippet, search_result_page.snippet, search_result_project.snippet  */
.search-result a {
	display:block;
	float:left;
	width:100px;
	height:80px;
	padding:0px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
}
.search-result a:hover {
	background-color:#dddddd;
}
.search-result a img {
	width:50px;
	height:43px;
}
.search-result a span {
	display:block;
}

/* search_result_page.snippet */
.search-result a.page {
	background-color:#eeeeee;
}
.search-result a.page:hover {
	background-color:#dddddd;
}
.search-result a.page span {
	margin-top:30px;
}

/* search_result_image.snippet */
.search-result a.entry {
	border:1px dotted #999999;
}

/* search_result_project.snippet */
.search-result a.project {
	border:1px solid #999999;
}



/*

	M E N U S
#########################
*/

/*
	PAGES Menu
	page_menu.snippet
	the class names are made by the {depth}-variable.
	in this example a non-nested page menu is used.
*/
.pages-menu0 {
	/* we hide the uppermost page */
	display:none;
}
.pages-menu1,
.pages-menu2,
.pages-menu3,
.pages-menu4,
.pages-menu5 {
	clear:both;
	padding-left:300px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#cbbca8;
	margin-bottom:2px;
}
.pages-menu1 {
	font-weight:bold;
}
.pages-menu2 {
	font-weight:normal;
}
.pages-menu3 {
	letter-spacing:1px;
	font-size:10px;
}
.pages-menu4 {
	letter-spacing:1px;
	font-size:10px;
}
.pages-menu5 {
	letter-spacing:1px;
	font-size:10px;
}
/* page_item.snippet */
#menu-page a {
	display:block;
	float:left;
	text-align:center;
	background-color:#dccdb9;
	margin-right:2px;
	padding:1px 7px;
}

/*
	CATEGORIES
	categorie_menu.snippet
*/
.category-menu {
	margin:10px;
	padding:0px;
	border:1px solid #000000;
	border-bottom-style:none;
	font-weight:bold;
}
/* categorie_item.snippet */
.category-menu a {
	display:block;
	padding:5px 3px 5px 20px;
	border-bottom:1px solid #000000;
}
.category-menu a:hover {
	background-color:#eeeeee;
}
.category-menu a.selected {
	background-color:#eeeeee;
}


/*
	PROJECTS
	project_menu.snippet

*/
.project-menu {
	margin:10px;
	padding:0px;
}
/* project_item.snippet */
.project-menu a {
	display:block;
	padding:5px 3px 5px 21px;
}
.project-menu a:hover {
	color:#ff0000;
}
.project-menu a.selected {
	color:#ff0000;
}


/*
	ENTRIES (aka IMAGES)
	image_menu.snippet
*/
.entry-menu {
	margin:10px;
	padding:0px;
	padding-left:20px;
	clear:both;
}
/*  image_item.snippet  */
.entry-menu a {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #000000;
	background-color:#ffffff;
}
.entry-menu a img {
	width:44px;
	height:22px;
	border-style:none;
}
.entry-menu a:hover {
	background-color:#eeeeee;
}
.entry-menu a.selected {
	background-color:#eeeeee;
}


/*
	KEYWORDS
	as used in tag.snippet
*/
.tags,
.cotags {
	line-height:20px;
}

.cotags {
	clear:left;
}

.cotags a,
.tags a {
	display:block;
	float:left;
	padding:2px 5px;
	text-decoration:none;
}
.cotags a:hover,
.tags a:hover {
	text-decoration:underline;
}
.t1 {
	font-size:9px;
}
.t2 {
	font-size:10px;
}
.t3 {
	font-size:11px;
}
.t4 {
	font-size:12px;
}
.t5 {
	font-size:12px;
	font-weight:bold;
}
.tags .selected,
.cotags .selected {
	color:#ff0000;
}
.tags .tagged {
	border:1px dotted #999999;
}


/*

	O V E R V I E W    P A G E S
#####################################
*/
/*  project_overview.snippet, image_overview.snippet  */
.prev-next {
	margin:10px 0px;
	border-bottom:1px solid #000000;
}

/* project_overview.snippet */
.project-overview {
}
/* project_overview_item.snippet, image_overview_item.snippet */
.entry-overview a,
.project-overview a {
	display:block;
	float:left;
	width:100px;
	height:120px;
	padding:8px;
	margin-right:5px;
	margin-bottom:5px;
	text-decoration:none;
	background-color:#ffffff;
}
.project-overview a {
	border:1px solid #000000;
}
.entry-overview a {
	border:1px dotted #000000;
}

.entry-overview a:hover,
.project-overview a:hover {
	background-color:#eeeeee;
}
.entry-overview a img,
.project-overview a img {
	display:block;
	width:100px;
	height:85px;
}

/*

	F E A T U R E S
#######################
*/







/*
	THESE SELECTORS
	are generated by the Text-renderer 
*/
p {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
ul {
}
ol {
}
a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}
big {
}
small {
}
strong {
}
em {
}
ins {
}
i {
}
b {
}
code {
}


table {
}
tr {
}
td {
}


img {
}
object {
}
embed {
}

