/* Tom's House CSS */

body, table {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #000;
	padding-top: 30;
	background-color: #FFFFFF;
}

#header-space {
	width: 600px;
	padding: 5;
	border-bottom: 1px none #333366;
	background-color: #FFFFFF;
	margin: auto;
	float: center;
	background-image: url(../Elemente/hauptbild_1_index.jpg);
	border-top: 1px solid #333366;
	border-right: 1px solid #333366;
	border-left: 1px solid #333366;
}

#header {
	font-size: 1.5em;
	font-weight: bold;
	border: none;
	width: 550px;
	padding: 5 5 5 10;
	text-align: left;
	color: #000000;
	margin: auto;
}

#links-space {
	width: 600px;
	padding: 5 5 5 5;
	border-bottom: 1px none #333366;
	border-top: 1px solid #333366;
	float: center;
	font-size: 1.2em;
	text-align: right;
	background-color: #6699CC;
	border-right: 1px solid #333366;
	border-left: 1px solid #333366;
}

#content-space {
	background-color: #eaeaea;
	width: 600px;
	padding: 5 5 5 5;
	border-bottom: 1px none #333366;
	float: center;
	font-size: 1.2em;
	border-top: 1px solid #333366;
	border-right: 1px solid #333366;
	border-left: 1px solid #333366;
}

.news-header {
	font-size: 1.2em;
	font-weight: bolder;
	padding-left: 15;
	padding-bottom: 2;
	border-bottom: 1px dotted #333;
	text-align:left;
}

.entry {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot-space {
	width: 600px;
	padding: 5 5 5 5;
	border: 1px solid #333366;
	float: center;
	font-size: 1em;
	text-align: right;
	background-color: #6699CC;
	color: #000000;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
}

