/* 
---------------
sarahs erste seite
beginn: 23.12.2007
letzte aenderung: 26.12.2007
medium: screen
---------------
*/

*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a {
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}
ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #CCCCCC;
	background-color: #333333;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
}
#container #main #gallery table {
	margin-left: -88px;
}
#gallery {
}
#navigation {
	margin-left: 10px;
}
#navigation ul {
	list-style-type: none;
}

#navigation li {
	text-align: left;
	padding-bottom: 15px;
}
#navigation a {
	color: #CCCCCC;
}
#navigation a:hover {
	color: #FF9900;
}

#footer {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#footer p {
	margin-left: -200px;
}
#header  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 80px;
	margin-bottom: 20px;
}
#header p {
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 40px;
	word-spacing: 2px;
}

