/* winrobots.com Cavendish Template Styles
 * Initial Design by Joerg Polte <info@digital-service-stuttgart.de>
*/

/* Basic Structure */
	body {
		background: #fff url(../images/body_back.gif) repeat-x;
		min-width: 760px;
		margin: 20px;
		scrollbar-arrow-color: #000000;
		scrollbar-base-color: #000000;
		scrollbar-face-color: #FFFFFF;
		scrollbar-3d-light-color: ##C0C0C0;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #CCCCCC;
	}

	#container {
		max-width: 70em;
		margin: 0 auto;
	}
	#menu {
		clear: both;
		padding: 0 0 1em 0;
	}
	#side {
		float: left;
		width: 23%;
		margin-bottom: 1em;
	}

/* Content */
	#content.right {
		float: left;
		width: 62%;
		margin-bottom: 1em;
		margin-left: 0;
	}
	.bodyleft {
		margin-left: 25% ! important
	}
	#content {
		margin-top: -1.5em;
		margin-left: 25%;
	}

/* Search Field */
	#header form {
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 20px 0 0;
		/* background: url("../../images/header_tr.gif") no-repeat top right; */
		argin: 0; /* need for IE Mac */
		text-align: right; /* need for IE Mac */
		white-space: nowrap; /* for Opera */
	}
	#header form label { color: #000; font-size: 95%; font-weight: bold; }
	#header form input { font-size: 85%; }

	#header form #submit {
		font-size: 85%;
		background: #6A7389;
		color: #fff;
		padding: 1px 4px;
		border-right: 1px solid #283043;
		border-bottom: 1px solid #283043;
		border-top: 1px solid #9097A2;
		border-left: 1px solid #9097A2;
	}

	#header form #q {
		width: 170px;
		font-size: 85%;
		border:	1px solid #9097A2;
		background: #D9DBE1;
		padding: 2px;
	}
	#header form #q:hover, #header form #q:focus {
		background: #fff;
	}
	#header td.breadcrumb {
		font-size: 9pt;
	}

/* Sidebar */
	#nav {
		background: #F9AC26 url(../images/menu_back.gif) right repeat-y;
	}
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		margin-bottom: 1em;
	}
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #666;
	}
	#nav li span#configParent, #nav li span {
		display: inline;
		font-weight: normal;
		padding: 0;
	}
	#nav li a {
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #F9AC26;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
	}
	#nav li.sub {
	}
	#nav li a, #nav li a:visited {
		color: #666;
	}
	a:hover {
		color: #666;
	}
	#nav li a:hover {
		background: #F68C36;
	}
	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	#nav li li a {
		padding: 6px 8px 6px 20px;
	}
	#nav:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url(../images/menu_tr.gif) no-repeat top right;
		margin: 0;
		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
		content: url(../images/key-point_tl.gif);
	}
	#nav:after {
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		content:  url(../images/key-point_bl.gif);
		margin: 0 0 0 0;
		height: 8px;
		background: transparent url(../images/menu_br.gif) scroll no-repeat bottom right ;
		border-top: 1px solid #fff;
	}
	td.mstopl {
		background: transparent url(../images/key-point_tl.gif) no-repeat top left;
	}
	td.mstopr {
		background: transparent url(../images/menu_tr.gif) no-repeat top right;
	}


/* Footer */
	#footer {
		border-top: 1px dashed rgb(204, 204, 204);
		margin: 2em 0; /* Abstand zum Content */
		padding: 1em 0;
		text-align: center;
	}

/* Text-Format*/
	html {
		color:#000;
		font: 400 11px/9pt verdana, arial, helvetica, sans-serif;
	}
	.bigred {
		color: #CC3333;
		font-weight: bold;
	}
	H1.slogan { /* Leitspruch */
		margin:10px 0;
		font-size: 14px;
		color: #999999;
		font-family: Helvetica, sans-serif;
	}
th,td,p,  .normal {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

	TD.small, P.small, .small   {
		font-size: 10px;
	}

.maintitle,h1,h2        {
        color: #000000;
        font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        line-height: 120%;
        text-decoration: none;
}

h3 {
	color: #4D95DD;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
h4 {
	color: #333333;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1px;
}
a, a:visited {
	color: #666;
	}
a:hover {
	color: #000;
	}
.default {
	font-size: 11px;
	color: #999;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

h5 {
	font-size: 11px;
  font-weight: 600;
}
a.sublink:link { color:#FF6600; text-decoration:None; font-size:11px; background-image:url(../images/linkarrow.gif); background-repeat:no-repeat; background-position:left center; padding-left:15px;}
a.sublink:visited { color:#FF6600; text-decoration:None; font-size:11px; background-image:url(../images/linkarrow.gif); background-repeat:no-repeat; background-position:left center; padding-left:15px;}
a.sublink:hover { color:#3399CC; text-decoration:underline; font-size:11px;}
a.sublink:active { color:white; text-decoration:None; font-size:11px; background-image:url(../images/linkarrow.gif); background-repeat:no-repeat; background-position:left center; padding-left:15px; padding-right:15px; background-color:#FF6600;}
