/* PipeIt main colours
 *
 * green:   #CCFF66
 * orange:  #FFCC66
 * blue:    #66CCFF
 */
a:link
{
	color: #9c3;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{	color: #ad4;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	color: #9c3;
}
h2
{
	color: #9c3;
	text-decoration: none;
}

/*******
 Header
 *******/
#header-container a:link a:visited
{
	color: #000;
}
div#header-top
{
/*	background-color: #df7;*/
	background-color: #be5;
	background-image: url(images/verlauf-gruen);
	background-repeat: repeat-x;
	border: 1px solid #be5;
	padding: 5px 5px 5px 10px;
	font-family: sans-serif;
	font-weight: bold;
/*	height: 35px; */
	font-size: 18px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
div#header-bottom {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
/*****************
 Right side boxes
 *****************/
div.green-box
{
/* 	border: 1px solid #ccff66;*/
	border: 1px solid #be5;
	background-color: #df7;
}
div.orange-box
{
	background-color: #ffcc66;
	border: 1px solid #eb5;
}
div.blue-box
{
	background-color: #66ccff;
	border: 1px solid #5be;
}
div#download-box
{
	text-align: center;
	font-weight: bold;
}
hr.in-box
{
	border-top: 1px solid #be5;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}

