/********************************************
	AUTHOR:  			waf-Net e. V. 
	WEBSITE:   		http://www.kunstmuseum-ahlen.de/
	VERSION:          	1.0     
	DATE:			December-20-2009     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background-color: #ffffff;
	background: url('bg_menu.gif');
	background-repeat: repeat-y;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #484848;
	margin: 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #005360;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* headlines */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-size: 170%;	
	font-weight: bold;
	line-height: 1.2em;
	color: #005360;
	border-bottom: 1px solid #005360;
	margin: 15px 0px 30px 0px;
	padding: 15px 0px;
}
h2 {
	font-size: 150%;
	color: rgb(151, 46, 93);
	font-weight: normal;
}
h3 {
	font-size: 125%;	 
	color: #6b9ece;
}

p {
	margin: 15px 0px;
	padding: 0;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-justify {
	text-align: justify;
}

.color-highlight {
	color: rgb(151, 46, 93);
	font-weight: bold;
}

/* images */
img {
	background: #fff;
	border: 0;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }

.csc-textpic-caption {
	font-size: 0.9em;
	line-height: 1.2em;
}
.csc-textpic-imagewrap {
	margin-top: 4px;
}

/* lists */
ul, ol {
	margin: 5px 10px 5px 10px;
	padding: 0 0 0 20px;
}

/* line */
hr {
	clear: both;
	background-color: #005360;
	height: 1px;
	border: 1px;
	margin: 2.5em 0 1.0em 0;
}

/* others */
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	/* white-space: pre; */
	border: 1px solid #E5F0FB;  
	background: #F4F8FD;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	margin: 10px 15px;
	padding: 0 0 0 25px;  
	font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif; 
	color: #2361BA;
	border: 1px solid #E5F0FB;   
	background: #F4F8FD url(quote.jpg) no-repeat 8px 6px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0 10px 0;	
}
	th strong {
		color: #fff;
	}
	th {
		background: #bdc6c9; 
		padding: 3px;
		color: #fff;
		text-align: left;
		border: 1px solid #fff;
	}
	tr {
		background: #fff;	
	}
	td {
		padding: 3px;
		border: 1px solid #dddddd; 
	}
table p {
	margin: 0;
	padding: 0;
}

table.full {
	width: 100%;
}

/********************************************
   LAYOUT
********************************************/ 
#sidebar {
	width: 233px;
	float: left;
}
	#sidebar-text {
		background-color: #fff;
	}
	
	/* navigation */
	#sidebar-menu {
		border-left: 1px solid #fff;
		margin-left: 48px;
	}
	#sidebar-menu ul li a {
		display: block;
		text-decoration: none;
		font-weight: normal;
	}
	#sidebar-menu ul li a:hover {
		background-color: #7b9cab;
		color: #fff;
	}
	
	#sidebar-menu ul.sidebar-menu-first {
		list-style: none;
	}
	
	#sidebar-menu ul.sidebar-menu-second {
		list-style-type: disc;
		margin: 0px 0px 0px 13px;
		padding: 0px 0px;
	}
	
	#sidebar-menu ul.sidebar-menu-third {
		list-style-type: square;
		margin: 0px 0px 0px 13px;
		padding: 0px 0px;
	}
	
	.sidebar-menu-first-no a {
		background-color: transparent;
		color: #005360;
	}
	.sidebar-menu-first-act a {
		background-color: #7b9cab;
		color: #fff;
	}
	.sidebar-menu-second-no a {
		background-color: transparent;
		color: #005360;		
	}
	.sidebar-menu-second-act a {
		background-color: #7b9cab;
		color: #fff;
	}
	.sidebar-menu-third-no a {
		background-color: transparent;
		color: #005360;		
	}
	.sidebar-menu-third-act a {
		background-color: #7b9cab;
		color: #fff;
	}
#content {
	width: 500px;
	float: left;
}
	#content-header {
		background-color: #fff;
		height: 175px;
	}
	#content-text {
		clear: both;
	}
		.content-text-intend {
			margin-left: 130px;
			padding-top: 20px;
		}


