@charset "utf-8";

body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;	
	background-image: url(../img/site/gradient.jpg); 
	background-repeat:repeat-x;
	background-color: #999999;
	position: relative;
	text-align:center;
	
	
}

#cakefest {
	position: absolute;
	right: 0px;
	top: -40px;
}

h2 { 
	color: #336699;
	font-weight: 600;
	font-size:2em;
}

h3 { 
	color: #336699;
	font-weight: 600;
	font-size:1.0em;
}

.content p { 
	font-weight: lighter;
	color:#333333;
	font-size: 1.0em;
	line-height: 1.4em;	
}


a:link { text-decoration:none; color:#000000;
}

a:visited { text-decoration:none; color:#000000;
}

a:focus { text-decoration:none; color:#000000; outline: none;
}

a:hover { text-decoration:none; color:#000000;
}

a:active { text-decoration:none; color:#000000;
}

img { 
	border: 0;
	padding: 0;
	margin: 0;
}


.site { 
	width: 800px;
	margin: 50px auto 0px auto;
	padding: 0;
	text-align: left;
}

.headerend, .footerend{
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0px; 
	line-height: 1px; 
}	

#langimp {
	padding-left: 20px;
}

#langimp a:hover{
	color:#A1A1A1;
}

#langimp img{
	position: relative;
	top: 3px;
}

#content {	
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 20px 35px;
	
	font-size: 0.9em;
}


#navbar { 
	background: url(../img/site/navbar.png) no-repeat top;
	height: 58px;
	width: 730px;
	margin-top:10px;
	z-index: 1;
}

.menu { 
	position: relative;
	float:left;
	margin-top:10px;
	margin-left: 50px;
	z-index: 1;
}

.menu li { 
	float: left;
	list-style:none;
	padding: 0 10px;
	z-index: 10;
}

.menu li.back { 
	background: url(../img/site/blobs/blob_test.png) no-repeat right -26px;
	margin-left: -17px;
	height: 36px;
  	z-index: 10;
	position: absolute;
}

.menu li.back .left { 
	background: url(../img/site/blobs/blob_test.png) no-repeat top left;
	height: 36px; 
	margin-right: 2px; 
	z-index: 10;	
}

.menu li a img { 
	position: relative; overflow: hidden;
	margin-top: 5px;
	z-index: 15;
}


#pagetext{
	margin: auto;
	padding: 10px;
}

#footer { 
	margin-top: 10px;
	width: 800px;
	height: 30px;
	color:#FFFFFF;
	text-align:center;
	padding: 0px;
	font-size: 0.7em;
	font-weight: normal;

}

#footer a, #footer a:visited,#footer a:hover {
	color:#FFFFFF;
}	

#footer a:hover {
	color:#A1A1A1;
}	

img.right { 
	margin: 0 0 15px 15px;
	float: right;
}

img.left { 
	margin: 0 15px 0 15px;
	float: left;
}

img.textimage{
	width: 240px;
	border: 2px solid #336699;
	margin-top: 25px;
}

.reflected {
	z-index: 15;
}

canvas{
	z-index: 15;
}

p.teaser{
	font-weight: bolder;
	clear: both;
}

p.footnote{
	font-size: x-small;
}

span.normal{
	font-weight: normal;		
}

ul li {
	font-weight: bold;
	padding-bottom: 10px;
	margin-left: 20px;	
}

ul ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

/*
#slider {
  width: 620px;
  margin: 0 auto;
  position: relative;
}


.scroll {
  height: 250px;
  overflow: auto;
  position: relative; 
  clear: left;
  background: #FFFFFF scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px; 
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}
*/


/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #336799;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


h1.projects {
	font-size: 1.2em;
	font-weight: bold;
}

.projects h2 {
	font-size: 1.1em;
	margin-top: 30px;
}

.projects li {
	height: 195px;
	list-style: none;
	margin: 0px;
}

.projects img {
	border:1pt solid #555555;
	float: left;
	margin-left: 5px;
}

.projects p {
	font-weight: normal;
	margin-left: 20px;
	float: left;
	
	
}

p.admin_meta {
	color: #999999;
	font-size: 0.9em;
	text-align: right;
}