/**************************************************************
	CSS file for the homepage of the dpg-goe.
**************************************************************/


/* --- Main elements --- */

body
{
	background-color:#12b252;
	text-align:center;
}

div#head
{
	width:100%;
	text-align:center;
	margin-bottom:4px;
}

div#navigation
{
	border-width:0px;
	white-space:nowrap;
	padding:3px;
	margin:0px;
	margin-top:1em;
	margin-bottom:3px;
	border-bottom:solid 1px #000000;
	text-align:left;
}

div#content
{
	margin-left:auto;
	margin-right:auto;
	margin-top:3em;
	text-align:center;
	width:90%;
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;
}

div#styleswitch
{
	margin-top:30px;
}




/* --- Sub elements --- */

div#head img
{
	margin:1px;
	border:2px solid #009333
;
}

span#credits
{
	position:absolute;
	right:5px;
	font-size:9pt;
	color:#555555;
}

table#intro
{
	width:100%;
	border:0px none;
}

span#welcomemsg
{
	font-size:16pt;
}

div#history
{
	text-align:left;
	margin-left:10%;
	margin-right:10%;
}

table#appointments
{
	text-align:left;
}

table#appointments th
{
	font-size:20pt;
	font-weight:normal;
	border-bottom:2px solid #000000;
}

table#appointments td
{
	vertical-align:top;
	border-bottom:1px solid #000000;
}

table#appointments td.date
{
	width:40%;
}

table#imprint
{
	border-spacing:10px;
	overflow:visible;
}

table#imprint td.function
{
	vertical-align:top;
	width:12em;
}

div#newsletter
{
	text-align:left;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:3px;
	border-bottom-width:3px;
}
div#newsletter div#downloadlink
{
	width:100%;
	text-align:center;
}
div#othernewsletters
{
	margin-top:3em;
}

span#w3c /* This span contains the "Valid FooBar!"-Links */
{
	text-align:right;
	position:absolute;
	right:5px;
	font-size:8pt;
}





/* --- Different types of hyperlinks --- */

a:link
{
	color:#0000aa;
	text-decoration:underline;
}
a:hover
{
	color:#0000ff;
	text-decoration:underline;
}
a:active
{
	color:#aa0000;
	text-decoration:underline;
}
a:visited
{
	color:#000066;
	text-decoration:underline;
}

div#navigation a
{
	color:#000000;
	text-decoration:none;
	background-color:#009333
;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#111111;
	padding:3px;
	margin-left:6px;
}
div#navigation a:link
{
}
div#navigation a#clicked
{
	background-color:#12b252;
	border-bottom:solid 2px #12b252;
}
div#navigation a:hover
{
	color:#000000;
	text-decoration:none;
	background-color:#12b252;
	border-color:#000000;
}
div#navigation a:active
{
	color:#000000;
	text-decoration:none;
	background-color:#12b252;
}
div#navigation a:visited
{
	color:#000000;
	text-decoration:none;
}

span#credits a
{
	border:none;
	background-color:#12b252;;
	border:0px;
	margin:0px;
	padding:0px;
}
span#credits a:link
{
	color:#454545;
	text-decoration:none;
}
span#credits a:hover
{
	color:#0000ff;
	text-decoration:underline;
}
span#credits a:active
{
	color:#0000ff;
	text-decoration:underline;
}
span#credits a:visited
{
	color:#555555;
	text-decoration:none;
}

span#w3c a:link
{
	color:#333333;
	text-decoration:none;
}
span#w3c a:hover
{
	color:#0000ff;
	text-decoration:none;
}
span#w3c a:active
{
	color:#0000ff;
	text-decoration:underline;
}
span#w3c a:visited
{
	color:#333333;
	text-decoration:none;
}

div#styleswitch a
{
	background-color:#12b252;
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
}
div#styleswitch a:hover#originalgreen
{
	color:#12b252;
}
div#styleswitch a:hover#othergreen
{
	color:#08b304;
}
div#styleswitch a:hover#lightgreen
{
	color:#aaee99;
}
div#styleswitch a:hover#blueish
{
	color:#99bbff;
}
div#styleswitch a:hover#grayish
{
	color:#bbbbbb;
}



/* --- Other stuff --- */

hr.splitter /* seperates head and navigation*/
{
	display:none;
}

div#counter
{
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


