#header {
    height: 400px;
    position: relative;
}
#header .randombox{
    margin-left:0;
    overflow-x:hidden;
    overflow-y:hidden;
    width:940px;
}	
#header .randombox div div div div img{
    left:-10px;
    position:relative;
}	

#news_teaser a:hover {
    text-decoration: underline;
}

#itcampus_logo_index {
	position: absolute;
	left: 785px;
	top: 0px;
	width: 182px;
	height: 226px;
    background-repeat: no-repeat;
}

#header_text {
	position: absolute;
	left: 3px;
	top: 223px;
	width: 480px;
	height: 94px;
	background-image: url(../images/header_text_bg.png);
    background-repeat: repeat-x;
}

#disturber {
	position: absolute;
	left: 780px;
	top: 212px;
	width: 165px;
	height: 188px;
}
#background #content{
    left:0px;
    padding-left:0;
    position:relative;
    width:940px;
}
#content .tabbertab {
    clear: both;
    height: 145px;  /* should be 152px */
    width: 946px;  /* should be 938px */
    margin-left: -1px;  /* -4px for the shadow + 3px to match the upper shadow */
    margin-right: -4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 7px;
    background-image: none;
    background-repeat: no-repeat;
    overflow: hidden;
    position:relative;
    z-index:5;
}

#feature {
    float: right;
}


/**
 * Iconbar CSS
**/

.iconbar {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.iconbar a.icon {
    float: left;
    display: block;
    width: 165px;
    height: 127px;
    border-right: 1px dotted #CCCCCC;
    background-repeat: no-repeat;
    background-position: 15px top;
}

.iconbar a.icon.nth-child-4 {
    border-right: 0;
}


#header div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	margin-bottom: 0px;
}
#header div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{
	display: block;
}
#footer {
    width: 950px;
}

#intro_text_top{
background-image:url(../images/intro_bg_top.png);
background-repeat:no-repeat;
background-position: center 7px;
height:13px;
}
#intro_text_bottom{
background-image:url(../images/intro_bg_bottom.png);
background-repeat:no-repeat;
height:10px;
margin:0;
background-position:center 0;
}


#front_page_intro_text{
background-image:url(../images/intro_bg_repeat.png);
background-position:center 0;
background-repeat:repeat-y;
clear:both;
height:123px;
overflow:hidden;
padding:12px 50px 0;
color:#666666;
font-family:Verdana,sans-serif;
font-size:1em;
}

#front_page_intro_text p{
font-size:1.1em;
}

#front_page_intro_text ul{
	list-style-type:square;	
}

#front_page_intro_text h1 {
    font-size: 1.2em;
    color: black;
    margin-top: 0em;
    margin-bottom: 0.7em;
}

#front_page_intro_text h2 {
    font-size: 1.1em;
    color: #666666;
    margin-top: 0;
    margin-bottom: 2em;
}

#front_page_intro_text h3 {
    color: black;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

#front_page_intro_text h4 {
    margin-top: 0;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

#site_navigation {
    border-bottom:1px solid #DDDDDD;
    margin:auto;
    padding-bottom:5px;
    width:940px;
}
#site_navigation h1{
    background-color:#EEEEEE;
    color:#003151;
    font-family:fantasy;
    font-size:11px;
    padding: 8px 10px;
}
#site_navigation a{
    color: #aaa;
    text-decoration: none;
}
#site_navigation table.site_nav_table{
    width:940px;
    border-right:1px solid #DDDDDD;
}
#site_navigation table.site_nav_table td{
    border-left:1px solid #DDDDDD;
    padding:0 8px;
    vertical-align:top;
}

#index_text_area{
    display:block;
    margin:auto;
    width:940px;
    position:relative;
    z-index:1;
}
#index_text_area div.column {
    float: left;
    width: 215px;
    padding: 10px;
}
#index_text_area div#news_teaser{
    width: 450px;
}
#index_text_area div.column h2{
    font-size: 13px;
    margin-top:0;
}
#index_text_area div.column a,
#index_text_area div.column
{
    color: #555;
    text-decoration: none;
}
#index_text_area div.column:hover a,
#index_text_area div.column:hover
{
    color: #003151;
}

