/* ******************************************** */
/* ************ www.angeln-heute.de ************ */
/* ******************************************** */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
	width: 1024px;
}
body {
	background-color:  #f9f7f7;
}
/* ******************************************** */
/* Hauptcontainer für alles                     */
/* ******************************************** */
#main {
	width: 100%;
	height: 100%;
	background-color: transparent;
}
/* ************************************************ */
/* ************** Kopf Bereich *********************** */
/* ************************************************ */
#head {
	width: 1024px;
	height: 100px;
	margin: 10px 0 0 15px; /* Reihenfolge: oben rechts unten links */
}
#logo {
	width: 1024px;
	height: 80px;
	background-image: url(bilder/logo.jpg);
}
#header {
	width: 1024px;
	height: 20px;
	background-color: #CC6600;
	font-size: 14px;
	color: #0e0e0e;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
}
/* ******************************************** */
/* Container für die Container in der Mitte     */
/* ******************************************** */
#mitte {
	width: 1024px;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: transparent;
}
/* ************************************************ */
/* **************** Navigation *********************** */
/* ************************************************ */
#navi {
	float: left;
	width: 110px;
	margin: 20px 0 0 15px; /* Reihenfolge: oben rechts unten links */
}
#navi a {
	color: #000000;
	font-family: Times New Roman;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 100px;
	background-color: #CC6600;
	border-top: 1px solid #99917d;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #99917d;
	margin-top: 2px;
	padding: 3px 3px 3px 5px;
}
#navi a:hover {
	color: #000000;
	background-color: transparent;
	border-top: 1px solid #e4d9c0;
	border-right: 1px solid #837c6b;
	border-bottom: 1px solid #837c6b;
	border-left: 1px solid #e4d9c0;
}
#navi a:active {
	color: #000000;
	background-color: transparent;
	border-top: 1px solid #99917d;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #99917d;
}

/* ************************************************ */
/* **************** Content Bereich ******************* */
/* ************************************************ */
#center {
	color: #606060;
	float: left;
	width: 870px;
	margin: 10px 0 0 0;
}
#content {
	float: left;
	width: 690px;
	font-family: Times New Roman;
	font-size: 13px;
	margin: 10px;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content p {
	width: 690px;
	margin: 10px;
}
#content hr {
	width: 690px;
	border: 1px solid #a6a6a6;
	margin: 5px 0 5px 0;
}
#content a:link {
	color: #000000;
	text-decoration: none;
}
#content a:active {
	color: #ffff33;
	text-decoration: none;
}
#content a:visited {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #ee0000;
	text-decoration: none;
}
#content ul li {
	margin: 10px 0 5px 20px;
}
#bild_rechts {
	float: right;
	width: 400px;
	margin: 0 0 5px 10px;
	padding: 0;
	border: 0;
	color: black;
	background-color: #d3dFFF;
}
#bild_rechts p {
	width: 400px;
	margin: 0;
	color: #404040;
	background-color: #d3dFFF;
}
#google1 {
	float: left;
	width: 160px;
	height: 650px;
	margin: 10px 0 0 0;
}
#google2 {
	clear: both;
	margin: 0 0 20px 10px;
	text-align: left;
}
#google_search {
	text-align: center;
}
#google_search input {
	background-color : #cc6600;
	border: 1px solid gray;
}

