/*
----------------------------------------------------------
Maria-Helena-Isaza.de private Homepage
Start: 19.01.2008
letzte Aenderung: 31.01.2008
Autor: Michael Nispel - www.nispel.net
Bildschirmausgabe
----------------------------------------------------------
*/

* {
	margin: 0pt;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #FF3300;
	background-image: url(../images/Hintergrund.jpg);
	text-align: center;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(../images/ueberschrift.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 148px;
}

#starter {
	background-image: url(../images/splash_small.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 420px;
}

#header h1 {
	line-height: 500px;
	overflow: hidden;
	height: 44px;
}
#gaestebuch h2 {
	font-size: 25px;
	padding-top: 25px;
}


#starter h1 {
	line-height: 1000px;
	overflow: hidden;
	height: 44px;
}

#navigation {
	height: 27px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-weight: bold;
}

#navigation a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#navigation li {
	display: inline;
}

#navigation ul {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 75px;
}

#navigation a:hover {
	color: #FF3300;
	text-decoration: underline;
}

#sprachwahl li {
	display: inline;
}

#sprachwahl {
	height: 127px;
	text-decoration: none;
}

#sprachwahl img {
}

#sprachwahl ul {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 75px;
}

#sprachwahl img {
	padding-right: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent {
	padding-right:  50px;
	padding-left:  50px;
}

#mainContent h2 {
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 25px;
}

#mainContent h3 {
	padding-top: 18px;
	font-size: 18px;
}

#mainContent p {
	padding-bottom: 15px;
}

#mainContent table {
    padding-top: 30px;
}

#gaestebuch h3 {
	padding-bottom: 15px;
}

#gaestebuch p {
	padding-bottom: 15px;
}

#footer {
	padding-left: 50px;
	padding-top: 25px;
	text-align: left;
}

#counter {
	text-align: center;
	height: 50px;
}

#gaestebuch {
	padding-right: 50px;
	padding-left: 50px;
}

#kategorie {
	font-size: 18px;
	color: #FF3300;
	text-decoration: none;
}

#kategorie:hover {
	text-decoration: underline;
}

.fltlft {
	margin-right: 8px;
	float: left;
}

