../
/* ******************************************** */
/* ************ www.cote-basque.de ************ */
/* ******************************************** */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
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.gif);
}
#header {
	width: 1024px;
	height: 20px;
	background-color: #11593C;
	font-size: 17px;
	color: #FFFFFF;
	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: white;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 100px;
    background-color: #11593C;
	border-top: 1px solid #fefd00;
	border-right: 1px solid #fefd00;
	border-bottom: 1px solid #fefd00;
	border-left: 1px solid #fefd00;
	margin-top: 1px;
	padding: 3px 3px 3px 5px;
}
#navi a:hover {
	color: yellow;
	text-decoration: underline;
	background-color: #11593C;
	border-top: 1px solid #fefd00;
	border-right: 1px solid #fefd00;
	border-bottom: 1px solid #fefd00;
	border-left: 1px solid #fefd00;
}
#navi a:active {
	color: yellow;
	background-color: #11593C;
	border-top: 1px solid #99917d;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #99917d;
}
#navi .sub {
color: yellow;
	font-family: Helvetica;
	font-size: 11px;
	display: block;
	width: 100px;
	background-color: #fd0000;
	padding: 3px 3px 3px 5px;
	active: #f70000;
	hover: #f70000;
}
#navi .sub2 {
color: orange;
	font-family: Helvetica;
	font-size: 10px;
	display: block;
	width: 100px;
	background-color: #fd0000;
	padding: 3px 3px 3px 5px;
	active: #f70000;
	hover: #f70000;
	
}
#navi .leer {
color: yellow;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 100px;
    background-color: #be0027;
	border-top: 1px solid #fefd00;
	border-right: 1px solid #fefd00;
	border-bottom: 1px solid #fefd00;
	border-left: 1px solid #fefd00;
	margin-top: 1px;
	padding: 3px 3px 3px 5px;
}
/* ************************************************ */
/* **************** Content Bereich ******************* */
/* ************************************************ */
#center {
	color: #606060;
	float: left;
	width: 870px;
	margin: 10px 0 0 0;
}
#content {
	float: left;
	width: 690px;
	font-family: Helvetica;
	font-size: 12px;
	margin: 10px;
}
#content2 {
	float: left;
	width: 890px;
	font-family: Helvetica;
	font-size: 12px;
	margin: 10px;
}
#content h1 {
	font-size: 15px;
	font-weight: cursiv;
	font-family: Helvetica;
	margin: 10;
	padding: 6;
	color: #be0027;
}

#content h2 {
	font-size: 13px;
	font-weight: cursiv;
	font-family: Helvetica;
	margin: 10;
	padding: 6;
	color: #be0027;
}
#content p {
	margin: 0 0 10px 0;
}
#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: transparent;
}
}
#bild_rechts p {
	width: 400px;
	margin: 0;
	color: #0e0e0e;
	background-color: transparent;
}
#google1 {
	float: left;
	width: 160px;
	height: 650px;
	margin: 10px px 0px 0px;
	background-color: #11593C; 
	

}
#google2 {
	clear: both;
	margin: 4px 4px 20px 20px;
	text-align: center; 
	background-color: #be0027;
	width: 670px;
	height: 60px;
}
#google3 {
	clear: both;
	margin: 4px 4px 20px 133px;
	text-align: center; 
	background-color: #be0027;
	width: 800px;
	height: 90px;
}
#google_search {
	text-align: center;
}
#google_search input {
	background-color : #dfe6ed;
	border: 1px solid gray;
}
