@charset "UTF-8";

html {height: 100%;
	font-size: 62.5%;
	background-color: #FFF;
	overflow-y: scroll;
	}

body {
	text-align: center;
	font: 1.3em/1.4em Verdana, Geneva, sans-serif;
	}

* {margin: 0px; padding: 0px; border: 0px;}

p {
	text-align: left;
	margin-top: 6px;
	color: #333;
	}

h1 {font-size: 1.2em; line-height: 1.3em; color: #333; margin-top: 6px;} /*Artikelüberschriften*/
h2 {font-size: 1em; color: #333; margin-top: 6px; } /*Zwischenüberschriften und Kasten-Überschriften*/
h3 {font-weight: normal; font-size: 1.1em; color: #333; margin-top: 6px; letter-spacing: 1px;} /*Sidebar-Überschriften*/
h4 {font-weight: normal; font-size: 1.0em; color: #333; margin-top: 6px;}  /*Dachzeilen*/
h5 {font-size: 0.9em; margin-top: 6px;}  /* Bild-Unterschriften, fett*/


a {text-decoration: none; color: #990A00;}
a:link {}
a:visited {}
a:hover {}
a.active {}

div#container {
	width: 920px;
	height: 92%;
	text-align: left;
	margin: 12px auto;
	background-color: #FFF;
	}
	
hr {
	border: 0px; 
	border-top: 1px solid #ccc;
	}
/*---------------------------------------------------- Header----*/
div#header {
	position: relative;
	height: 312px;
	margin: 0px 40px;
	}
	
.navigation {
	position: relative;
	height: 23px;
	}
	
.navigation ul {
	list-style-type: none;
	}
	 
a.navhome, a.navprofil, a.navlinks, a.navkontakt {
	width: 69px;
	height: 23px;
	padding-left: 3px;
	color: #FFF;
	background-color: #666;
	text-decoration: none;
	}	

a.navhome {position: absolute; top: 0px; left: 534px;}
a.navprofil {position: absolute; top: 0px; left: 612px;}
a.navlinks {position: absolute; top: 0px; left: 690px;}
a.navkontakt {position: absolute; top: 0px; left: 768px;}

body#profil a.navprofil {background: #990A00; font-weight: bold;}
body#links a.navlinks {background: #990A00; font-weight: bold;}
body#kontakt a.navkontakt {background: #990A00; font-weight: bold;} 
body#home a.navhome {background: #990A00; font-weight: bold;}

a.navhome:hover, a.navprofil:hover, a.navlinks:hover, a.navkontakt:hover {
	background-color: #990A00;
	font-weight: bold;
	}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 312px;
	height: 312px;
	}
	
.menu ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
	border: 0px;}
	
a.menubrit, a.menuirland, a.menuindien, a.menudeutsch, a.menuandere, a.menukapital, a.menubuch {
	width: 69px;
	height: 72px;
	padding-left: 3px;
	margin-bottom: 6px;
	background-color: #666; 
	text-decoration: none; 
	color: #FFF; 
	}
	

a.menubrit {position: absolute; top: 0px; left: 78px;}
a.menuirland {position: absolute; top: 0px; left: 156px;}
a.menuindien {position: absolute; top: 78px; left: 0px;}
a.menudeutsch {position: absolute; top: 78px; left: 78px;}
a.menuandere {position: absolute; top: 156px; left: 0px;}
a.menubuch {position: absolute; top: 156px; left: 78px;}
a.menukapital {position: absolute; top: 234px; left: 78px;}



a.menubrit:hover, body#brit a.menubrit {background: #003399; font-weight: bold;}
a.menuirland:hover, body#irland a.menuirland {background: #296802; font-weight: bold;}
a.menuindien:hover, body#indien a.menuindien {background:#e8a005; font-weight: bold;}
a.menudeutsch:hover, body#deutsch a.menudeutsch {background: #a1c647; font-weight: bold;}
a.menuandere:hover, body#andere a.menuandere {background: #fb1b5a; font-weight: bold;}
a.menukapital:hover, body#kapital a.menukapital {background:#e2c605; font-weight: bold;}
a.menubuch:hover, body#buch a.menubuch {background:#53c7f8; font-weight: bold;}



.logo {
	position: absolute;
	top: 36px;
	right: 0px;
	width: 600px;
	height: 30px;
	left: 238px;
	}

.logo h1 {
	font-size: 2.6em;
	color: #333;
	text-align: right;
	margin: 0px;
	}

.logo h1 span {
	font-weight: normal;
	font-size: 0.5em;
	letter-spacing: 1px;
	}
	
.headerfoto {
	position: absolute;
	top: 78px;
	left: 156px;
	}
	
.headerfoto img {
	width: 684px;
	height: 228px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
/*-----------------------------------------------ENDE Header----*/	
	
div#content {
	width: 840px;
	margin: 0px 40px;
	color: #333;
	background-color: #FFF;
	}

/*----------------------------------------------------Anfang maintext----*/
.maintext {
	width: 430px;
	padding: 12px 20px 80px 156px;
	float: left;	
	display: inline; /*--damit wird doppelter Randabstand bei float vermieden bei IE---*/
	}

.maintext a:hover {
	text-decoration: underline;
	}
	
.maintext img {
	border: 0px;
	width: 114px;
	margin: 6px 18px 6px 0px;
	float: left; 
	}
	
.maintext p span {font-size: 0.8em;}	
	
.maintext ul {list-style-type: none;}

.kasten {
	border: 1px solid #ccc;
	padding: 10px;
	}
.kasten p {
	font-size: 0.9em;
	}

.kasten p span {font-size: 0.8em;}


.kasten ul {
	list-style-type:disc;
	list-style-position: inside;
	font-size: 0.9em;
	}

p.ort {font-size: 0.8em; color: #990A00; padding-bottom: 6px;}
/*----------------------------Kontaktformular---*/
div#kontaktform {
	width: auto;
	}
	

#kontaktform input {
		height: 30px;
		font-size: 1em;
		width: 220px;
		margin-bottom: 10px;
		padding-left: 6px;
		border: 1px solid #ccc;
		}
		
#kontaktform textarea {
		width: 214px;
		height: 120px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1em;
		font-weight: normal;
		padding: 6px;
		border: 1px solid #ccc;
		}

#kontaktform p {margin: 0px 0px 6px 0px;}

/*---------------------------------------------Anfang sidebar------*/
.searchit {
	position: relative;
	display: block;
	width: 226px;
	height: 28px;
	margin: 12px 0px 50px 0px;
	border: 1px solid #ccc;
	}
	
.searchit input.search {
	position: absolute;
	top: 1px;
	right: 67px;
	height: 26px;
	width: 150px;
	font-size: 1em;
	}

/* style fuer den Suche-Button */	
	
.searchit input[type=submit] {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	text-transform:uppercase;  /* Beschriftung in Versalien */
	height: 28px;
	width: 60px;
	margin: 0px;
	padding-left: 6px;
	font-size: 1em;
	color: #333;
	background: #ccc;
	border: none;
	cursor: pointer;
	}
	
/* style fuer Ergebnissseite */	
	
#output li {padding-top:16px;}

h3#suchtipheader {margin-top:22px;}

.mod {font-size:0.85em}

/*------------Suche-Ende-----------------------------*/
.sidebar {
	width: 228px;
	float: right;
	padding: 12px 0px 80px 0px;
	}



.sidebar ul {list-style-type: none; font-size: 0.9em; margin-top: 0px;}

.sidebar img {
	width: 228px;
	
	margin-top: 20px;
	}

.sidebar a:hover {
	text-decoration: underline;
	}

/*---------------------------Formatierungen für profil-------------*/
	
.buchtitel {margin:0px; padding: 0px;}

.buchtitel img {border: none; width: 72px; height: 110px; margin: 0px 10px 0px 0px; float: left;}

.buchtitel li {list-style: none; position: relative; height: 110px; margin-bottom: 30px;}

.buchtitel a .gross {display: none;}

.buchtitel a:hover .gross {width: 228px; height: auto; display:block; position: absolute; bottom: 0px; left: 0px; border: 0px solid #ccc; z-index: 50;}

.clear {clear: both;}

/*------------------------------Anfang Footer----------------*/
div#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	margin: 0px;
	background-color: #666;
	color: #fff;
	font-size: 0.9em;
	}

.footerinhalt {
	width: 920px;
	margin: 0px auto;
	background-color: #666;
	padding: 6px 0px 6px 0px;
	text-align:left;
	}	

.footerinhalt a {
	color: #fff;
	}

.footerinhalt li {
	display: inline;
	}
	
.footerinhalt li img {
	padding-left: 172px;
	}
	
.footerinhalt li a:hover {
	text-decoration: underline;
	}