/* 
    Document   : main
    Created on : 19.03.2008, 13:25:23
    Author     : kuehwi
    Description:
        Purpose of the stylesheet follows.
*/


body { 
    font-size: 100.01%;
    text-align: center;
    background-color: white;
    font-family: "Trebuchet MS",Arial, Helvetica;
    margin: 0px;
    padding: 0px;
	color:black;
}

ul {
	list-style:none;
	margin:0;
}

ul.standard {
	list-style:disc;
	line-height:150%;
	margin:2em;
}

h1 {
	line-height:150%;
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
	color:#255A24;
}

td {
	border:1px solid gray;	
}

div#gesamtseite {
    background-color: #FAECAF;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-y;
    width: 950px;
    font-size: 0.9em;
    margin: 0px;
    text-align: left;
    float:left;
}


div#kopfleiste {
	background-color: #FCF7D7;
	margin:0;
	padding:0;
	width:950px;
	float:left;
}

div#content {
	width: 93%;
	line-height:140%;
    padding-left: 10px;
}

div#navigation {
	float:left;
	margin-top:20px;
	width:180px;
}

	div#navigation a {
		text-decoration:none;
	}


ul#menu {
	line-height: 200%;
	padding-left: 20px;
}

	ul#menu a, ul#menu a:visited, ul#menu a:focus, ul#menu a:hover {
		color:black;
	}

ul#projects {
	
	padding-left: 20px;
	font:120%/180% Georgia,Verdana,Times;
}

	ul#projects li {
		margin-bottom:0.8em;	
	}
	
	ul#projects a, ul#projects a:visited, ul#projects a:focus, ul#projects a:hover {
		color:#255A24;
	}

p.bodytext {
	text-align: left;

}

div#t3_content {
	padding: 1em 2em 5em 1em;
	width:600px;
	float:right;
}

div#footer {
	text-align:center;
	border-top:1px solid #D5D9DC;
	vertical-align:middle;
	margin: 1em;
	padding-top: 0.5em;
}

.green {
	color:#255A24;
}

.bold {
	font-weight:bold;
}

.small {
	font-size:0.8em;
}

