/*
styles v 1.0 06.2005
*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #1e77d3;
	color: #000;
}
/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

/* Make sure the table cells show the right font */
td { font-family: verdana, arial, helvetica, sans-serif; }
span {margin:0;padding:0}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
.hide {
	display: none;
	} 	

/* --- layout -------------------------------- */	
#container
{
	margin: 0;
	padding: 0;
	width: 995px;
	text-align: left;
	color: #000;
	background-color: #ffffff;

}
.preview  {
	background: url("../img/main_bg.jpg") repeat-y 0 100px ;
	}

.default  {
	background: url("hintergrund.jpg") repeat-x 0 135px ;
	}

#header
{
	background-color: #ffffff;
	height: 115px;
}

#sidebar
{
	margin: 0;
	padding:  60px 0;
	float: left;
	width: 180px;
	overflow:hidden;
}
#sidebarR {
	width: 122px;
	margin: 0;
	padding: 0;
	margin-top:2em;
	
	overflow:hidden;
	margin-left:0px;
	
}
#main {
   float: left;
	width: 645px;
	margin: 0;
	padding: 0 0 0 0;
	overflow:hidden;
	margin-left: 2px;
}

.Left {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 550px;
	float: left;
	}

.Right {
	margin: 0px 0 0 0;
	padding: 0;
	text-align: left;
	/*position: absolute;*/
	float: left;
	width: 220px;
	}

/*-------------------------------------------------
NEW FOR PROPORTIONAL WIDTH VERSION 
-------------------------------------------------*/

.col {
	padding: 0 10px;
	text-align: left;
	
}

.col a {padding:0;}

.Left .col {
	padding: 0 10px 0 0px;
}

.Right .col {
	
	padding: 0 20px;
}

#footer	{
	clear: both;
	border-top: solid 1px #999999;
	font: 60% Tahoma, Helvetica;
	text-align: center;
	color: #555;
}
/* ---( title box )-------------------------------- */
#title {
	padding: 0px 0px 0 0px;
	}
#title h1 {
	margin: 0;
	padding: 31px 0 0 0;
	height: 50px;
	font-size: 20px; 
	font-weight: normal;
	color: #039;
	background: url(../img/bg_h1_inmotion.gif) right 0 no-repeat;
	}
#title h1 span {
	color: #666;
	}
#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #888;
	}
#title a:visited {
	color: #40659B;
	}
#title a:hover {
	color: #036;
	}

/* alert note */

#main .note {
	font-size: 11px;
	color: #777;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	}
#main .note strong {
	color: #333;
	}
#main .alert {
	padding-left: 18px;
	background: url(../img/style/alert-ora.gif) no-repeat 0 50%;
	}

/* ---[ forms ]------------------------------------ */

#loginform, #comments-form, #shirt-form, #search-form, #search {
	margin: 0 0 25px 0;
	padding: 15px;
	width: 280px;
	background: url(../img/form-bg.gif) repeat-x top left;
	}
#search-form, #search {
	background-image: url(search-form-bg.gif);
	}
#search-form p {
	margin: 0 0 10px 0;
	}
#loginform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#loginform dt {
	color: #333;
	font-weight: normal !important;
	}
#loginform dt em, #loginform .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	}
#loginform #logincode, #loginform #email, #loginform #url {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	}
#loginform #loginbutton {
	margin: 12px 0 0 0;
	color: #F36C34;
	font-weight: normal !important;
	}
#loginform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 120%;
	border: 1px solid #ccc;
	}

/* --- image shadow ------------------------------ */	
.p-shadow {
  width: 90%;
  background: url(../img/style/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/style/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(../img/style/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
/* --- main navigation  --------------------- */

#navcontainer {
	font-family: arial, sans-serif;
	font-size: 12px;
	/*avoid gap after li in ie6 by setting width*/
	width: 183px;
	margin-left: 0px;
}

#navlist {
	padding: 3px;
	margin-left: 0;
	padding-left: 0;
}

#navlist li {
	list-style: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#navlist li#active {
	height: 24px;
	list-style: none;
	font-weight: bold;
	text-align: right;
	padding: 6px 16px 0px 24px;
	color: #000;
	background-color: #fff;
	background: url(../img/style/nav_bg_a_active.gif) no-repeat 0 3px;
}

#navlist a {
	display: block;
	padding: 6px 24px;
	color: #1E77D3;
	text-decoration: none;
	background: #E5EEF9 url(../img/style/icon_square.gif) no-repeat 6px 6px ;

}

#navlist a:hover {
	color: #1E77D3;
	padding: 6px 24px;
	background: #F1F1F1 url(../img/style/icon_square_hover.gif) no-repeat 6px 6px ;
}


/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

input { padding: 3px; }

span.help {
  font-size: 10px;
  color: #666;
}



a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

span.admin {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

a.admin:link, a.admin:visited {
 border: 0; margin:0; padding:0;
	color: #F36C34;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.adminfull:link, a.adminfull:visited {
	color: #F36C34;
	font-weight: bold;
	text-decoration: underline;
}

a.admin:hover, a.adminfull:hover { color: #fff; background: #F36C34; border: 0; margin:0; padding:0 }

a.black:link, a.black:visited {
	color: #000;
}

a.black:hover {
	color: #fff;
	background: #000;
}

a.anchor:link, a.anchor:visited, a.anchor:hover {
	color: #fff;
	background: #fff;
	font-size: 0px;
	text-decoration: none;
	padding: 0;
}


a , #link {
color: #F36C34;
	font-weight: bold;
	text-decoration: none;
	margin:0;
	padding: 2px 2px;
	color: #1E77D3;
	
	font-size: 8pt;
	cursor:pointer;
}

form {
	margin: 0;
	padding: 0;
}

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

small {
	font-size: 10px;
	line-height: 13px;
	}

x-small {
	font-size: 9px;
	line-height: 11px;
	}

blockquote {
	font-size: 11px;
	color: #666;
	margin: 20px;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}



h1 {
	font-family: arial, sans-serif;
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

h1.blankslate {
	background: #ff6;
	color: #000;
	margin-bottom: 10px;
	padding: 5px;
	margin-left: -5px;
}

h1.blankslate a {
	color: #f00;
}

h1.blankslate a:hover {
	background-color: #000;
	color: #fff;
}

h2 {
	font-family: arial, sans-serif;
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 14px;
	padding: 0;
}

h2.subheader {
	padding: 0 0 2px 0;
	margin: 15px 0 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #000;
	color: #000;
}

h3 {
	margin: 0px 0 5px 0;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: 0;
}

.smallnote {
	font-size: 10px;
	color: #999;
	font-weight: normal;	
}

.light {
	font-weight: normal;
}

.lightgray {
	font-weight: normal;
	color: #999;
	font-size: 9px;
}

.lightgray a:link, .lightgray a:visited {
	color: #999;
	background: inherit;
	text-decoration: underline;
}

.lightgray a:hover {
	color: #fff;
	background: #000;
}

.highlight {
	background-color: #ffc;
}

.bigger {
	font-size: 12px;
}

.red {
	color: #c00;
}

.blue {
	color: #06c;
	}
	
.green {
	color: #390;
	}

code, pre	{
  margin:5px;
  padding:5px;
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: #ddd;
	color: #333;
	font-size: 80%;
	border: solid 1px #000;
	}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
	}

.PrivateMessage, .Privatetodo {
	background: url(/images/private-back-red.gif) #fff;
	padding: 0px 0px 3px 0px;
	margin-bottom: 20px;
}

div.ClientMessage div.Post {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-left: 5px solid green;
}

.fieldWithErrors {
  background: red; padding: 2px;
}

/*-------------------------------------------------
STATUS BAR
-------------------------------------------------*/

#StatusLogin {
	color: #666;
	padding: 0 0 0 20px;
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: 9px;
}

#Statusbar a.admin {
	font-size: 9px;
}

#StatusLogin a {
	font-weight: normal;
	margin:0;padding:0;
}

#StatusLogin a:hover {
	background-color: #333;
	color: #fff;
}

/*-------------------------------------------------
SECTION HEADER
-------------------------------------------------*/

.SectionHeader {
	margin: 0 0 20px 0;
}

span.SectionDescription {
	font-weight: normal;
	color: #666;
}

.SectionHeader h1 /* title of the page */ {
	padding-bottom: 2px;
	border-bottom: 1px solid #137ABC;
	margin: 0;
	font-size: 16px;
	color: #039;
}

.SectionHeader h3 /* formerly 'tools' */ {
	font-family: verdana;
	padding: 2px 0 0 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.SectionHeader h3 a.back {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	padding-bottom: 0;
}

.SectionHeader h3 a.back:hover {
	color: #fff;
	background-color: #666;
}

.SectionHeader div.ActionButton {
	background: #fff;
	border-top: none;
	float: right;
	padding: 3px 0 0 0;
	margin: 0;
}

.SectionHeader div.ActionButton {
	font-size: 10px;
}
/*-------------------------------------------------
ALERTS
-------------------------------------------------*/

.AlertGood {
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 0px 15px 0px;
	color: #060;
	background: url(../img/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

.AlertBad {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px 5px 5px 27px;
	font-size: 11px;
	margin: 0 20px 15px 20px;
	background: url(../img/alertbad_icon.gif) #c00 left no-repeat;
	color: #fff;
}
/*-------------------------------------------------
BASIC FORM
-------------------------------------------------*/

#basic_form {
  font-family: verdana, sans-serif;
}

#basic_form p.blockintro {
	color: #666;
	font-size: 11px;
  line-height: 14px;
  margin: 0;
}

#basic_form dl {}

#basic_form dt {
  width: 120px;
  margin: 4px 8px 0 0; padding: 0;
  text-align: right;
  white-space: nowrap;
  float: left;
  clear: left;
}

#basic_form dd {
  margin: 0 0 5px 0px;
  font-size: 10px;
}


 .appearance #basic_form dt { width: 150px; }

.file_upload_settings_verification #basic_form div.block {
	font-family: verdana, arial, helvetica, sans-serif;
  padding: 8px 5px;
  margin-bottom: 0;
}

#basic_form dt.required {
  font-weight: bold;
}

#basic_form dd input {
  vertical-align: middle;
}

#basic_form table {}

#basic_form table td {
	font-size: 12px;
}

#basic_form table th {
  font-size: 10px;
	font-weight: normal;
	text-align: right;
}

#basic_form table th.required {
  font-weight: bold;
}

#basic_form div.block {
	color: #333;
	background: #f0f0f0;
	margin: 3px 0 25px 0;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

#basic_form div.block input {
  font-size: 12px;
}

#basic_form h2 {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	padding: 0;
	margin: 0 0 5px 0;
}

#basic_form div.action {
	border-top: 2px solid #137ABC;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 8px;
	font-size: 12px;
}

#basic_form div p {
  margin: 0;
}

#basic_form img.submit {
cursor: pointer;
}

#basic_form div#selection {
  margin-bottom: 0;
}
#basic_form div#selection p {
  font-size: 11px;
}
#basic_form div#selection select {
  font-size: 11px;
}


.settings #basic_form div#categories {
  margin-bottom: 0;
}

.settings #basic_form div#categories li {
  list-style: square;
  margin-left: 15px;
  font-size: 11px;
}

.settings #basic_form div#categories li span {
  font-size: 10px;
  color: #999;
}

.settings #basic_form div#addnewcategory p {
  margin: 0;
}

.settings #basic_form div#statusoptions p {
  margin: 0 0 5px 0;
}

.settings #basic_form div#statusoptions p span {
  font-size: 10px;
  color: #666;
}
table.ProjectSummary th {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background: #e9e9e9;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 5px;
}

table.ProjectSummary th a {
	color: #000;
	text-decoration: none;
  font-size: 12px;
}

table.ProjectSummary td {
	padding: 3px 5px;
	font-size: 10px;
	white-space: nowrap;
}

table.ProjectSummary td.expander {
	width: 100%;
}

table.ProjectSummary td.icon {
	text-align: right;
}

table.projectSummary td.date {
	text-align: left;
	font-size: 9px;
	color: #666;
}

table.ProjectSummary th a span.dash {
  font-weight: normal;
}

table.ProjectSummary th a span {
	color: #666;
  font-size: 10px;
}

table.ProjectSummary th a:hover, table.ProjectSummary th a:hover span {
	color: #fff;
}

table.ProjectSummary td.title {
	font-size: 11px;
}

table.ProjectSummary td.action {
	color: #999;
  text-align: right;
}

table.ProjectSummary tr.rowblank td {
}

table.ProjectSummary tr.row1 td {
	background: #f1f1f1;
}

table.ProjectSummary tr.row2 td {
	background: #f4f4f4;
}

table.ProjectSummary tr.row3 td {
	background: #f6f6f6;
}

table.ProjectSummary tr.row4 td {
	background: #fcfcfc;
}

table.ProjectSummary tr.row5 td {
}

/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

.Sidebar h1, .Sidebar h1.late {
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #666;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #039;
}
.Sidebar p.linkto {
margin: 0;
border-top: 1px solid #ccc;
padding-right: 4px;
font-size: 11px;
color: #cc0000;
text-align: left;
}
.Sidebar h1.late {
	padding-top: 0;
	border-bottom: 1px solid #c00;
	color: #c00;
}

.Sidebar p.incategory {
	margin-top: 0;
	background: #ececec;
	padding: 4px;
}

.Sidebar p.incategory a {
	display: block;
}

.LeftMessage .Sidebar h1 {
	padding: 3px 0 2px 0;
}

.Sidebar h2, .Sidebar h2.border {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 3px 0;
	padding: 0;
	border: none;
}

.Sidebar h2.border {
	border-bottom: 1px solid #d5d5d5;
}

.SidebarPosts li {
	font-size: 10px;
	color: #666;
}

.SidebarPosts h1 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	border: none;
}

.SidebarPosts h2 {
	color: #666;
	font-size: 11px;
	margin-bottom: 0;
}

.SidebarPosts h3 {
	color: #999;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
}

.SidebarOriginal {
	padding-top: 20px;
}

.SidebarOriginal h1 {
	font-size: 10px;
	border-bottom: none;
	color: #333;
}

.SidebarOriginal p {
	font-size: 10px;
}

.SidebarContact {
	font-size: 10px;
	line-height: 14px;
	color: #333;
	margin: 10px 0 20px 0;
}

.SidebarContact h3 {
	color: #000;
	margin: 0;
	font-size: 10px;
}

#Poster {
	margin-bottom: 30px;
}

.Sidebar ol {
	padding-left: 20px;
}


.Sidebar ul li {
	list-style: none;
	padding: 0 0 3px 0;
	margin-left: 0;
}

.Sidebar ul li span {
	color: #777;
}
.HelpBox {
border: 1px solid #cc0000;
}
.HelpBox h1 {
	padding: 4px 0 2px 0;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #fff;
	background: url(img/style/bg_HelpBox_h1.gif) repeat-x;
}

/*-------------------------------------------------
TABLE
-------------------------------------------------*/

table.latest {
	margin-bottom: 10px;

}

table.latest td {
	font-size: 12px;
	padding: 3px 0 3px 0;
	color: #000;
	vertical-align: top;
}

table.latest td.icon {
	padding: 5px 10px 0 10px;
	font-size: 9px;
	width: 40px;
	color: #333;
	text-align: right;
}

table.latest tr.shade td {
	background: #e5e5e5;
}

table.latest span.prep {
	font-size: 10px;
	color: #999;
}

table.latest td.title span.late, table.latest td.title span.ontime {
	color: #c00;
	font-size: 9px;
	padding: 1px 2px;
	font-family: verdana;
	font-weight: bold;
}

table.latest td.title span.ontime {
	color: #390;
}

table.latest p {
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

table.latest td blockquote {
	margin: 0;
	padding: 0;
	color: #333;
}

table.latest p.excerpt {
	color: #666;
	margin: 3px 0 3px 0px;
}

table.latest p.responsible {
	color: #666;
}

table.latest td.title span.list, table.latest td.title span.list a {
	font-size: 10px;
	color: #999;
}

/* TABLE */

.tbl_2 {
font-size: 11px;
border-bottom-style: solid;
border-width: 1em;
border-color: #fff;
}

.tbl_2 tbody th {
padding: 4px 0px 4px 0px;
font-size: 12px;
font-family: Arial;
font-weight: normal;
text-align: left;
border-bottom-style: solid;
border-width: 1px;
border-color: #eee;
background-color: #fff;
color: #666;
}
.tbl_2 tbody th.first {
padding: 0px 0px 4px 0px;
}
.tbl_2 tbody td {
padding: 4px 8px;
font-size: 11px;
border-bottom-style: solid;
border-width: 1px;
border-color: #eee;
background-color: #f5f5f5;
}
.tbl_2 tfoot td {
font-size: 11px;
}

.tbl_2 caption {
padding: 6px 8px;
font-weight: bold;
font-size: 11px;
color: #94841A;
text-align: left;
background-color: #F8FAE2;
}

.tbl_2 caption strong {
font-weight: normal;
color: #000;
}
.tbl_2 thead th {
padding: 3px 8px;
font-weight: bold;
font-size: 11px;
text-align: left;
background-color: #F0FAFB;
}
.tbl_2 tbody tr.even td {
		background-color: #eee;
		color: #000;
	}
.tbl_2 tbody tr.odd td {
		background-color: #eaeaea;
		color: #000;
	}

.tbl_2 tbody tr.ruled td {

			background:#F36C34;
			color: #fff;

		} 	
/* pagination */

.pagination { text-align: center; padding-top: 4px; padding-bottom: 4px; margin: 0px;}
.pagination a, .pageList .ezr_nav_na	 {padding: 2px 6px; border: solid 1px #c0c0c0; background: #fff; text-decoration: none;font-size: 11px;}
.pagination a:visited {padding: 2px 6px; border: solid 1px #c0c0c0; background: #fff; text-decoration: none;}
.pagination .break {padding: 2px 6px; border: none; background: #fff; text-decoration: none;}
.pagination .end {padding: 2px 6px; border: solid 2px #c0c0c0; background: #fff;}
.pagination .ezr_nav_na {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff;}
.pagination a:hover {color: #fff; background: #F36C34; border-color: #039; text-decoration: none;}

