
html,body {
	height: 100%;
}

body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
    background: #868fa0 url(images/sgetuohintergr.jpg) top center repeat-y; 
    margin: 0;
	padding: 0;	
}

p {
	font-size: 12px;
	line-height: 16px;
}

hr { border: none; height: 1px; background-color: #000; color: #000; width: 100%; }


a {
		color: #000099;
		text-decoration: none;
}
a:hover {
		color: #C90132;
		text-decoration: none;
}

ul {
	list-style: none;
	margin-left: 20px;
	padding: 0;	
}

.pmfeedpubdate{
		font-size:9px;
		color:#666666;
		font-weight:700;
}

.pmfeeditem a:hover{
		text-decoration:underline;
}

table ul {
	list-style: square;
	
}

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
.wrapper {
		position: relative;
        width: 900px;
        margin: 0px auto;
}

#head {
		position: relative;
		top: 0px;
        height: 160px;
        background: url(images/sgetuo_neuheader.jpg) top center no-repeat;
        /* border: 1px solid red; */
}

#head a.starter {
	text-indent: -9999px;
	display: block;
	height: 140px;
	overflow: hidden;
	margin: 0 35px;

}

#head #page-actions {
        position: absolute;
		top: 144px;
        left: 235px;
		width: 605px;
		font-size: 9pt;
		text-align: right;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #4545C9; margin: 0px; padding: 2px; }
#page-actions li a:hover { color: #eee; margin: 0px; padding: 2px; }

#content {
}

#col-left {
    position: relative;
    float: left;
    width: 173px;
	margin: 15px 0px 50px 40px;
	padding-left: 10px;
}
#col-right {
    position: relative;
    float: right;    
    width: 600px;
    margin: 15px 61px 50px 0px;
}

#wikitext h5 { color: #fff; }
#wikitext h1, h2, h3, h4 { 
	color: #3D4E5F;
	text-shadow: #ADB7A5 1px 1px 1px;
	}
#wikitext h1 { font-size: 12pt; }
#wikitext h2 { font-size: 12pt; }
#wikitext h3 { font-size: 10pt; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: normal; }

#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px solid #5D81A1; }
#sidebar li a { text-decoration: none; color: #ddd; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #425C72 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #eee; 
    background: #425C72 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

#sidebar h2 { font-size:150%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h3 { font-size:130%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h4 { font-size:100%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }

.inputbutton, span.top a {
	background-color: #868fa0;
	border: 1px solid #5D81A1;
	color: white;
	font-weight: bold;
	margin-left: 3px;
	padding: 2px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.inputbutton:hover {
	background: rgb(66, 92, 114);
}

.searchbox {
	background-color: #617B92;
	border: 1px solid #5D81A1;
	color: #fff;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#stickyFooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

#footer { overflow: hidden; background: url(images/HG_footer.jpg) top center repeat-y; text-align: left; color: #868FA0; line-height: 50px;}
#footer a { color: #868FA0;}
#footer p#footer_left {float:left; width: 700px; margin-left: 60px; line-height: 50px;}
#footer p#footer_right {float: right; width: 80px; margin-right: 20px; line-height: 50px;}
#footer a.top { background-color: #868FA0; padding: 2px 8px; color: #fff; border: 1px solid #5D81A1; font-weight: bold; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#footer a.top:hover { background: rgb(66, 92, 114);
}
.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.breaklist a, .breaklist a:link {
	padding: 2px 3px 2px 3px;
	margin: 1px;
	text-decoration: none;
	background-color: #f2f7fb;
	border: 1px dotted #a6b3b9;
}

.breaklist a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #24537c;
}

.breaklist span.breakerun {
	padding: 2px 4px 2px 4px; 
	margin: 1px;
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #24537c;
	
}

span.top a{
	margin: 0;
}

.isRelative {
	position: relative;
}

.hasChildren {
	position: absolute;
	width: 16px; height: 16px;
	background: url(images/zoom.png) top left no-repeat;
	right : 5px;
	bottom: 5px;
}

/* --- Group (Clearfix) --- */

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
.group { display: inline-table; }
/* Hides from IE-mac \*/
* html .group { height: 1%; }
.group { display: block; }
/* End hide from IE-mac */
