@charset "utf-8";

/*** Reset default CSS ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family:Arial, Helvetica, sans-serif;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1.5;
color: #000;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

a {
text-decoration:none;
}

/*** default tag formatting ***/
html, body {
height:100%;
width:100%;
}



/*** text formatting ***/
h1 {
font-size:24px;
margin-bottom:12px;
}
h2 {
font-size:22px;
margin-bottom:12px;
}
h3 {
font-size:20px;
margin-bottom:12px;
}
h4 {
font-size:18px;
margin-bottom:12px;
}
h5 {
font-size:16px;
margin-bottom:12px;
}

a {
color:#8b8b8b;
}

p {
font-size:14px;
margin-bottom:24px;
}

strong {
font-weight:700;
}

div.content_wrap ul, div.content_wrap ol {
margin:0 0 20px 30px;
}
div.content_wrap ul li, div.content_wrap ol li {
padding-top:2px;
}

div.content_wrap blockquote {
padding:0 40px;
}

#footer_wrap p {
font-size:12px;
margin-bottom:5px;
}

#copyright_wrap p {
color:#acacac;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
margin:0;
padding:0;
}

span.seperator {
line-height:10px;
margin:0 3px;
}

/*** detailed template formatting ***/
div#outer_wrap {
margin:0 auto -55px auto;
min-height:100%;
height:auto !important;
height:100%;
position:relative;
width:675px;
}

#inner_wrap {
height:520px;
}

div#header_wrap {
border-bottom:1px solid #DDD;
height:96px;
margin:0 auto;
padding-top:26px;
width: 960px;
}

div#navigation_wrap {
margin-top:50px;
}

#copyright_wrap {
background-color:#f8f8f8;
border-top:1px solid #ededed;
padding:20px 0;
}

#footer_content, #copyright {
margin:0 auto;
width:960px;
}

br.clear {
clear: both;
line-height: 0;
font-size: 0;
height: 0;
}

/*** kwick_menu ***/
#kwick #kwicks 			{ height:400px; list-style-type:none; margin:0; padding:0;}
#kwick li 			{ float:left; width:225px; }
#kwick .kwick 			{ display:block; cursor:pointer; height:400px;}
#kwick .kwick span.hidden 		{ display:none; }
#kwick .kwick span.right-image		{
background:url(../img/right.png) right no-repeat;
display:block;
height:400px;
width:100%;
}

#kwick .doku 	{ background-image:url(../img/doku.jpg);}
#kwick .web 	{ background-image:url(../img/web.jpg);}
#kwick .office 	{ display:none;}
#kwick .info 	{ background-image:url(../img/info.jpg);}