

/* CSS Document */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
/* Author: 		Gianluca Palmisano							*/
/* Date: 		04.04.2008						 			*/
/* Copyright:	© 2008 - Gianluca Palmisano		 			*/
/* Link:		www.palmedia.ch					 			*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/

/* Default colors: */

/* background: 	#ffffff		*/
/* brown:		#16120a		*/
/* blue:		#7ac0df		*/
/* gray:		#cccccc		*/


/* Default Styles
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

img.bildlinks {
	border:5px solid #ccc;
}

body {
	font-family: helvetica;
	font-weight: normal;
	color: #dedad8;
	font-size: 11px;
	text-align: left;
	background-color:#16120a;
}

/* Default Styles ENDE
--------------------------------------------------------- */




/* DIV / -> ID Styles 
--------------------------------------------------------- */

div#screen {
	position: absolute; 
	left: 50%; 
	top: 50%; 
	text-align:center; 
	width: 100%; 
	margin-left: -50%;
}

div#logo {
	position: absolute;
	top: -137px;
	left: 50%;
	width: 274px;
	height: 274px;

	margin-left: -137px;

	visibility: visible;
}
div#site {
	position:absolute;
	left:35px; top:31px;
}
div#header {
	position:absolute;
	left:0px; top:0px;
	width:471px; height:163px;
}
div#logo_home {
	position:absolute;
	left:0px; top:0px;
	width:159px; height:163px;
	background-image:url(../img/logo_annafuerer_portfolio.gif);
}
div#navi {
	position:absolute;
	left:175px; top:94px;
	width:297px; height:25px;
}

div#portrait {
	position:absolute;
	left:0px; top:163px;
	width:471px;
}
div#portraitfoto {
	position:absolute;
	left:0px; top:0px;
	width:153px; height:193px;
}

div#title {
	position:absolute;
	left:175px; top:0px;
}
div#text {
	position:absolute;
	left:175px; top:40px;
	margin-left:8px;
	line-height:16px;
}
div#impressum {
	position:absolute;
	left:175px; top:0px;
	margin-left:8px;
	line-height:16px;
}
div#kontakt {
	position:absolute;
	left:175px; top:0px;
	margin-left:8px;
	line-height:16px;
	text-align:right;
	font-size:11px;
	color:#fff;
}

div#projekte {
	position:absolute;
	left:0px; top:163px;
	width:477px;
} 


div.projekt_bild {
	width:153px; height:137px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	background-color:transparent;
	background-image:url(../img/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
/* DIV / -> ID Styles ENDE
--------------------------------------------------------- */



/* TABLE, TD, TR Styles 
--------------------------------------------------------- */
td.kontakt {
	font-size:11px;
}
/* TABLE, TD, TR Styles ENDE
--------------------------------------------------------- */




/* LINK Styles 
--------------------------------------------------------- */
a, a:link, a:visited {
	text-decoration:none;
	color:#7ac0df;
}
a:hover, a:link:hover, a:visited:hover {
	text-decoration:none;
	color:#fff;
}

/* LINK Styles ENDE
--------------------------------------------------------- */


/* H - P / Text Styles 
--------------------------------------------------------- */

/* H - P / Text Styles ENDE
--------------------------------------------------------- */


/* list Styles 
--------------------------------------------------------- */
li {
	position:outside;
	margin-left:18px;
	list-style-image: url(../img/list_image.gif);
}
/* list Styles ENDE
--------------------------------------------------------- */


/* Input Styles 
--------------------------------------------------------- */
input.text {
	border:0px solid #fff;
	width:242px;
	height:17px;
	color:#16120a;
}
textarea.text {
	border:0px solid #fff;
	width:242px;
	height:89px;
	color:#16120a;
}
input.code {
	border:0px solid #fff;
	width:73px;
	height:17px;
	color:#666;
	background-color:#fff;
	font-style:italic;
	text-align:center
}
input.submit {
	border:0px solid #fff;
	width:73px;
	height:17px;
	color:#16120a;
	background-color:#fff;
}
/* Input Styles ENDE
--------------------------------------------------------- */


/* IMG Styles 
--------------------------------------------------------- */

img.captcha {
	padding-bottom:3px;
	margin-left:10px;
	margin-right:20px;
}

/* IMG Styles ENDE
--------------------------------------------------------- */

/* IE Hacks
--------------------------------------------------------- */
/* IE Hacks ENDE
--------------------------------------------------------- */


