/* default font size*/
body, body div, body p, body th, body td, body li, body dd	{
	font-size:	x-small;
	/*
	voice-family:	"\"}\"";
	voice-family:	inherit;
	*/
	font-size:	small
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	small
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #E8E8E8;
}

/* Netscape 4 safe font sizes */
body,div,p,th,td,li,dd,input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;	
}

a,a:link,a:hover {
	color: #00509D;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul,ol {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
}

hr {
	border: 0;
	border-top: 1px solid #A3C200;
}

form {
	margin: 0;
	padding: 0;
}
input,
textarea
{
	padding: 1px 2px;	
	border: 1px solid #CCC;		
}
input:focus,
textarea:focus
{
	padding: 1px 2px;	
	background-color: #DDD;
	border: 1px solid #CCC;		
}
input[type=submit] {
	border: 1px solid #CCC;
	background-color: #DDD;	
}
input[type=submit]:hover {
	background-color: #00509C;
	color: #FFF;
}
input[type=radio] {
	margin: 0 4px;	
	border: 0;
	background-color: #FFF;
}
input.invalid {
	border-color: #F00;	
}
fieldset {
	padding: 0;
	margin: 8px 0;
	border: 1px solid #CCC;
}
fieldset legend {
	margin: 0 8px;
	color: #333;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 1px 6px;
}
fieldset div {
	margin: .5em 0;
	padding: 0 4px;
}
fieldset label.head {
	display: block;
	float: left;
	width: 10em;
	margin: 0;
	padding-left: 0.5em;
	padding-top: .2em;
	padding-right: .6em;
	margin-right: .2em;
	text-align: left;	
}
fieldset .mandatory {
	background-image: url("/skin/mandatory.gif");
	background-position: right;
	background-repeat: no-repeat;	
}
/* GENERAL DEFINITIONS */
.wai {
	display: none;
}

.nooverflow {
	overflow: hidden;
}

.noborder {
	border: 0;	
}

.max {
	width: 100%;	
}

.error {
	color: #F00;	
}

td.center {
	text-align: center;	
}

.ico_delete {
	padding: 0 6px;
	background-image: url("/skin/icon/ic_delete.gif");
	background-position: center;
	background-repeat: no-repeat;
}

.ico_cart {	
	background-image: url("/skin/icon/ic_cart.gif");
	background-position: center;
	background-repeat: no-repeat;
}

input.button {
	padding: 0 6px;
	border: 1px solid #EAEAEA;	
}

input.button:hover {
	border: 1px solid #0059AB;
}

/* http://www.dynamicdrive.com/style/layouts/item/css-fixed-layout-31-fixed-fixed-fixed/ */
div#container {
	width: 960px; /*Width of main container*/
	margin: 4px auto; /*Center container on page*/
	padding: 4px;	
	background-color: #FFF;
	border: 1px solid #CCC;
}

div#header {
	background-color: #E1E1E1;
	height: 36px;
	background-image: url("/skin/uo_writing.gif");
	background-position: 10px center;
	background-repeat: no-repeat;	
}

img#logo {
	float: right;
	width: 28px;
	height: 28px;
	border: 0;
	padding: 4px 10px;
}

div#headerimage {
	background-color: #DDD;
	height: 100px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-image: url("/skin/header/hd_default.jpg");
	background-repeat: no-repeat;
}

div#mainnav {
	background-color: #555555;
	color: #FFF;
	height: 22px;
	border: 0;
	padding-top: 4px;
}

form#searchform {
	float: right;	
	margin: 0;
	padding: 0 4px;
}

div.contentwrapper {
	float: left;
	width: 100%;
}

div.centerpane {
	margin: 0 186px 0 180px;	
	/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

div.leftpane {
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
}

div.rightpane {
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -186px; /*Set left margin to -(RightColumnWidth)*/
	padding: 10px 0 0 0;
}

div#contentarea {
	width: 552px;
	margin: 4px 20px 10px 20px;	
	/*Margins for inner DIV inside each column (to provide padding)*/
}

div#contentarea h1 {	
	margin: 0 0 4px 0;
	clear: both;
}

div#contentarea h2 {
	margin: 0 0 4px 0;
	clear: both;
}

div#richtext {
	margin-top: 6px;	
}

div#footer {
	font-size: 82%;
	color: #666;
	text-align: center;
}

div#footer a {
	color: #666;
}

/* CONTENT FORMATS */
div#richtext p,
div#richtext ul,
div#richtext ol,
div#richtext table,
div#richtext .accentuation,
div#richtext .textbox,
div#richtext .thumbnail 	
{
	margin: 10px 0 0 0;
}
div#richtext ul ul,
div#richtext ol ol {
	margin-top: 0;
}

div#richtext .rightbox {
	float: right !important; 
	margin-left: 10px !important;	
	margin-right: 0 !important; 
}

div#richtext p {
	line-height: 130%;
}
/*
div#richtext img {
	float: left;
	margin-right: 10px;
}
*/
div#richtext img.border {
	border: 1px solid #CCC !important;
}

div#richtext h2 {
	clear: left;
	font-weight: bold;
	margin: 18px 0 4px 0;
}

div#richtext .accentuation {
	clear: left;
	font-weight: bold;	
}

div#richtext table {
	padding: 0;
	border: 1px solid #CCC;	
	border: 0;
	background-color: #DDD;	
	border-spacing: 1px;
}
div#richtext table caption {
	text-align: left;
	vertical-align: bottom;
	font-size: 82%;
	caption-side: bottom;
}
div#richtext table thead tr {
	background-color: #DDD;
}
div#richtext table tbody tr {
	background-color: #FFF;	
}
div#richtext table th {
	padding: 3px 6px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;	
	background-color: #DDD;		
}
div#richtext table td {
	padding: 3px 6px;
	vertical-align: top;
	text-align: left;	
}

/* TABLE ALTERNAT */
.alternate {
	width: 100%;
	border-spacing: 4px !important;	
	background-color: #FFF !important;
}
.alternate .even td {
	background-color: #FFF;	
}
.alternate .odd td {
	background-color: #EEE;	
}

div#richtext ul,
div#richtext ol
{
	margin-left: 32px;
	padding: 0;
	border: 0;
	list-style-position: outside;
}

div#richtext ul li {
	padding: 0 0 4px 0;	
}

div#richtext ul {
	list-style-type: square;	
	list-style-image: url("/skin/li.gif");
}

div#richtext ol {
	list-style-type: decimal;
}

/* TABLE GF */
table.gf {
	border: 1px solid #CCC !important;
}
table.gf th
{
	text-align: center !important;	
	font-size: 90% !important;		
	font-weight: bold !important;	
}
table.gf td {
	text-align: center !important;	
	font-size: 80% !important;	
}
table.gf img {
	padding: 0 !important;	
	margin: 0 !important;	
	margin-bottom: 4px !important;
}

/* TEXTBOX */
table.textbox,
table.textbox td,
div.textbox {
	border: 0;	
	background-color: #EEE;	
}
table.textbox {
	width: 100%;		
	background-color: #FFF !important;
	border-spacing: 0 !important;
}
table.textbox td {
	width: 266px;
	padding: 10px !important;
	background-color: #EEE;	
}
table.textbox .spacer {
	width: auto;
	background-color: #FFF;	
}

div.textbox {
	float: left;
	margin-right: 10px !important;
	width: 266px;
	padding: 0 0 10px 0;
	background-color: #EEE;
}
table.textbox ul,
table.textbox ol,
div.textbox ul,
div.textbox ol
{
	margin-left: 12px !important;
}
div.textbox h3 {
	font-weight: bold;	
	background-color: #DDD;
	padding: 3px 10px;
	margin-bottom: 6px;
}
div.textbox div {
	margin: 0 10px;	
}

/* context */
div.contextbox * {
	font-size: 11px !important;
}
	
div.contextbox {
	width: 178px;
	margin: 0 0 8px 0;
	padding: 0;
	border: 1px solid #CCC;
}

div.contextbox h2 {
	margin: 0 0 2px 0;
	padding: 1px 2px 1px 4px;		
	color: #555;
	background-color: #E1E1E1;	
	border-bottom: 1px solid #CCC;
	font-weight: bold;	
}

div.contextbox ul {
	padding: 0 2px;	
}

div.contextbox li {
	margin-left: 4px;
	padding: 1px;
	padding-left: 12px;
	padding-bottom: 6px; /*2px*/
}

div.contextbox ul li {	
	background-image: url("/skin/li.gif");
	background-position: left 6px;
	background-repeat: no-repeat;		
}

div.contextbox .small {
	font-size: 9px !important;
	color: #999;
}

/* SITENAV */
ul#sitenav {
	position: relative;
	top: 14px;
	left: 200px;	
	list-style-type: none;
}

ul#sitenav li,
ul#sitenav input
{
	font-size: 86%;
	color: #666;
}

ul#sitenav li {
	position: relative;
	display: inline;
	float: left;	
	padding: 0 8px;	
	height: 22px;
	line-height: 22px;	
	vertical-align: middle;
	background-image: url("/skin/sit_nav_divider.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

ul#sitenav a {
	color: #666;	
}

ul#sitenav .first {
	background-image: none;
}

ul#sitenav .selected > a,
ul#sitenav .active > a {
	font-weight: bold;	
}

ul#sitenav .haschilds > span,
ul#sitenav .haschilds > a {
	background-color: transparent;
	background: url("/skin/sit_nav_haschilds.gif");
	background-position: right 10px;
	background-repeat: no-repeat;
	padding-right: 4px;
}

/* SITENAV LEVEL 2 */
ul#sitenav ul {
	visibility: hidden;
	display: block;
	position: absolute;	
	left: 0;	
	top: 22px;
	height: auto;
	background-color: #E1E1E1;
	padding: 0;
	border: 1px solid #FFF;
	border-top: 0;
}

ul#sitenav li:hover ul {
	visibility: visible;
	z-index: 100;
}

ul#sitenav ul li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: none;
	white-space: nowrap;
}

ul#sitenav ul li a {
	display: block;	
	text-align: left;
	padding: 0 4px;
}
	
/* COMPANYNAV */
div#companynav * {
	font-size: 97%;
	vertical-align: bottom;
}

div#companynav {
	position: relative;
	top: 0;
	left: 200px;	
	width: 560px;
	line-height: 20px;
}

div#companynav ul {
	height: auto;
}

div#companynav ul li {
	position: relative;
	float: left;
	border: 0;
	padding: 1px 6px;
	margin: 0 14px 0 0;
	font-weight: normal;	
}

div#companynav ul li a {
	color: #FFF;
	text-decoration: none;
}

div#companynav ul > li:hover,
div#companynav ul > li.selected, 
div#companynav ul > li.active
{
	background-color: #FFF;
	color: #000;
}

div#companynav ul > li:hover a,
div#companynav ul > li.selected a,
div#companynav ul > li.active a {
	color: #000;	
}

div#companynav ul .haschilds {}

/* COMPANYNAV LEVEL 2 */
div#companynav ul ul {
	visibility: hidden;
	position: absolute;
	left: -1px;
	top: 22px;	
	padding: 3px;
	line-height: normal;	
	border: 1px solid #555;
	border-top: 0;
	background-color: #FFF;
}

div#companynav ul li:hover ul {
	visibility: visible;
	z-index: 100;
}

div#companynav ul ul li {
	display: block;
	clear: left; /* for ie wrapping */
	width: 100%;
	margin: 0;
	padding: 1px 0;
	border: 0;
	white-space: nowrap;
}

div#companynav ul ul li a {
	padding: 3px 4px;
	display: block;
	background-image: none;
	color: #000;
	width: 14em;
}

div#companynav li li:hover {
	background-color: #E1E1E1;	
}

div#companynav li li:hover a {
	color: #000;	
	text-decoration: none;
}

div#companynav li li.active {
	font-weight: bold;	
}

div#companynav ul .haschilds ul a {
	background-image: none;
}

/* COMPANYNAV LEVEL 3 */


/* SERVICENAV */
div#servicenav {
	padding: 8px 0;	
}

div#servicenav ul {	
	border-top: 1px solid #CCC;	
}

div#servicenav ul li {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
	padding: 2px 0;
}

div#servicenav ul .first {
}

div#servicenav ul li a {
	display: block;
	padding: 2px 2px;
	color: #555;
	font-weight: bold;
	height: auto;
	font-size: 92%;
}

div#servicenav ul li:hover {	
}

div#servicenav ul ul .active > a {
	font-weight: bold;
	background: url("/skin/srv_nav_active.gif");
	background-position: left;
	background-repeat: no-repeat;
}

div#servicenav ul .selected {}

div#servicenav ul .selected > a {
	font-weight: bold;	
}

div#servicenav ul ul .haschilds > a {
	background: url("/skin/srv_nav_closed.gif");
	background-position: left;
	background-repeat: no-repeat;
}

div#servicenav ul ul .selected > a {
	background: url("/skin/srv_nav_open.gif");
	background-position: left;
	background-repeat: no-repeat;	
}

div#servicenav ul .active > a {
	background-color: #FFF;
}

div#servicenav ul li a:hover {
	background-color: #E1E1E1;	
	text-decoration: none;
}

/* SERVICENAV LEVEL 2 */
div#servicenav ul ul {
	padding-left: 10px;		
	border: 0;
	background-image: none;
}

div#servicenav ul ul li,
div#servicenav ul ul .first	{
	padding: 1px 0;
	border: 0;
	background-image: none;
	
}

div#servicenav ul ul li a {
	font-weight: normal;
	padding-left: 12px;	
	font-size: 90%;
}

div#servicenav ul ul ul li a {
}

div#servicenav ul ul .active > a {}

div#servicenav ul .selected ul {
}

/* SAP LOGO */
img#saplogo {
	margin: 10px 20px;
	width: 140px;
	height: 105px;
	border: 0;
}

/* UNIORG Banner */
img#uniorgbanner {
	margin: 10px 0 0 0;
	width: 180px;
	height: 260px;
	border: 0;
}

/* BREADCRUMB */
ul#breadcrumb {
	display: block;
	margin: 0 0 26px 0;
	padding-top: 4px;
}

ul#breadcrumb li {
	float: left;
	font-size: 82%;
}

ul#breadcrumb li {
	padding-right: 10px; /*adjust bullet image padding*/
	padding-left: 4px;
	background-color: transparent;
	background-image: url("/skin/bcrumb.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

ul#breadcrumb .first {
	padding-left: 0;	
}

ul#breadcrumb .last {
	background-image: none;
}

/* Search Controller */
ul#searchresults {
}
ul#searchresults li {
	margin: 0 0 4px 0;
	list-style-image: url("/skin/mime/htm.gif");
}

ul#searchresults li a {
	font-weight: bold;
}

ul#searchresults .mime_htm {
	list-style-image: url("/skin/mime/htm.gif");	
}

ul#searchresults .mime_pdf {
	list-style-image: url("/skin/mime/pdf.gif");	
}

ul#searchresults .mime_ppt {
	list-style-image: url("/skin/mime/ppt.gif");	
}

ul#searchresults .mime_doc {
	list-style-image: url("/skin/mime/doc.gif");	
}

ul#searchresults .mime_xls {
	list-style-image: url("/skin/mime/xls.gif");	
}

ul#searchresults .mime_jpg,
ul#searchresults .mime_jpeg, 
ul#searchresults .mime_gif, 
ul#searchresults .mime_bmp 	
{
	list-style-image: url("/skin/mime/img.gif");	
}

/* Search AutoComplete */
form#searchform label
{
	color: #FFF;
}

input#q {
	width: 10em;
	border: 0;
	padding: 1px 2px;
}

input#searchbutton {
	border: 0;
	width: 20px;
	padding: 0;
	margin: 0;
	background-image: url("/skin/search.gif");
	background-position: center;
	background-repeat: no-repeat;	
}
input#searchbutton:hover {
	background-image: url("/skin/search_hover.gif");
	background-position: center;
	background-repeat: no-repeat;		
}

.autocompleter {
	background-color: #555;
	color: #FFF;
}
.autocompleter ul li {
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 88%;
	border-bottom: 1px solid #FFF;
}
.selectAutocompleter {
	background-color: #e1e1e1;
	color: #000;
}

/* SHOP CONTROLLER (SHOPPING CART) */
div#cart-items a.ico_delete {
	display: block;
	width: 12px;
	height: 14px;
	padding: 0;	
}
.transferProduct {
	border: 1px solid #6CAF00;
}
.activeCart
{
	background-color: #DAFF9F;
}
.hoverCart
{
	background-color:#FFFFCC;
}
form#shop_articles {}

table#articleitems {
	width: 100%;
	margin: 0;
	padding: 0;	
}

table#articleitems th,
table#articleitems td {
	margin: 0;
	padding: 2px;
}

table#articleitems th {
	background-color: #F0F0F0;	
	text-align: center;
}

table#articleitems td {
	border: 1px solid #FFF;	
}

table#articleitems tr:hover {
	background-color: #F8F8F8;
}

table#articleitems tr:hover td {
	border: 1px solid #E1E1E1;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

table#articleitems img {
	cursor: move;
}

div#cart-items table {
	width: 100%;	
}

div#cart-items table td {
	vertical-align: top;
	padding: 1px;	
}

input.number {	
	text-align: right;
}

div.cart-active {
	background-color: #E0E0FF;	
}

div#cart-items {
	height: auto; 
	min-height: 40px;
}

.product {
	cursor: move;
}

/* ROADMAP */
table#roadmap {
	padding: 4px 0;
	background-color: #FFF !important;
}

table#roadmap th {
	padding: 2px 12px;
	line-height: 20px;
	background-color: #FFF !important;	
	text-align: center !important;	
	background-image: url("/skin/rm_bg.gif");
	background-position: 0 9px;
	background-repeat: repeat-x;
}
table#roadmap .startpoint {
	margin: 0;
	padding: 0 9px 0 0;	
	background-image: url("/skin/rm_startpoint.gif");
	background-position: 0 7px;
	background-repeat: no-repeat;
}

table#roadmap .endpoint {
	margin: 0;
	padding: 0 9px 0 0;	
	background-image: url("/skin/rm_endpoint.gif");
	background-position: 0 7px;
	background-repeat: no-repeat;
}

table.roadmap a {
	color: #000;
	font-weight: normal;
}

table#roadmap .step {
	margin: 0;
	padding: 4px 6px;
	background-color: #E1E1E1;
	border: 1px solid #CCC;	
	font-size: 88%;	
	font-weight: bold;
}

table#roadmap span {
	font-size: 84%;
}

table#roadmap .active {
	background-color: #83ACD8;
}

/* SEARCHHIGHLIGHTING */
div#sth_legend {
	height: auto;
}

div#sth_legend div {	
	border-bottom: 1px solid #CCC;
	background: #F8F8F8;
	margin: 0;
	padding: 5px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: x-small;
}

/* THICKBOX */
div.thumbnail {
	float: left;
	margin-left: 0 !important;
	margin-right: 10px !important;	
	border: 1px solid #CCC !important;
	padding: 3px !important;
	font-size: 80% !important;
	background-color: #F8F8F8;
}
div.thumbnail:hover {
	background-color: #E1E1E1;
}
div.thumbnail img {
	display: block;
	width: 128px !important;	
	float: none !important;	
	padding: 0 !important;	
	border: 1px solid #CCC !important;
}
div.thumbnail a {
	display: block;
	width: 130px !important;
	margin: 0 !important;
	padding: 0 !important;
	background-image: url("/skin/ipopup.gif");
	background-position: bottom right;
	background-position: 100% 99%;
	background-repeat: no-repeat;
	white-space: normal !important;
}

.clearing {
	height: 0;
	clear: both;
}

/* LINK LIST */
ul.linklist * {}
ul.linklist {
	margin: 10px 0 0 0 !important;		
	list-style-type: none !important;
	list-style-image: none !important;	
}
ul.linklist li {
	border-top: 1px solid #CCC;	
	margin: 0px 0 !important;	
	/*padding: 10px 0 10px 6em !important;	*/
	padding: 10px 0 !important;	
}
ul.linklist li div {
	float: left;
	color: #999;	
}
ul.linklist li span {
	display: block;
	margin-left: 7em !important;
}
ul.linklist a {
	font-weight: bold;
}

/* context contactperson */
#context-contactperson div {
	padding: 2px 6px;
}

/* TEMPORAER */
img#umzug {
	margin: 160px 20px 0px 20px;
	width: 140px;
	height: 74px;
	border: 0;
}

/* UNIORG Wachstumsaktion */
img#wachstum {
	margin: 20px 0 0 20px;
	width: 140px;
	height: 200px;
	border: 0;
}

/* UNIORG Dienstleisteraktion */
img#dienstleister {
	margin: 20px 0 0 20px;
	width: 140px;
	height: 200px;
	border: 0;
}

table.noborder {
	border: 0 !important;
	background-color: #FFFFFF !important;
	border-spacing: 0 !important;	
}
