/*------ @author: tt-at-immerda.ch -- tt.immerda.ch ---------*/
/* You may adapt elements of this CSS in your projects, but i dont want to see the 'same' css in some comercial usage*/ 


body, html
{
	background-color: #FFF;
	background-image: url(../img/proj/bg-schreib.jpg);
	background-repeat: no-repeat;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*------ da layers---------*/
#header {
	background-color: #00A99E;
/*	height:40px;*/
/*	color: #006;*/
	border-bottom: 1px solid #FFF;
/*	border-top: 1px solid #FFF;*/
	margin: 20px 0px 0px 0px;
	padding-left: 10px;
}

#subheader
{
/*	background-color: #A058FF;*/
	background-color: #C385FF;
	/*	height:40px;*/
	/*	color: #006;*/
	/*	border-bottom: 1px solid #FFF;*/
	margin: 0px 0px 0px 0px;
	padding-left: 100px;
}

#subhead-proj
{
/*	background-color: #A058FF;*/
	background-color: #C385FF;
	/*	height:40px;*/
	/*	color: #006;*/
	/*	border-bottom: 1px solid #FFF;*/
	margin: 0px 0px 0px 0px;
	padding-left: 270px;
}

#nav {
	width: 220px;
	float: left;
	margin-top:30px;
	margin-left: -1px;
	padding: 10px;
}
	
	
#content {
	padding: 10px;
	margin-left: 230px;
	margin-top:30px;
/*	border-left: 1px solid #006; */
}
	
#footer {
	color: #099;
/*	border-top: 1px solid #066;*/
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}
/*------ da float~clearings---------*/
.spacer {
	clear: both;
}
/*------ some span-stylez-----------*/
span.fotos {
	font-size:9px; 
	letter-spacing:1px;
}
/*------ some regular manipulations---------*/
img {
	border: 0px;
}

h1
{
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 17px;
	color: #066;
}

p {
	padding: 0px 30px 5px 0px;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table {
	border:0px;
	padding-top:0px;
}
td {
	padding: 2px 2px 5px 2px;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}
/*------ some free classes---------*/

.navigation
{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: bold;
/*	padding-bottom: 5px;*/
/*	padding-top: 5px;*/
}

/* ------ invisible stuff --------*/

hr, div.invis {position: absolute;left: -999px;width: 990px;}


/*------ da usual links ---------*/
a:link {
	color: #00A99E; 
	text-decoration:none;
	font-weight: bold;
}

a:visited { 
	color: #00A99E; 
	text-decoration:none;
	font-weight: bold;
}
a:hover { 
	color: #F60; 
	text-decoration:underline; 
	font-weight: bold;
}
a:active { 
	color: #F60; 
	text-decoration:underline; 
	font-weight: bold;
}

/*------ free classed links ---------*/
a.navigat:link {
	color: #FFF; 
	text-decoration:none;
}

a.navigat:visited { 
	color: #FFF; 
	text-decoration:none;
}
a.navigat:hover { 
	background-color:#FFF;
	color: #00A99E; 
	text-decoration:none; 
}
a.navigat:active { 
	color: #F60; 
	text-decoration:none; 
}
