/* CSS Document */

/***********************************************/
/* wwww.lotharquinte.com                       */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagelayout {

}

#header {
	height: 50px;
	width: 925px;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 0px;
    padding: 0px;
	border-bottom: 0px solid #CCCCCC;
}

#top1st {
	height: 25px;
	width: 700px;
	margin-top: 50px;
	margin-left: 250px;
}

#top2nd {
	height: 25px;
	width: 700px;
	margin-top: 0px;
	margin-left: 250px;
}

#content {
	margin-top: 10px;
	margin-left: 25px;
	width: 925px;
}

#contentLeft {
	float: left;
	width: 150px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 75px;
}

#contentCenterWide {
	float: left;
	width: 700px;
	margin-left: 0px;
	padding-right: 0px;
}

#contentCenter {
	float: left;
	width: 450px;
	margin-left: 0px;
	padding-right: 25px;
}

#contentCenter img {
	margin-top: 3px;
	margin-bottom: 25px;
}

#contentRight {
	float: left;
	width: 225px;
	margin-left: 0px;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
BODY {
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px; padding: 0px;
}

/* H2 im mittleren Content-Bereich */
H2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	line-height: 125%;
	margin-bottom: 10px;
}

H3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	line-height: 125%;
}

P {
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.note{
	font-size: 0.75em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.boldline {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.line {
	border-bottom: 1px solid #999999;
}

.boldlightgray {
	font-weight: bold;
	color: #999999;
}


/***********************************************/
/* List styles                                 */
/***********************************************/
#contentLeft UL {
	list-style-type: none;
	font-size: 0.8em;
	color: #333333;
	line-height: 125%;
	margin-top: 8px;
	margin-left: 10px;
	padding: 0px;
}

/* Eigentlich für die Definition von UL ausreichend, aber Opera5/Win braucht auch den auf Null gesetzten Margin des LI-Elementes... */
#contentLeft LI {
	list-style-type: none;
	margin: 0 5px 1em 0;
	padding-left: 0px;
}

#contentCenter UL {
	list-style-type: none;
	font-size: 0.8em;
	color: #461606;
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 0px;
}

/* Eigentlich für die Definition von UL ausreichend, aber Opera5/Win braucht auch den auf Null gesetzten Margin des LI-Elementes... */
#contentCenter LI {
	list-style-type: none;
	background: transparent url(../_images/bullet.gif) no-repeat scroll 0pt 0.45em;
	margin-left: 0px;
	padding-left: 15px;
}

#contentCenter LI H3 {
	list-style-type: none;
	font-size: 100%;
	color: #461606;
	line-height: 140%;
	margin-bottom: -10px;
	margin-left: 0px;
	padding-left: 0px;
}

#contentRight UL {
	list-style-type: none;
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
	line-height: 120%;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 0px;
}

/* Eigentlich für die Definition von UL ausreichend, aber Opera5/Win braucht auch den auf Null gesetzten Margin des LI-Elementes... */
#contentRight LI {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}


/***********************************************/
/* Link styles                                 */
/***********************************************/
#contentLeft A:link, #contentLeft A:visited,
#contentLeft A:hover, #contentLeft A:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 0px;
}

#contentLeft A:hover {
	color: #999999;
	text-decoration: none;
}

#contentCenter A:link, #contentCenter A:visited,
#contentCenter A:hover, #contentCenter A:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#contentCenter A:hover {
	color: #999999;
	text-decoration: none;
}

#contentRight A:link, #contentRight A:visited,
#contentRight A:hover, #contentRight A:active {
	color: #461606;
	text-decoration: none;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 0px;
}

#contentRight A:hover {
	text-decoration: underline;
}


/***********************************************/
/* Header                                      */
/***********************************************/
#header H1 {
	position: absolute;
	top: 25px;
	left: 100px;
	width: 150px;
	height: 25px;
	background-image: url(../_images/lotharquinte.gif);
	background-repeat: no-repeat;
}

#header H1 A {
	display: block;
	width: 153px;
	height: 25px;
}

/* ... Ausblenden des H1-Texts */
#header H1 SPAN{
	display: none;
}


/***********************************************/
/* Top1st List                                 */
/***********************************************/
#top1st UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top1st LI {
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 20px;
}

#top1st LI A {
	color: #333333;
	text-decoration: none;
}

#top1st LI A:hover {
	color: #999999;
}

#top1st LI .selected {
	color: #999999;
}

/***********************************************/
/* Top2nd List                                 */
/***********************************************/
#top2nd UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top2nd LI {
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
	font-size: 0.8em;
	font-weight: bold;
}

#top2nd LI A {
	color: #333333;
	text-decoration: none;
}

#top2nd LI A:hover {
	color: #999999;
}

#top2nd LI .selected {
	color: #999999;
}

#top2nd LI .spacer {
	padding: 0px 5px;
}


/***********************************************/
/* Menu                                        */
/***********************************************/
#contentLeft .menu {
	margin: 0 0 1.5em 0;
	padding: 0;
}

#contentLeft .menu UL {
	margin: 0;
	padding: 0;
}

#contentLeft .menu LI {
	margin: 0 0 6px 0;
	color: #999999;
	font-weight: bold;
}


/***********************************************/
/* Box-News (Startseite                        */
/***********************************************/
#boxnews {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}

#boxnews H2 {
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 0px;
}

#boxnews H3 {
	padding: 0px 0px 2px 0px;
	font-size: 0.8em;
	color: #999999;
}

#boxnews P {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #333333;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 110%;
	border-bottom: 0px solid #FFFFFF;
}

#boxnews img {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#boxnews A:link, #boxnews A:visited, 
#boxnews A:hover, #boxnews A:active {
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px 0px;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
}

#boxnews A:hover {
	color: #999999;
}


/***********************************************/
/* Box                                         */
/***********************************************/
#box {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}

#box H2 {
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 0px;
}

#box H3 {
	padding: 0px 0px 2px 0px;
	font-size: 0.8em;
	color: #999999;
}

#box P {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #333333;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 110%;
	border-bottom: 0px solid #FFFFFF;
}

#box img {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#box A:link, #box A:visited, 
#box A:hover, #box A:active {
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#box A:hover {
	color: #999999;
}


/***********************************************/
/* Footer                                      */
/***********************************************/
#footer {
	width: 450px;
	margin-top: 50px;
	margin-left: 225px;
	padding-right: 25px;
	font-size: 0.85em;
	color: #666666;
}

#footer P {
	font-weight: normal;
	color: #333333;
	margin-bottom: 25px;
	padding: 0px;
	border-bottom: 0px solid #FFFFFF;
}

#footer A:link, #footer A:visited, 
#footer A:hover, #footer A:active {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#footer A:hover {
	color: #000000;
	text-decoration: underline;
}



