/*
 * style sheet for LAMPPIX website
 * Tino Wagner
 */

html {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	background: #435399;
}
 
body {
	color: black;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}

/*
 * header
 */

div#top {
	height: 65px;
	padding: 5px;
	text-align: right;
}

/*
 * menu list
 */

div#menubox {
	border-bottom: 1px solid #435399;
	background: #a2adda;
	padding-right: 20px;
	height: 18px;
	line-height: 14px;
	vertical-align: bottom;
}

ul#menu {
	position: absolute;
	right: 20px;
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	list-style: none;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 2px;
	color: #435399;
	background: white;
	border-right: 1px solid #9a8a1f;
}

ul#menu li.active {
	float: left;
	margin: 0;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background: #435399;
	color: white;
	border-right: 1px solid #9a8a1f;
}

ul#menu li a {
	color: #435399;
	padding: 2px;
	text-decoration: none;
}

ul#menu li a:hover {
	color: white;
	background: #435399;
}

/*
 * submenu
 */

div#submenubox {
	margin: 0;
	padding: 0;
	background: white;
	width: 150px;
	float: left;
}

div#submenubox h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 3px;
	padding-left: 20px;
	background: #435399;
	color: white;
	margin-bottom: 10px;
}

ul#submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#submenu li {
	text-align: center;
	border-bottom: 1px solid #afafaf;
	background: #f6f6f6;
}

ul#submenu li a {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #505050;
}

ul#submenu li a:hover {
	background: #afafaf;
	color: black;
}

/*
 * content
 */

div#whitebox {
	background: white;
	padding: 20px;
}

div#frame {
	border: 1px solid #afafaf;
}

div#content {
	margin-left: 150px;
	border-left: 1px solid #afafaf;
	padding: 20px;
	padding-top: 3px;
	background: url(images/bgpic.jpg) no-repeat top right #f1f1f3;
}

table, form {
	font-size: 12px;
}

div#content a {
	color: #173cc0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: underline;
}

div#content a:hover {
	color: white;
	background: #173cc0;
	text-decoration: none;
}

/* headings */

div#content h1 {
	font-size: 1.6em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #4E471D;
	text-align: right;
	letter-spacing: 0.3em;
}

div#content h2 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #243478;
	text-align: left;
	border-bottom: 1px solid black;
	font-weight: bold;
}

div#content h3 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #FF600A;
	text-align: left;
	font-weight: normal;
}

#path {
	color: #505050;
}

#path #descriptor {
	font-weight: bold;
}

/* lists */

li {
	padding-top: 5px;
}

/*
 * footer
 */

div#bottom1, div#bottom2 {
	font-size: 0.9em;
	text-align: center;
	padding: 1px;
	color: white;
	border-top: 1px solid #5567b4;
	background: #243478;
}

div#bottom2 {
	background: #8995ca;
}

div#bottom1 a, div#bottom2 a {
	font-style: italic;
	color: white;
}

/* guestbook */

table.gb {
        border: 1px solid #E0D393;
}

table td.gbdark
{
        background-color: #E0D393;
        color: black;
        padding: 2px;
        vertical-align: top;
}

table td.gbbright
{
        background-color: #FBF89D;
        color: #4C4C4C;
        padding: 2px;
}

/* form elements */

label {
	background: #FFF6B9;
}

select {
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	font-size: 0.9em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

textarea {
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	font-size: 0.9em;
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
}

/* errors */

.error {
	padding: 1em;
	color: black;
	background-color: #FF8888;
	border: 1px solid red;
	border-left: 5px solid red;
}

/* images without borders, even if linked */

img {
	border: 0;
}
