/*
----------------------------------------------------------
Heidi Homepage

letzte Änderung: 23.11.2015

----------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #0066FF;
	text-align: center;
	background-color: #14285f;
}
   
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #14285f;
}

#header {
	background-color: #02021E;
	height: 140px;
	background-image: url(../Header_heidi_USA.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
	color: #CC3300;
	font-family: georgia;
	font-size: 24px;
	letter-spacing: normal;
	line-height: 24px;
	padding-left: 450px;
}
#header a:link {
	color: #CC3300;
	text-decoration: none;
	font-family: Georgia;
	font-size: 24px;
	letter-spacing: 0,4;
}
#header a:visited {
	color: #CC3300;
	text-decoration: none;
	font-family: Georgia;
	font-size: 24px;
	letter-spacing: 0,4;
}



#navigation {
	text-align: center;
	font-weight: bold;
}
#navigation ul {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

#navigation li {
	display: inline;
}
#navigation a {
	color: #99CCFF;
	padding: 0 15px;
	text-decoration: none;
}
#navigation a:hover {
	color: #00FFFF;
	text-decoration: underline;
}





#maincontent {
	height: 320px;
	padding-top: 20px;
	text-align: left;
}
#maincontent a {
	text-decoration: none;
	color: #9FF;
}

#maincontent  a:hover {
	text-decoration: underline;
	color: #CCFF33;
	background-image: url(../bilder/1920_1080/USA_Flag_400_320.jpg);
	background-repeat: repeat;
	background-position: center center;
}

#maincontent td {
	font-family: georgia;
	font-size: 140%;
	line-height: 120%;
}

#maincontent_h2  {
	font-family: georgia;
	font-size: 26px;
	line-height: 20px;
	color: #CC3300;
	letter-spacing: 0.1em;
	padding-top: 20px;
}


#footer {
	text-align: right;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

#footer a {
	color: #445DA0;
	text-decoration: none;
}

#footer a:hover {
	color: #CCFF33;
	text-decoration: underline;
}
