/*****BASIC*****/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	color:#333;
	font: normal normal 100%  Verdana, Arial, Helvetica, sans-serife;
}

p {
	font-size: 0.75em;
	color:#333;
	line-height:120%;
}

h1 {
	font-size: 0.9em;
	color:#900; 
	margin-top:0;
}

h2 {
	font-size: 0.85em; 
	color:#900;
	margin-top:0;
}

h3 {
	font-size: 0.75em; 
	font-weight:bold;
	color:#900;
}

a, a:link, a:focus {
	color:#900;
}

a:hover, a:visited {
	text-decoration:none;
}

a img {
	border:none;
}

ul {
	margin: 0 0 0 10px;
	padding:0;
}

li {
	margin: 0;
	padding:0;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*****WRAPPER+HEADER+CORSET+COTENT*****/

#wrapper {
	width: 1007px;
	margin: 8px auto;
	padding:0;
}

#header {
	height: 178px;
	margin: 0;
	padding: 0;
	background: url(../img/basic/headerbg.jpg) no-repeat;
	position:relative;
}

#logo {
	position:absolute;
	top:25px;
	left:27px;
	z-index: 4;
}

#book {
	position:absolute;
	top:10px;
	right:8px;
	z-index:3;
}

#book img{
	border:0;
}


#corset {
	background: url(../img/basic/corsetbg.jpg) repeat-y;
	margin:0;
	padding:0;
}

#content {
	margin:0;
	padding:40px 40px 40px 0;
	float:left;
	width:788px;
}

#homecontent {
	margin:0;
	padding:40px;
}

#footer {
	background: url(../img/basic/footerbg.jpg) no-repeat;	
	clear: both;
	height:62px;
	padding:20px 0 0 100px;
}

#footer p{
	margin: 0;
	padding:0;
}

.footnav, .footnav a {
	color:#900;
	text-decoration: none;
	margin: 3px 0;
}

/*****VCARD******/

.vcard {
	font-size: 0.75em;
	font-weight:bold;
	margin-bottom:5px;
	color:#900;
}

.type {
	display: none;
}



/*****MAINNAVI*****/

#mainnavi {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0px;
	left:9px;
	z-index:2;
	width:989px;
	height:39px;
}

#mainnavi ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#mainnavi ul li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	border-right: 1px solid #900;
}

#mainnavi ul li a {
	color:#900;
	padding:0;
	text-decoration: none;
	height:39px;
	width:140px;
	display: block;
}

#mainnavi ul li a:hover{
		background: #fff;
}

#mainnavi ul li.active a{
	background: #fff;
}

#mainnavi ul li.line {
	border:0px;
	}

/*****NAVI*****/

#navi {
	width:140px;
	margin:0;
	padding:40px 20px 40px 9px;
	float:left;
}


#navi ul {
	margin:0;
	padding:0;
	list-style: none;
	font-size: 0.8em;
}

#navi ul li {
	margin:0 0 0 10px;
	padding:0;
	vertical-align: middle;
	line-height: 25px;
	border-bottom:1px solid #fbded5;
}


#navi ul li a {
	text-decoration:none;
	padding-left:10px;
	color: #333;
}

#navi ul li.active a, #navi ul li a:hover {
	color: #600;
}

.navihead {
	background: url(../img/basic/navihead.gif) top left repeat-x;
	height:40px;
	margin:0;
	padding:0;
	width:140px;
	border-bottom:1px solid #fbded5;
}

.navihead h1{
	color:#900;
	float: left;
	margin:5px 0 0 10px;
	font-size: 0.8em;
	font-weight:normal;
}

/*****MAINCOLUMNS*****/

.col-50-left {
	float:left;
	width:47%;
	margin-right:45px;
}

.col-50-right {
	float:right;
	width:47%;
}

.col-40 {
	float:left;
	width:39%;
	margin-right:25px;
}

.col-60 {
	float:right;
	width:57%;
}


/******IMG****/

.csc-textpic-caption {
	padding: 3px;
	background: #EEEAD7;
	font-size: 0.75em;
	color: #666633;
}

/*** Image With Text Layer ***/
.imageWithTextLayer {
	position: relative; 
	width: 440px; 
	overflow: hidden; 
}

.imageWithTextLayer div.shadowTop {
	width: 440px;
	height: 4px;
	background-image: url('/fileadmin/templates/img/basic/shadow-top.gif'); 
	background-repeat: no-repeat;
}

.imageWithTextLayer div.shadowBottom {
	width: 440px;
	height: 4px;
	background-image: url('/fileadmin/templates/img/basic/shadow-bottom.gif'); 
	background-repeat: no-repeat;
}

.imageWithTextLayer div.shadowLeftRight {
	width: 440px;
	background-image: url('/fileadmin/templates/img/basic/shadow-left-right.gif'); 
	background-repeat: repeat-y;
}

.imageWithTextLayer div.textLayerBackground {
	position: absolute; 
	top: 200px; 
	left: 160px; 
	width: 275px; 
	height: 150px; 
	background-color: white; 
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
.imageWithTextLayer div.textLayer {
	position: absolute; 
	top: 200px; 
	left: 160px; 
	width: 240px; 
	height: 125px; 
	background-color: transparent; 
	margin: 30px 0 0 30px;
	color: #990000;
	font-weight: bold;
}


.imageWithTextLayer div.textLayer p, .textLayer h1 {
	color: #990000;
	font-family: Verdana;
	font-weight: bold; 
}

/*** Image With Text Layer 2 ***/

.imageWithTextLayer2 {
	position: relative; 
	width: 440px;
}

.imageWithTextLayer2 div.shadowTop {
	width: 440px;
	height: 4px;
	background-image: url('/fileadmin/templates/img/basic/shadow-top.gif'); 
	background-repeat: no-repeat;
}

.imageWithTextLayer2 div.shadowBottom {
	width: 440px;
	height: 4px;
	background-image: url('/fileadmin/templates/img/basic/shadow-bottom.gif'); 
	background-repeat: no-repeat;
}

.imageWithTextLayer2 div.shadowLeftRight {
	width: 440px;
	background-image: url('/fileadmin/templates/img/basic/shadow-left-right.gif'); 
	background-repeat: repeat-y;
}

.imageWithTextLayer2 div.textLayer {
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	width: 420px; 
	background-color: transparent; 
	margin: 0px 10px;
	
	text-align: right;
	color: white;
	font-weight: bold;
}

.imageWithTextLayer2 div.textLayer p, .imageWithTextLayer2 div.textLayer h1 {
	color:#fff;
	font-family: Verdana;
	font-weight: bold; 
	
}

/*** image with red text ***/
.imageWithTextLayer div.textLayerRed p, .imageWithTextLayer2 div.textLayerRed h1 {
	color: #990000;
	font-family: Verdana;
	font-weight: bold; 
}
.imageWithTextLayer div.textLayerRed {
	/*position: absolute; 
	bottom: 0px; 
	right: 0px; 
	width: 420px; 
	background-color: transparent; 
	margin: 0px 10px;*/
	
	margin: -4px 4px 20px 0;
	text-align: right;
	color: white;
	font-weight: bold;
	
}

/*** tex wrapper ***/
.textWrapper {
  margin-left: 5px;
  margin-right: 6px;
  
}

/*check out the hack in main-ie6.css */
#footer_link{
		display:block;
		float:right;
		height:56px;
		margin-right:46px;
		width:95px;
		margin-top:-10px;
}

