body {
    background-image: url(../images/bg_index.png);
}

#header {
    height: 400px;
    position: relative;
}

#news_teaser {
    position: absolute;
    left: 4px;
    top: 327px;
    width: 402px;
    height: 31px;
    padding: 4px;
    padding-left:44px;
    overflow: hidden;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    /* background-image: url(../images/header_news_bg_with_star.png); */
    background-repeat: no-repeat;
}

#news_teaser a {
    text-decoration: none;
    color: #444444;
}

#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;
}

#content .tabbertab {
    clear: both;
    height: 145px;  /* should be 152px */
    width: 932px;  /* 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: url(../images/tab_bg_start.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#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: 952px;
}

#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;
}

