/* applies to ALL unless different is stated with in the seperate class */
* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}
/* end apply ALL */

body {
	background: #e2e2e2 url("/images/common/bgtexture_uccgrey.gif") repeat-y top center;
	text-align: center;
	font-size: 12px;
	margin-top: 1em;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #0E2B4D;
	width: 95%;
}

td {
	background-color: #f8f8f8;
	padding: .3em 1em .3em 1em;
	vertical-align: text-top;
}

th {
	background-color: #e8e8e8;
	padding: .3em 1em .3em 1em;
	vertical-align: text-top;
	text-align: left;
}


/* global text-link */
a:link, a:visited {
	color: #0E2B4D;
	display: inline-block;
	text-decoration: underline;
}

a:hover {
	color: #0E2B4D;
	display: inline-block;
	background-color: #EFEFEF;
	text-decoration: none;
}

a.clear:link, a.clear:visited, a.clear:hover {
	color: #0E2B4D;
	background-color: transparent;
	text-decoration: none;
}
/* end global text-link */

/* picture definitions */
#front {
	width: 716px;
	background:#fff url("/images/topimages/iwrmwa.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 116px;
	display: block;
}

#about {
	width: 716px;
	background:#fff url("/images/common/topgrafik.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 126px;
	display: block;
}

#components {
	width: 716px;
	background:#fff url("/images/common/topgrafik.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 126px;
	display: block;
}

#activities {
	width: 716px;
	background:#fff url("/images/common/topgrafik.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 126px;
	display: block;
}

#contact {
	width: 716px;
	background:#fff url("/images/common/topgrafik.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 126px;
	display: block;
}

#locations {
	width: 716px;
	background:#fff url("/images/common/topgrafik.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 126px;
	display: block;
}

#links {
	width: 716px;
	background:#fff url("/images/common/topgrafik.jpg") no-repeat top left;
	text-transform: uppercase;
	height: 126px;
	display: block;
}
/* end picture definitions */


a.strike:link, a.strike:visited, a.strike:hover {
text-decoration: line-through;
cursor: text;
}

.inputbuttons { /* submit + reset buttons on newsletter subscribe */
	font-family: verdana, arial, sans-serif; border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px
}

#content #printpage {								/* printpage function only used on subpages */
	padding: 1em 0 0 0;
}

#content #breadcrumb {								/* breadcrumb only used on subpages */
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #0E2B4D;
	text-transform: uppercase;
	margin: 0 0 0 .8em;	
}

#content #breadcrumb a:link, #content #breadcrumb a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #0E2B4D;
	text-transform: uppercase;
	text-decoration: underline;
}

#content #breadcrumb a:active, #content #breadcrumb a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #0E2B4D;
	text-transform: uppercase;
	text-decoration: none;
}

/* horizontal ruler to seperate news on frontpage */
hr {
	line-height: 1px;
	border: 1px solid #CFDAE6;
}


#content .floatright /* text float around images */
{
	float: right;
	margin: 0 0 2px 10px;
	border: 1px solid #3a3a3a;
}

#content .floatleft /* text float around images */
{
	float: left;
	margin: 0 25px 10px 0;
	border: 1px solid #3a3a3a;
}

#content .floatright_nb /* text float around images */
{
	float: right;
	margin: 0 0 2px 10px;
}

#content .floatleft_nb 	/* text float around images, without border! */
{
	float: left;
	margin: 0 10px 2px 0;
}

#content .clear, #contentfullcolumn .clear {border: 0;}

#content .news {
	border: 1px solid #cdcdcd;
	width: 200px;
	float: right;
	padding: 0 0 0 10px;
}

#content .news img {
	border: 1px solid #000;
	float: left;
}

#content .news h3 {
	font-size: 20px;
	padding: 0 0 .5em 0;
	color: #291B59;
}

#content .news p {
	padding: 0 0 1em 0;
}	

#content .news ul { 
	list-style: ;
	list-style-image: ;
	padding: .5em 0 .5em 1.5em;
	list-style-position: outside;
}

#content .news li { 
	padding: 0 0 .5em 0;
}

#content .noborder {border: 0px;}