html, body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* Header part of page */
#headerwrap {
	width: 100%;
	background-color: #6A88BA;
}

#header {
	width: 1000px;
	height: 170px;
	border-collapse: collapse;
}

#headerimage{
	height:170px;
}

#header #lcol_home {
	margin: 0;
	border: 0;
	padding: 0;
	width: 853px;	
	vertical-align: top;
}


#header #lcol_amo {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_amo.jpg);
	vertical-align: top;
}


#header #lcol_contact {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_contact.jpg);
	vertical-align: top;
}



#header #lcol_silios {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_silios.jpg);
	vertical-align: top;
}



#header #lcol_partner {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_partner.jpg);
	vertical-align: top;
}



#header #lcol_reports {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_reports.jpg);
	vertical-align: top;
}



#header #lcol_news {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_news.jpg);
	vertical-align: top;
}



#header #lcol_member {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_member.jpg);
	vertical-align: top;
	
}



#header #lcol_objectives {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_objectives.jpg);
	vertical-align: top;
	
}




#header #lcol_technology {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_technology.jpg);
	vertical-align: top;
	
}




#header #lcol_activities {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_activities.jpg);
	vertical-align: top;
	
}



#header #lcol_surrey {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_surrey.jpg);
	vertical-align: top;
	
}


#header #lcol_ibm {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_ibm.jpg);
	vertical-align: top;
}


#header #lcol_rwth {
	margin: 0;
	border: 0;
	padding: 0;
	width: 720px;
	background-image: url(../img/header/bg_rwth.jpg);
	vertical-align: top;	
}

#header #logo{
	margin-left: 42px;
}

#header #rcol {
	margin: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0;
	width: 143px;
	background-color: #797A7C;
	vertical-align: top;
}

#header #rcol form{
	margin: 4px 4px 8px 4px;
	font-size: 11px;
	color: black;
}

#header #rcol #inp{
	margin: 0;
	border: 1px solid #c6c7c8;	
	width: 100px;
}

#header #login_head{
	margin: 0;
	border-bottom: 1px solid white;
	padding:4px;
	background-color: #777B84;
	font-size: 11px;
	color: white;
}

#header #rcol #inp_logout{
	margin: 0;
	border: 1px solid white;
	padding: 2px;
	background-color: #797A7C;
	font-size: 11px;
	color: white;
}

/* Navigation */
#navwrap{
	width: 100%;
	min-width: 863px;
	border-top: 1px solid white;	
	background-color:#777B84;
	vertical-align: middle;
}

#navwrap #tnavc1{
	width: 43px;
}

#navwrap #tnavc2{
	width: 152px;
}

#navwrap #tnavc2 a.subnavhead:link, a.subnavhead:visited, a.subnavhead:focus, a.subnavhead:hover, a.subnavhead:active{
	margin: 0;
	padding: 5px 10px;
	background-color: white;
	color: #6d6e71;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#navwrap #tnavc3{
	width: 668px;
}

#navwrap a.nav:link, a.nav:visited, a.nav:focus, a.nav:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: #797A7C;
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/sq.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	display: block;
}

#navwrap a.nav:hover{
	background-color: white;
	color: black;
	background-image: url(../img/navi/sq_on.gif);
}

#navwrap a.nav_act:link, a.nav_act:visited, a.nav_act:focus, a.nav_act:hover, a.nav_act:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: white;
	color: black;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/sq_on.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	display: block;
}



/* Content part of page */
#contwrap{
	width: 1000px;
}

#contwrap #contstart{
	margin: 0;
	padding: 40px 0 10px 42px;
}

#contwrap #contc1{
	width: 42px;
}

#contwrap #contc2{
	width: 153px;
	background-color: white;
	vertical-align: top;
}

#contwrap #contc2 td{
	border-left: 1px solid #797A7C;
	border-right: 1px solid #797A7C;
}

#contwrap #contc2 a.subnavl1:link, a.subnavl1:visited, a.subnavl1:focus, a.subnavl1:active{
	margin: 0;
	padding: 5px 8px 5px 10px;
	background-color: #76A3CD;
	color: black;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#contwrap #contc2 a.subnavl1:hover{
	padding-left: 6px;
	border-left: 4px solid #797A7C;
	background-color: #797A7C;
	color:  white;
}

#contwrap #contc2 a.subnavl1_act:link, a.subnavl1_act:visited, a.subnavl1_act:focus, a.subnavl1_act:active, a.subnavl1_act:active{
	margin: 0;
	padding: 5px 8px 5px 6px;
	border-left: 4px solid #797A7C;
	background-color: #797A7C;
	color:  white;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#contwrap #contc2 a.subnavl2:link, a.subnavl2:visited, a.subnavl2:focus, a.subnavl2:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: #909398;
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/arr.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	display: block;
}

#contwrap #contc2 a.subnavl2:hover{
	background-color: #ebeff6;
	color:  #033389;
	background-image: url(../img/navi/sq_on.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;	
}

#contwrap #contc2 a.subnavl2_act:link, a.subnavl2_act:visited, a.subnavl2_act:focus, a.subnavl2_act:active, a.subnavl2_act:hover{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: #ebeff6;
	color:  #033389;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/sq_on.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;	
	display: block;
}

#contwrap #contc2 a.subnavl3:link, a.subnavl3:visited, a.subnavl3:focus, a.subnavl3:active{
	margin: 0;
	padding: 5px 8px 5px 38px;
	background-color: #ffffff;
	color: #7d8288;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/hyphen.gif);
	background-repeat: no-repeat;
	background-position: 1.8em 0.5em;
	display: block;
}

#contwrap #contc2 a.subnavl3:hover{
	background-color: #ffffff;
	color:  #033389;
	background-image: url(../img/navi/hyphen_on.gif);
	background-repeat: no-repeat;
	background-position: 1.8em 0.5em;	
}

#contwrap #contc2 a.subnavl3_act:link, a.subnavl3_act:visited, a.subnavl3_act:focus, a.subnavl3_act:active, a.subnavl3_act:hover{
	margin: 0;
	padding: 5px 8px 5px 38px;
	background-color: #ffffff;
	color:  #033389;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/hyphen_on.gif);
	background-repeat: no-repeat;
	background-position: 1.8em 0.5em;	
	display: block;
}

#contwrap #contc3{
	width: 100%;
	vertical-align: top;
}

#contwrap #contc4{
	width: 143px;
	vertical-align: top;
}

#contwrap #contc4 a.contextnav:link, a.contextnav:visited, a.contextnav:focus, a.contextnav:active{
	margin: 0;
	border-bottom: 1px solid white;
	padding: 5px 8px 5px 26px;
	background-color: #76A3CD;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/arr_black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	display: block;
}

#contwrap #contc4 a.contextnav:hover{
	background-color: white;
}

#contwrap #breadcrumb{
	padding: 10px 15px 0 15px;
	font-size: 13px;
	color: #033389;
}

#contwrap #breadcrumb a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:focus, a.breadcrumb:hover, a.breadcrumb:active{
	font-size: 13px;
	color: black;
	text-decoration: none;
}

#contwrap #pagetitle{
	padding: 10px 15px 5px 15px;
	font-size: 18px;
	color: black; 
}

#contwrap #cmenuhead{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px;
	font-size: 11px;
	color: white;
	background-color: #797A7C;
}

#contwrap #content{
	padding: 5px 15px 20px 15px;
	font-size: 13px;
}

h1.claim{
	margin-left: 173px;
	font-size: 24px;
	color: #e20020;
	font-weight: normal;
}



/* Mailform */
div.csc-mailform-field label{
	float: left;
	clear: both;
	width: 120px;
}

div.csc-mailform-field input, div.csc-mailform-field select, div.csc-mailform-field textarea{
	margin: 2px;
}

label.label_small {
	float: left;
	clear: both;
	width: 30px;
}

/* Search */
td.tx-indexedsearch-descr{
	font-size: 11px;
}

td.tx-indexedsearch-info{
	font-size: 11px;
}
.tx-indexedsearch-path{
	background-color:white;
}
span.tx-indexedsearch-path a:link, a:visited, a:focus, a:active, a:hover{
	font-size: 13px;
	background-color: white;
	}

td.tx-indexedsearch-title a:link, a:visited, a:focus, a:active, a:hover{
	background-color: transparent;
}


/* Collage */
table.collage{
	margin: 0;
	border: 0;
	padding: 0;
	width: 463px;
}

table.collage td {
	padding: 5px;
}

table.collage td a.collage:link, a.collage:visited, a.collage:focus, a.collage:active, a.collage:hover{
	font-size: 11px;
}


/* vcd_archive */

table.colored {
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
td.title {
	padding: 2px;
	border-bottom: 1px solid white;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: #blue;
}
td.header, td.normal, td.light, td.dark, td.label {
	padding: 2px;
	border-bottom: 1px solid white;
	color: black;
	background-color: #76A3CD;
}

/* General */

h1{
	margin: 20px 0 10px 0;
	font-size: 16px;
	color: black; 
}

h2{
	margin: 20px 0 10px 0;
	font-size: 14px;
	color: black; 
}


h3{
	margin: 20px 0 5px 0;
	font-size: 13px;
	color: black; 
}


p{
	margin: 0 0 10px; 0;
	font-size: 13px;
}

td{
	font-size: 13px;
}


a:link, a:visited, a:focus, a:active{
	font-size: 13px;
	color: #6d6e71; 
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

hr{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #033389; /* Mozilla 1.4 */
	color: #6d6e71; /* IE 6 */
	border: #6d6e71; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	clear: both;
}

table.default_table{
	margin: 10px 0 10px 0;
	border: 0 solid white;
	font-size: 13px;
	border-collapse: collapse;
}

td.td_yellow{
	border: 1px solid white;
	padding: 2px;	
	background-color: #ffdf8c;
}

td.td_darkyellow{
	border: 1px solid white;
	padding: 2px;	
	background-color: #ffb800;	
}

.top_wrap{
	margin: 5px 0;
}

.top_link{
	display: inline;
}


#newswrap{
	width: 144px;
	float: right;	
}

#newswrap #newshead{
	padding: 5px;
	font-size: 11px;
	color: white;
	background-color: #797A7C;
}

#newswrap div.news-list-home{
	padding: 5px;
	border-top: 1px solid white;
	background-color: #76A3CD;
	color: #black;
}

#newswrap h1.news-home{
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: white;
}

#newswrap a:link, #newswrap a:visited, #newswrap a:focus, #newswrap a:active{
	font-size: 11px;
	color: white; 
	font-weight: bold;
	text-decoration: none;
}

#newswrap a:hover{
	text-decoration: underline;
}



h1.news{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

p.news-list-date{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

p.news-list-subheader{
	display: inline;
}

div.news-list-item p.news-list{
	margin: 0;
	display: inline;
}

div.news-list-item a{
	font-color:black;
}

h3{
	margin: 20px 0 5px 0;
	font-size: 13px;
	color: black; 
}

table.default_table{
	margin: 10px 0 10px 0;
	font-size: 13px;
	border-collapse: collapse;
}

td.td_blue{
	border: 1px solid white;
	padding: 2px;	
	background-color: #6A88BA;
}

.td_blue{
	border: 1px solid white;
	padding: 2px;	
	background-color: #6A88BA;
}

.td_grey{
	border: 1px solid white;
	padding: 2px;	
	background-color: #797A7C;	
}

.td_grey_2
{
        background-color:#909398;
	border: 1px solid white;
	padding: 2px;	

}


hr{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #033389; /* Mozilla 1.4 */
	color: #033389; /* IE 6 */
	border: #033389; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	clear: both;
}

.rot{
 color: red;
}





.center
{
text-align:center;
}


a img{
border-width:0px;
}

a.homelink{
	display:block;
	margin-left:42px;
	height:55px;
	width:154px;
	text-align:center;
	background-color:white;
	padding-top:25px;
	font-size:30px;
	letter-spacing: 4px;
}
a.homelink:hover{
	text-decoration:none;
}
.service {
	background: url(../img/header/ico_hgrund.gif);
	height: 16px;
	width: 100%;
}

.service_l {
	float: left;	
	padding-left:30px;
	}

.service_r a{
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	}

.service_r {
	float:left;
	text-align:right;
	width:49px;
}
.log {
	background:#5B7AB2;
	padding-top: 2px;
	padding-bottom: 2px;
}
.login {
	border-bottom: 1px solid #676869;
	border-top: 1px solid #676869;
	height: 20px;
	background: #5B7AB2;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	}
.newsletter {
	height:20px;
	background: #5B7AB2;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #676869;	
	}
.meet {
	border-bottom: 1px solid white;
	border-top: 1px solid white;	
	height:20px;
	background: #A7B8D6;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
}
.login a, .newsletter a {
	font-weight: bold;
	color: #fff;
	display: block;
}
.meet a {
	font-weight: bold;
	display: block;
}
#logo {
	background: url('fileadmin/templates/img/grandproject.png');
	background-repeat: no-repeat;
	height: 170px;
	margin-left: 48px;
	width: 154px;
	display: block;
}
#header #logo{
	margin-left: 42px;
	height: 170px;	
}

#header #rcol {
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0px;
	width: 143px;
	height: 170px;
	background-color: #676869;
	vertical-align: top;
}

#header #rcol form{
	margin: 4px 2px 4px 4px;
	font-size: 11px;
	color: white;
}

#header #rcol #inp{
	margin: 0;
	border: 1px solid #c6c7c8;	
}

#header #login_head{
	margin: 0;
	border-bottom: 1px solid white;
	padding:4px;
	background-color: #676869;
	font-size: 11px;
	color: white;
}

#header #rcol #inp_logout{
	margin: 0;
	border: 1px solid white;
	padding: 2px;
	background-color: #676869;	
	font-size: 11px;
	color: white;
}

