/* ***************************************** */
/* BASICS                                    */
/* ***************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	font-family: Courier New, Courier, sans-serif;
	font-size: 100%;
}

html {
	overflow-y: scroll;
	/* height: 100.03% does not work anymore in FFX3!! */
}

body {
	/* background: #666 url('pics/hintergruende/CRW_2356_RT8.jpg'); */
	overflow: hidden;
	background: #AAA;
}

#container {
	width: 55em;
	/* margin: 0 auto; */
	margin: 0 0 0 3em;
	background: #FFF;
	padding: 0.63em; /* 10px */
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

/* ***************************************** */
	/* HEAD                                      */
	/* ***************************************** */
#head {
	padding: 0.63em 0 1.26em 0; /* 10px */
}

#head #invisible {
	background: url('pics/logo_bg.gif') repeat-x;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;
}

#head a {
	height: 4.38em;
	background: url('pics/logo.gif') no-repeat 14.38em;
	overflow: hidden;
	text-indent: -1000em;
	display: block;
}

#head h2 {
	background: url('pics/logo_bg.gif') repeat-x;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;
}

/* ***************************************** */
	/* HEAD                                      */
	/* ***************************************** */
#line {
	margin-left: 14.38em;
	border-top: 1px solid #CCC;
	width: 30em; /*36.77em;*/
	text-align: right;
}

#line a,#line a:link,#line a:visited {
	font-size: 0.75em;
}


/* ***************************************** */
	/* THREE COLUMN LAYOUT                       */
	/* ***************************************** */
#content {
	background: url('pics/center_bg.gif') repeat-y 45em;
}

#content #left {
	padding-top: 0.14em;
	width: 14.38em;
	height: 25em;
	overflow-x: hidden;
	float: left;
}

#content #center {
	width: 36.77em;
	overflow-x: hidden;
}

#content #right {
	overflow-x: hidden;
	width: 9.38em;
	float: right;
}

/*****************
* Images
*
*****************/
.size-full {
	
}

.alignleft {
	float: left;
	margin-right: 10px;
}

/* ***************************************** */
	/* LEFT COLUMN = NAVIGATION */
	/* ***************************************** */
#navigation {
	margin-bottom: 10px;
}

#navigation * {
	list-style: none;
}

#navigation li a:hover {
	color: #000 !important;
}

#navigation li ul {
	display: none;
}

#navigation li.current_page_item>a,#navigation li.current-cat-parent>a,#navigation li.current_page_ancestor>a
	{
	color: #000 !important;
}

#navigation .current_page_item>ul,#navigation .current-cat>ul,#navigation .current_page_ancestor>ul
	{
	display: block;
}

#navigation li a:link,#navigation li a:visited {
	color: #999;
	display: block;
	width: 7.14em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	background: url('pics/logo_bg.gif') repeat-x bottom;
	padding-top: 1px; /*fixes bug on OSX safari*/
}

#navigation li.current_page_item a {
	color: #000 !important;
}

#navigation li ul li a:link,#navigation li ul li a:visited {
	margin: 0 0 0 3em;
	font-size: 0.75em;
	overflow: hidden;
	line-height: 1.86em;
	height: 1.86em;
	text-transform: none;
	text-decoration: none;
	color: #999;
	display: block;
	width: 12.5em;
	padding-top: 0; /*fixes bug on OSX safari*/
}

#navigation li ul li.current_page_item>a,#navigation li ul li ul li.current_page_item>a,#navigation li ul li.current-cat>a,#navigation li ul li a:hover,#navigation li ul li ul li a:hover,#navigation li ul li ul li a.selected:link,#navigation li ul li ul li a.selected:visited
	{
	background: #ccc url('pics/logo_bg.gif') repeat-x bottom !important;
	color: #000;
	font-weight: bold !important;
}

#navigation li ul li ul li a:link,#navigation li ul li ul li a:visited {
	margin-left: 6em;
}

/* Categories in Navigation need additional styling */
.current-cat * {
	display: block;
}

.current-cat a {
	color: #000 !important;
}

.current-cat ul li a {
	color: #000 !important;
}

.current-cat-parent * {
	display: block !important;
}

/* ***************************************** */
	/* CENTER COLUMN                             */
	/* ***************************************** */
#center {
	font-size: 0.81em;
}

#center h1 {
	text-transform: uppercase;
	font-size: 1.91em;
	margin-bottom: 0.57em;
}

#center p {
	margin-bottom: 1em;
}

/* ***************************************** */
	/* RIGHT COLUMN                              */
	/* ***************************************** */
#right label {
	display: none;
}

#right #searchbox {
	font-size: 0.75em;
	display: block;
	height: 1.67em;
	line-height: 1.67em;
	vertical-align: center;
	width: 12em;
	padding: 0 0.2em;
	background: #CCC;
	border: 0;
	vertical-align: middle;
}

#right #searchbutton {
	width: 13.64em;
	background: none;
	border: none;
	font-weight: bold;
	font-size: 0.69em;
	margin: 0;
	text-align: right;
}

/* IE-HACK (sorry for that) */
* html #right #searchbutton {
	padding-right: 0.5em;
}

#right #recent_projects {
	font-size: 0.69em;
}

#right #recent_projects h3 {
	font-weight: bold;
	padding-bottom: 0.3em;
	margin: 1.5em 0 0.3em 0;
	background: url('../pics/navigation_bg.gif') repeat-x bottom;
	border-bottom: 1px dotted #000;
}

#right #recent_projects a {
	font-weight: bold;
	font-size: 1.1em;
}

#right #recent_projects .projdate {
	font-size: 0.86em;
}

#right #recent_projects .r_item {
	margin-bottom: 1em;
}

#right #recent_projects .r_item a,#right #recent_projects .r_item a:link,#right #recent_projects .r_item a:visited
	{
	color: #000;
	text-decoration: none;
}

#right #recent_projects .r_item a:hover {
	color: #000;
	text-decoration: underline;
}

#right #recent_projects .r_item .r_date {
	font-size: 0.8em;
}

/* ***************************************** */
/* PROJETTI and BLOG                         */
/* ***************************************** */
#center h2.pagetitle {
	text-transform: uppercase;
	font-size: 1.5em;
	padding-bottom: 1em;
}
.hr,
hr {
	background: url('pics/logo_bg.gif') repeat-x;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;
	border:none;
}

hr {
	margin-bottom: 1em;
}
.post:hover {
	background: #B2F0FF;
}

.post .postmetadata {
	padding-top: 1em;
}

.post h3 {
	font-weight: normal;
	text-transform: uppercase;
}

.post .postmetadata,.post .postmetadata a:link,.post .postmetadata a:visited
	{
	color: #999;
	font-size: 0.8em;
}

/* ***************************************** */
	/* SUPERSIZED                                */
	/* http://www.drweb.de/magazin/jquery-plugin-supersized-autoskalierender-background-mit-slideshow-option/ */
	/* ***************************************** */
	/*Supersize Plugin Styles*/
#supersize img,#supersize a {
	height: 100%;
	width: 100%;
	display: none;
	border: 0;
}

#supersize .activeslide,#supersize .activeslide img {
	display: inline;
}

#container {
	position: absolute;
	z-index: 100;
	top: 0;
}