/*
CSS for Dirk Wannemacher
(c) 2005 by MAXXMEDIA JO SCHNEIDER (MJS)
www.maxxmedia.de
jo DOT schneider AT maxxmedia DOT de
*/
/*  */
body, p, td, div, li, .list1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, p, .list1 {
	color: #444;
	background-color: white;
	text-indent: 0
}

#siteTitle {
font-size: 24px;
font-weight: 700;
margin: 0;
padding: 20px 20px 0;
width: 500px;
border-bottom: 20px solid #d3d5eb;
}

#pageTitle {
color: #bbb;
font-size: 18px;
font-weight: 700;
margin: 10px;
padding: 10px;
border: dotted 0 #adadd0;
}

/* Menu */
#menu {
	text-indent: 5px;
	margin-left: 20px;
	position: relative;
	top: 0;
	width: 160px;
	float: left;
}


#menu a {
	font-size: 10px;
text-decoration: none;
display: block;
padding-top: 3px;
padding-bottom: 3px;
}

#menu a:hover {
color: white;
background-color: #8a8fca;
}

.menu1 a {
color: black;
background-color: #bbb;
}

.menu2 a {
color: black;
background-color: #ddd;
text-indent: 10px;
}

.menu3 a {
color: black;
background-color: #eee;
text-indent: 15px;
}

.menu1active a {
color: white;
background-color: #8a8fca;
}

.menu2active a {
color: white;
background-color: #8a8fca;
text-indent: 10px;
}

.menu3active a {
color: white;
background-color: #8a8fca;
text-indent: 15px;
}

/* content */
#contentAll {
text-indent: 0;
padding: 10px;
position: absolute;
left: 200px;
width: 600px;
border: solid 1px #ddd;
}

.imgCaption {
font-size: 10px;
	/* font-weight: 700;*/
	color: #666666;
}

