/*
	CSS projects-and-software.de
*/

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-right:auto;
	text-align:center;
	padding-bottom: 18px;
}


/* Element positioning, floating and sizing */
#overall {
	width:930px;	
	text-align:left;
	margin-bottom: 15px;
}

#left_panel {
	float:left;
	width: 190px;	
}

#right_panel	{
	width:730px;
	float:right;	
}

#footerpanel	{
	clear:both;
}


.panelcontent	{
	padding:3px;
}

/*
	Element design
*/
body {
	background: white url(../graphics/bg_gradient.jpg) repeat-x fixed top;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #FB9700;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/*
	Panel design
*/
#overall {
	border: 1px solid black;	
	border-top: none;	
	background-color: white;
}

#titlepanel	{
	
}

#dividerpanel {
	border-top: 3px solid #FFCC33;
	border-bottom: 3px solid #FFCC33;
	background: url(../graphics/divider.jpg) no-repeat right;
	height:90px;
	overflow: hidden;
	margin-bottom: 12px;
}

#footerpanel {
	padding: 5px;
	margin-top:6px;
	margin-bottom: 0px;
	border-top:1px dotted black;
	background-image: url(../graphics/bg_gradient_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}


/*
	Navigation bar
*/
#left_panel .panelcontent	{
	padding: 5px;
}

.navSeparator {
	border: 1px solid black;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: White url(../graphics/bg_gradient_small.jpg) repeat-x 5px top;
}

.navSeparator h2 {
	padding:5px;
	font-size:12px;
	color: white;
	background-color: #FFCC33;
	text-align: center;
	border: 1px dotted black;
}

.navSeparator ul {
	padding: 1px;

}

.navSeparator ul li {
	margin-top: 5px;
	padding: 2px;
	border-bottom: 1px dotted black;
}

/*
	Content area
*/
#right_panel .panelcontent	{
	background-image: url(../graphics/cts_logo_bg.jpg) ;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 710px;
}

.breadcrumb {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 2px;
	margin-bottom: 10px;
}

/*
	All texts are encapsulated in story-divs
*/
.story, .storylinks	{
	border-bottom: 1px dotted black;		
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	padding-bottom: 15px;
}

.story h1, .storytitle h1, .story h2, .story h3 {
	font-size: 18px;
	font-weight: bold;
}

.storytitle h1 {
	margin-top: 15px;
	color: #FFCC33;
}

.story h2	{
	margin-top:10px;
	font-size: 16px;
	background: url(../graphics/arrow_001.gif) no-repeat left;
	padding-left: 25px;
}

.story h3 	{
	margin-top:8px;
	font-size: 14px;
}

.story p	{
	margin-top: 10px;
	text-align: justify;
}

.story ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

.story li {
	list-style: square inside;
	margin-bottom: 3px;
	padding-left: 12px;	
}

/*
	Table definitions for content part of the page
*/
.story table	{
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

.story th	{
	padding: 4px;
	text-align:center;
	font-weight:bold;
	color:white;
	background-color: #FFCC33;
	border: 1px dotted black;
}

.story td {
	padding:3px;
	border-bottom:1px dotted black;
}

.story .celltitle {
	vertical-align: top;
}

.story .highlighted, .story .nonhighlighted {
	border-bottom: 1px dotted black;
	background-color: white;
}

.story .highlighted {
	background-color: #FFF3CE;
}

.story .error li {
	padding: 1px;
	margin: 1px;
	color: red;
}

/*
	Form definitions for content area
*/
.story .button {
	background-color: #ffcc33;
	color: black;
	border: 1px solid black;
	height: 22px;
}

/*
	Link areas in content part
*/
.storylinks {
	text-align: right;
	border:none;
}

/*
	Additional styles for ClassAd
*/
.codesnippet, .code {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.codesnippet {
	margin-top: 15px;
	border: 1px dotted #FFCC33;
	padding: 10px;
}

