/* @group Body */
body, p, ul, ol, dl, td, th, input, select, textarea {
	font: small/130% Verdana, sans-serif;
}
body {
	background: #a00000;
}
/* @end */


/* @group Formatierungen */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 75%;
	color: #666666;
}
big {
  font-size: 200%;
  font-weight: bold;
  color: black;
}
.colorize {
  font-weight: bold;
  color: #cc0000;
}
/* @end */


/* @group Bilder */
img.left {
	border: 1px solid #666666;
	padding: 1px;
	margin-right: 1em;
	float: left;
}
img.right {
	border: 1px solid #666666;
	padding: 1px;
	margin-left: 1em;
	float: right;
}
img.full {
	border: 1px solid #666666;
	padding: 1px;
	margin-bottom: 1em;
	display: block;
}
img.picture-in-text {
	vertical-align: middle;
	border: none;
	padding: 0;
}
.bordered {
  border: 1px solid #666666;
	padding: 1px;
	margin-left: 1em;
	float: right;
}
/* @end */


/* @group Absätze */
p {
	margin-bottom: 1em;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
/* @end */


/* @group Aufzählungen */
ul,
ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
ul li,
ol li {
	margin-bottom: .5em;
}
ul li {
	list-style-type: disc;
}
ul ul li {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}
ol ul li {
	list-style-type: none;
}
ul li.pdf {
	list-style-image: url(/images/icons/pdf.gif);
}
ul li.avi {
	list-style-image: url(/images/icons/avi.gif);
}
ul li.xls {
	list-style-image: url(/images/icons/xls.gif);
}
ul li.ppt {
	list-style-image: url(/images/icons/ppt.gif);
}
/* @end */


/* @group Links */
a {
	color: #C00900;
	text-decoration: underline;
}
a small {
	color: #C00900;
}
/* @end */


/* @group Überschriften */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
	line-height: 130%;
	color: #9C9C9C;
	margin-bottom: 1em;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.15em;
}
#content h4 {
	font-size: 1.1em;
}
#content h5 {
	font-size: 1.05em;
}
#content h6 {
	font-size: 1em;
}
/* @end */


/* @group Navigation */
#nav {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 1em;
	border-bottom: 1px solid lightgrey;
}
#nav li {
	list-style: none;
	display: inline;
}
#nav a {
	font-size: .85em;
	text-decoration: none;
	color: white;
	background: #00733F url(/images/nav1_off_bg.gif) repeat-x left top;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding: 5px;
	display: block;
}
#nav span {
	display: block;
}
#nav li.current a,
#nav li.active a {
	background: #D7D7D7 url(/images/nav1_on_bg.gif) repeat-x left top;
	color: black;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: 0;
}
#nav a:hover {
	color: yellow;
	background: #00733F url(/images/nav1_off_bg.gif) repeat-x left top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
#nav li.current a:hover {
  color: darkgrey;
}
#nav li.active a span {
	background: url(/images/pfeil_grey.gif) no-repeat 0px 3px;
	padding-left: 10px;
	display: block;
}
#nav li ul {
  margin: 0;
}
#nav li ul li a:hover {
	color: yellow;
}
#nav li.current ul li a,
#nav li.active ul li a {
  color: white;
  background: #00733F url(/images/nav1_off_bg.gif) repeat-x left top;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  padding-left: 15px;
}

#nav li.active ul li a:hover {
  color: yellow;
}
#nav li.current ul li a span,
#nav li.active ul li a span {
  background: none;
}
#nav li.active ul li.current a {
  background: #D7D7D7 url(/images/nav1_on_bg.gif) repeat-x left top;
  color: black;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

/* @end */

/* @group Themenblöcke */
#themenbloecke {
	font-size: .85em;
	color: white;
	background: lightgrey;
}
#themenbloecke ul {
	margin: 0;
}
#themenbloecke li {
	list-style: none;
	display: inline;
}


#themenbloecke a {
	font-size: .85em;
	text-decoration: none;
	color: black;
	background: url(/images/service_off_bg.gif) repeat-x left top;
	border-top: 1px solid white;
	border-left: 1px solid white;
	display: block;
}
#themenbloecke a:hover {
	color: #666;
}
#themenbloecke span {
  padding: 5px 25px 5px 5px;
  display: block;
  margin-left: 16px;
  text-indent: -15px;
}
#themenbloecke li.no_indent span {
  padding: 5px;
  margin-left: 0;
  text-indent: 0;
}
#themenbloecke li.no-indent span {
  margin-left: 0;
  text-indent: 0;
}

#themenbloecke li.current a { 
	font-weight: bold;
}


#themenbloecke li.done a {
	background: url(/images/workflow_done.jpg) repeat-x left top;
}
#themenbloecke li.undone a {
	background: url(/images/workflow_undone.jpg) repeat-x left top;
}

/* @end */

/* @group Boxen */
.box {
	background-color: white;
	border: 1px solid #666666;
	margin-bottom: 1em;
	padding: 1px;
}
.box h3 {
	font-size: .9em;
	font-weight: normal;
	color: white;
	background: #c3c3c3 url(/images/bg_box_headline.gif) repeat-x left bottom;
	border-bottom: 1px solid #666666;
	margin-bottom: 0px;
	padding: 3px;
}
.box p {
	font-size: .9em;
	margin: 5px;
}


/* @group Projektdaten */
#project {
	font-size: .85em;
	color: black;
}
#project dl {
	font-size: .95em;
}
#project dl {
	padding: 5px;
}
#project .login-textfield {
	width: 155px;
	font-size: 1em;
}
#project .button {
	width: auto !important;
	width: 130px;
	font-size: 1.2em;
}
/* @end */

.remark {
  font-size: .85em;
  color: #9C9C9C;
}

/* @end */

