div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid grey;
}

/* Header for subpages */

#homeImage {
	width:					975px;
	height:					125px;
}

#homeImage #frontphoto {
	
	width:					975px;
	height:					125px;
		
}

/* -- Separation bar for a better overflow -- */
#separationBar {
	display: block;
	float: left;
	width: 975px;
	height: 12px;
	background-image: url("../img/separationBar.jpg");
	background-repeat: no-repeat;
	margin-left: 10px;
}

* html #separationBar {
	margin-left: 5px;
	margin-top: -2px;
	margin-bottom: -1px;
}

/* -- Container for the navigation (left) and content (right) -- */
#textContent {
	display: block;
	float: left;
	width: 975px;
	background-image: url("../img/background_navi-content.jpg");
	background-repeat: repeat-y;
	height: auto;
}

/* -- Navigation -- */
#navcontainer {
	list-decoration: none;
	float: left;
	width: 250px;
	background-color: none;
}

* html #navcontainer {
	margin-left: -15px;
}

#navcontainer a {
	color: white;
	text-decoration: none;
}

/* Start menu */
#navcontainer ul {
	display: block;
	list-style-type: none;
	float: right;
}

.avmenu ul {
	float: right;
	margin: 0px;
	width: 140px;
}

*+html .avmenu {
	margin-left: -20px;
}

.bilder {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 0;
}

* html .bilder {
	margin-left: 0px;
}

/* Main menu */
.avmenu li {
	clear: both;
	display: block;
	width: 238px;
	height: 30px;
	padding-top:15px;
}

.avmenu li a {
	display: block;
	float: right;
	width: 150px;
	position: relative;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 6px;
}

.avmenu li .current {
	color: #CD0000 !important;
	background-color: white !important;
	text-decoration: none;
}

/* Submenu */
.avmenu li ul li {
	padding:0;
}

.avmenu li ul li a {
	border-bottom: 1px dotted white;
	display: block;
	float: left;
	width: 150px;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 14px;
	line-height:30px;
	padding: 0;
	padding-left: 6px;
	font-weight: normal;
	margin-left: -16px;
}

.avmenu li ul li .current {
	color: #CD0000 !important;
	background-color: white !important;
	text-decoration: none;
}

* html .avmenu li ul li a {
	margin-left: 41px;
}

* + html .avmenu li {
	height:auto;
}

.avmenu li ul li ul li {
	margin-left:-98px;
}

.avmenu li ul li ul li a {
	font-weight: bold;
}

/* -- End navigation -- */ 

/* -- Content -- */
#content {
	/* Change width only when you change the margins/paddings as well
	-> prevents content from breaking (if broader than 975px incl. navigation) */
	float: left;
	width: 644px;
	display: block;
	margin-top: 20px;
	margin-left: 40px;
	background-color: none;
}

#content ul {
	font-size: 11px;
	color: #000000;
}

* html #content {
	margin-left: 25px;
}

/* -- Tables -- */
.contenttable {
	width: auto;
	height: auto;
	display: block;
}

.contenttable tbody {
	vertical-align: top;
}

.contenttable td {
	width: 175px;
}

/* -- End Content --*/ 

/* -- Footer -- */
#subfooter {
	float: left;
	display: block;
	background-image: url("../img/subfooter.jpg");
	background-repeat: no-repeat;
	width: 975px;
	height: 28px;
}

/* -- End Footer -- */

