
div#jqueryTooltip {
	position:absolute; /* das ist zwingend notwendig, damit der Tooltip der Maus folgen kann */
	display:none; /* auch wichtig, damit der Tooltip nicht leer gezeigt wird */
	border:3px solid #FF0000;
	background:#CCC;
	padding:0.25em;
}


html, body, * {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #FEFF00;
	text-decoration: underline;
}

a:hover {
}

body {
	margin-top: 10px;
	/*background: #060073;*/
	background: #333333;
	font: 12px arial, sans-serif;
	color: #F09361;
	
}

div#wrapper {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

header {
	display: block;
	background: 0px 0 url(material/header_bg_blau3.jpg) repeat-x;
}

h1 {
	height: 95px;
	color: #fff;
	font-weight: normal;
	font: 22px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 95px;
	text-indent: 23px;
}

h1 span {
	font-size: 30px;
}

div#bildI {
	background: top right url(material/herbert_seite1_3.jpg) no-repeat;
}


div#bildK {
	background: top right url(material/herbert_buch.jpg) no-repeat;
}
div#bildP {
	background: top right url(material/herbert_schatten.jpg) no-repeat;
}
div#bildK img {
	width: 12px;
	height: 11px;
}

div#bildA {
	background: top right url(material/netzwerk_bild.jpg) no-repeat;
}

nav {
	display: block;
	background: url(material/hg_nav.jpg) repeat-x;
	height: 40px;
	font-size: 17px;
	border-bottom: 1px solid #FFD202;
}

ul, li {
	list-style: none;
}

nav em {
	font-size: 22px;
	font-style: normal;
}

nav ul {
	padding-top: 10px;
}

nav li {
	width: auto;
	float: left;
	background: 12px 6px url(material/knopf_nav.jpg) no-repeat;
	padding-left: 40px;
	padding-right: 10px;
}

nav li.li_eins {
	background: none;
	padding-left: 20px;
}

nav a {
	font-weight: normal;
	color: #9A0000;
	text-decoration: none;
}

nav a:hover {
	color: #FEFEFE;
}

div#content {
	/*background: #170A58;*/
	background: #666666;
	border: 1px solid #AAAAAA;
	width: 426px;
	margin: 28px 28px 8px 0px;
}

#content em {
	font-size: 18px;
	/*font-weight:bolder;*/
	font-style: normal;
}
div#content .i {
	padding: 15px;
}
div#content .i a{
	color: #FFB101;
	font-weight: bold;
	text-underline: none;
}
div#content h2 {
	font: 16px "Lucida Grande", arial, sans-serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}

div#content h2 strong {
	color: #FFB101;
	font-weight: normal;
}

div#content h2.h {
	font-size: 12px;
}

div#content p {
	font-size: 14px;
	margin: 15px 0px 15px 0px;
	color:#EEEEEE;
}

.toben {
	color: #FEFED0;
}

.tprojekt {
	position: relative;
	top: 0.5em;
	left: -0.3em;
}

.ttill {
	position: relative;
	top: -0.5em;
	left: -1.5em;
	color: #FEFED0;
}

.tneu {
	position: relative;
	top: 0.1em;
	left: -0.8em;
	font-size: 22px;
}
/************FÜR die KONTAKSEITE ***************/
div#kontakt {
	width: 380px;
	margin-top: 10px;
	border: 1px solid #890202;
	padding: 5px;
}

div#kontakt a {
	color: #FFB101;
	font-weight: bold;
	text-decoration:underline;
}

/**********Alle Seiten mit Bilder **********/

div#galerie {
	width: 380px;
	margin-top: 10px;
	border: 1px solid #890202;
	padding: 5px;
}

div#galerie a {
	display: block;
	float: left;
	width: 112px;
	height: 84px;
	/*background: #6A0101;*/
	overflow: hidden;
	margin: 10px 7px;
}

div#galerie img {
	display: block;
	margin: auto;
	border: 0px;/*4px solid #9A0303*/
	max-width: 112px;
	max-height: 84px;
}

.clear {
	clear: both;
}

div#cr {
	text-indent: 90px;
	padding-top: 5px;
	padding-bottom: 14px;
}
div#cr p {
	color: #EEEEEE;
}
div#cr a {
	color: #FFB101;
	font-weight: bold;
}

div#cr a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

div#cr .schrift{
	color: #FFFFFF;
}
footer {
	display: block;
	background: url(material/hg_footer.jpg) repeat-x;
	height: 25px;
}
