body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
	font-size: 99%;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 100%;
}

ol, ul
{
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: 0;
}

caption, th
{
	text-align: left;
}

q:before, q:after
{
	content: '';
}

a, a:hover, a:visited
{
	color: #3274A7;
	text-decoration: none;
	border: 0;
}

a:hover
{
	border-bottom: 1px dotted #3274A7;
}

div.clear
{
	clear: both;
	hight: 0;
}

html
{
}

body
{
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #EDEDED;
	text-align: center;
}

div#container
{
	width: 90%;
	margin: 6px auto;
	text-align: left;
}

div#branding div.t { background: url(/fileadmin/images/branding-t.gif) 0 0 repeat-x #3B78B3; }
div#branding div.l { background: url(/fileadmin/images/branding-l.gif) 0 0 repeat-y; }
div#branding div.b { background: url(/fileadmin/images/branding-b.gif) 0 100% repeat-x; }
div#branding div.r { background: url(/fileadmin/images/branding-r.gif) 100% 0 repeat-y; }
div#branding div.tl { background: url(/fileadmin/images/branding-tl.gif) 0 0 no-repeat; }
div#branding div.tr { background: url(/fileadmin/images/branding-tr.gif) 100% 0 no-repeat; }
div#branding div.bl { background: url(/fileadmin/images/branding-bl.gif) 0 100% no-repeat; }
div#branding div.br { background: url(/fileadmin/images/branding-br.gif) 100% 100% no-repeat; padding: 8px 16px 6px 11px; }

div#branding
{
       margin: 0;
       padding: 0;
}

#logo 
{
	background: url(/fileadmin/images/branding.gif) no-repeat left top;
	padding: 8px 0px 8px 80px;
}

#logo h1, #logo p 
{
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFCEB;
}

#logo h1 
{
	padding: 0px;
	font-size: 180%;
	color: #FFFCEB;
}

#logo h1 a
{
	color: #FFFCEB;
}

#logo p
{
	padding-left: 4px;
}

ul#navMain
{
	position: relative;
	top: -2.2em;
	left: -1em;
	text-align: right;
	color: #fff;
}

ul#navMain li
{
	display: inline;
	margin-right: 24px;
	font-weight: bold;
	padding-left: 16px;
	border-left: 1px solid #9EBCDA;
}

ul#navMain li.first
{
	border-left: 0;
}

ul#navMain li a
{
	color: #fff;
}

ul#navSub
{
	margin-top: -6px;
}

ul#navSub li
{
	font-weight: bold;
	padding-left: 32px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 0.5em;
	min-height: 32px;
	background: url(/fileadmin/images/navmain.gif) 0 50% no-repeat;
	border-bottom: 1px dotted #D2A951;
	font-variant: small-caps;
	font-size: 120%;
}

ul#navSub ul
{
	margin-bottom: 1em;
}

ul#navSub ul li
{
	padding: 0;
	padding-left: 16px;
	margin: 0;
	background: transparent;
	border: 0;
	min-height: 0;
	font-weight: normal;
	font-size: 100%;
	font-variant: normal;
}

div#wrapper1
{
        width: 100%;
	margin: -1.5em 0 0 0;
}

div#wrapper2
{
	margin-left: 3px;
	margin-right: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	padding-top: 1.5em;
	padding-bottom: 1em;
	overflow: hidden;
//	background: url(/fileadmin/images/colsep.gif) 69% 0 repeat-y #fff !important;
//	background: url(/fileadmin/images/colsep.gif) 70% 0 repeat-y #fff;
	background: #fff;
}

div#wrapper3
{
}

div#wrapper4
{
}

div#contentSidebar
{
 	width: 16%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}

div#contentMain
{
// 	width: 46% !important;
//	width: 45%;
 	width: 78%;
	float: left;
}

div#contentSub
{
//	width: 25%;
//	margin-right: 3% !important;
//	margin-right: 2%;
//	margin-top: 0 !important;		
//	margin-top: 1.5em;
	float: right;
}

div#contentMain h2, div#contentSub h2
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px dotted #729DC5;
	border-bottom: 1px dotted #729DC5;
	color: #3274A7;
	clear: both;
	font-variant: small-caps;
}

div#contentMain h2.csc-firstHeader, div#contentSub h2.csc-firstHeader
{
	margin-top: 0;
}

a
{
}

span.code
{
	font-family: monospace;
	background-color: #f8f8f8;
	padding: 2px;
	border: 1px dotted #ccc;
}

a.ext
{
	padding-right: 14px;
	background: url(/fileadmin/images/external_icon.gif) top right no-repeat;
}

a.ext3p
{
	padding-right: 26px;
	background: url(/fileadmin/images/external3p_icon.gif) top right no-repeat;
}

ul.newsFlash
{
	margin-bottom: 28px;
	padding: 8px;
	border-top: 1px dotted #729DC5;
	border-bottom: 1px dotted #729DC5;
}

ul.newsFlash span.date
{
        display: block;
	float: left;
	padding-left: 20px;
	background: url(/fileadmin/icons/knode.gif) 0 50% no-repeat;
}

ul.newsFlash strong
{
	font-weight: bold;
}

ul.newsFlash p
{
	margin-top: 4px;
	margin-bottom: 1em;
}

div#siteinfo
{
	text-align: center;
	font-size: 80%;
	color: #fff;
	clear: both;
        margin: 0;
	padding: 0;
}

div#siteinfo div.l {background: url(/fileadmin/images/siteinfo-l.gif) 0 0 repeat-y #729DC5; }
div#siteinfo div.b {background: url(/fileadmin/images/siteinfo-b.gif) 0 100% repeat-x; }
div#siteinfo div.r {background: url(/fileadmin/images/siteinfo-r.gif) 100% 0 repeat-y; }
div#siteinfo div.bl {background: url(/fileadmin/images/siteinfo-bl.gif) 0 100% no-repeat; }
div#siteinfo div.br {background: url(/fileadmin/images/siteinfo-br.gif) 100% 100% no-repeat; padding: 8px 16px 12px 11px; }

div#siBranding, div#siCopyright, div#siImpressum
{
	display: inline;
	margin-left: 32px;
	margin-right: 32px;
}

div#siteinfo a
{
	color: #fff;
}

input, textarea
{
	background-color: #fafafa;
	border: 1px solid #444;
	margin: 8px;
	padding: 4px;
}

input:hover, textarea:hover
{
	background-color: #eee;
}

pre, div.tx-jphcodesnippets-pi
{
	padding: 8px;
	background-color: #FEFFF8;
	border: 1px dashed #9C9380;
	margin-bottom: 1.5em;
	line-height: 1.15em;
	clear: both;
}

div.specialInfo
{
	padding: 4px 4px 4px 24px;
	border: 1px solid #ffd324;
	margin-bottom: 1.5em;
	background: url(/fileadmin/icons/specialinfo.gif) 4px 4px no-repeat #FFF9D5;
}

ul.csc-bulletlist li
{
	padding-left: 20px;
	background: url(/fileadmin/icons/services.png) 0 50% no-repeat;
}

div.csc-textpic-imagewrap img
{
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
        -moz-box-shadow: 3px 3px 4px #888;
        -webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}

div.csc-textpic-imagewrap a:hover
{
	border-bottom: 0px;
}

li.csc-textpic-image img
{
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
        -moz-box-shadow: 3px 3px 4px #888;
        -webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}

div.csc-textpic-imagewrap a:hover
{
	border-bottom: 0px;
}

dd.csc-textpic-caption
{
	font-size: 75%;
	color: #214264;
	text-align: center;
	margin-bottom: -1em;
}

ol.downloadlist li
{
	margin-bottom: 1em;
}

fieldset.tx-powermail-pi1_fieldset {
	background-color: #D7E4F6;
}
