/******************************************************************************
 * RESET
 *****************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

/******************************************************************************
 * TEMPLATE
 *****************************************************************************/
 
/* Mozilla-Hack, damit die Outline bei Links (buttons) nicht sichtbar ist */ 
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
 

body {
	color:			#000000;
	height: 		100%;
	font:			normal 0.8em Arial, "Bitstream Vera Sans", sans-serif;
}

#sit_wrapper {
    margin:         auto;
    margin-top:     100px;
    width:          915px;
}

#sit_head {
 width:          915px;
}

#sit_head_logo {
    float: left;
}

.sit_main_menu ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.sit_main_menu li{
    border-left:1px solid #cccccc;
    color: #777777;
    float:left;
    padding-left: 8px;
    padding-right: 8px;
}



.sit_head_menu ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    float: right;
    padding-top: 25px;
}

.sit_head_menu li{
    border-left:1px solid #cccccc;
    color: #777777;
    float:left;
    text-decoration: none;
    color: #777777;
    padding-left: 7px;
    padding-right: 7px;
}

.sit_main_menu a{
text-decoration: none;
}

.sit_main_menu a:hover{
    color: #111111;
}

.sit_main_menu .first{
    border-left:0px;
    padding-left: 0px;
}
    
.sit_main_menu .last{
}

.sit_head_menu a{
    text-decoration: none;
    color: #777777;
}

.sit_head_menu a:hover{
    color: #111111;
}

.sit_head_menu .first{
    border-left:0px;
}

.sit_head_menu .last{
    padding-right: 0px;
}

.sit_divider{
   margin-top:    4px;
   margin-bottom: 15px;
   width:         915px;
}

#sit_content {
}

#sit_content a{
    text-decoration: none;
    color: #aaaaaa;
    border-bottom: 1px dotted #cccccc;
}

#sit_content a:hover{
    text-decoration: none;
    color: #111111;
    border-bottom: 1px dotted #22c2a6;
}


.sit_ul {
    margin-bottom: 10px;
    padding-left: 15px;
}

#sit_footer {
	position:fixed;
	text-align:center;
	font-size: 0.85em;
        color:     #777777;
	top:       515px;
	width:	   915px;
}
