/*
The cleverer parts of this stylesheet came from
The Layout Reservoir - well worth a look.
http://www.bluerobot.com/web/layouts/
*/

body {
	background-color: #e4e4e4;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-right: 25px;
	margin-top: 15px;
	color:#333;
	background-image: url(/grafik/bg.jpg); 
	background-repeat: repeat-x ;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
}

h1 {
	xborder-top: 1px solid #3d8ea8;
	xborder-bottom: 1px solid #005069;
	xborder-right: 1px solid #3d8ea8;
	xborder-left: 1px solid #3d8ea8;
	background-color: #fb9132;
	color: #5C5C5C;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px; 
}
	

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 10px 10px 10px;
}

select{
font:11px/20px verdana, arial, helvetica, sans-serif;
		
}

label
{
	font-weight:bold;
}

div.syntax
{
font-size: 12px;
margin-bottom: 45px;
background:white;
}

div.syntax a
{
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
	color:black;
	text-decoration:underline;
}

.boldbold
{
	font-weight: bold;
}
a {
	color:#5C5C5C;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

a:link {color:#5C5C5C;}
a:visited {color:#5C5C5C;}
a:hover {color: #00274f; text-decoration:underline;}
  
h1 a{color:#5C5C5C; text-decoration:underline;font-weight:bold;}
h1 a:link{color:#5C5C5C;}
h1 a:visited{color:#5C5C5C;}
h1 a:hover{color: #00274f;background-color:transparent;}

#titlebar a{color:#5C5C5C; text-decoration:underline;font-weight:bold;}
#titlebar a:link{color:#5C5C5C;}
#titlebar a:visited{color:#5C5C5C;}
#titlebar a:hover{color:#FB9132;background-color:transparent;}

a.code {
	text-decoration:underline; 
	font-family:courier, fixed;
	font-weight:normal;}
a.code:link {color:#09c;}
a.code:visited {color:#07a;}
a.code:hover {color: #00274f; text-decoration:underline;}




code { font-size:12px;width:98%;}

.codeedit {	font-size:12px;width:68%;}


#titlebar {
	padding: 0px 0px 0px 5px;
	height:16px;
	xborder-top: solid 1px #73a5d3;
	xborder-bottom: solid 1px #39526b;
	background-color: #807A73;
	color: #fff;
	margin-bottom: 11px;
}

.nav { margin: 0px 5px 0px 5px; }
	


#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

#pblogo
{
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
}

#footer
{
	clear: both;
	margin-top: 20px;
	background-color: white;
	text-align: right;
}
#content {
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 165px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: white;
	xbackground-color: #FFF8EC;
	xborder:1px solid black;
}

#content h1
{
	top:119px;
	background-color: #FFD7B3;
}

#menu {
	margin-left: 15px;
	float: left;
	top:119px;
	left:10px;
	width:162px;
	xpadding:5px;
	background-color: #e4e4e4;
	xborder:1px solid black;
	line-height:17px;
	overflow: hidden;

	/* IE5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
}

/* be nice to Opera 5 */
body>#Menu {width:150px;}

#menu>p {margin:5px 10px 5px 10px;line-height:1.5em;}

#menu ul {
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
}

#menu li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;	
	list-style-type: circle;
	line-height: 11px;
	padding-left: 15px;
}

li.highlight{ background-color: #fcae68; }

#submitheader
{
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
#correctionbox
{
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #e4e4e4;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 15px;
	border-color: #b6b6c2;
	border-style: solid;
	border-width: 1px;
}
#namebox
{
	margin-top: 20px;
	float:left;
}

#expirybox
{
	margin-top: 20px;
	float:left;
	margin-left: 40px;
}

#expirybox label
{
	padding-left:3px;
	padding-right:3px;
	
}

#expirybox label.current
{
	background:white;
	
}

#expiryinfo
{
	color:#000000;
	font-style:italic;
}

#end
{
	clear:both;
}

table.diff 
{
	background:white;
}

table.diff td
{
	text-align:right;
	padding-left:3px;
	padding-right:3px;
	font-size:8pt;
}

table.diff td.code
{
	text-align:left;
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
}

table.diff td.code pre
{
	margin:0;
	padding:0;
}

table.diff tr.new
{
	background:#ddddff;
}
table.diff tr.old
{
	background:#ffdddd;
}
table.diff tr.hidenew
{
	display:none;
}
table.diff tr.hideold
{
	display:none;
}
