@import url("reset.css");
@import url("layout.css");

a {
	outline: none;
	color: #03b;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	line-height: 1.1em;
}

a:hover {
	color: #b03;
	border-bottom-color: #b03;
}

	a.answer {
		display: block;
		padding: .25em 0;
		text-align: center;
		background: #eee;
		border: 1px solid #ddd;
	}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 87.5%;
	background: #f2f2e6;
	min-width: 780px;
	color: #111;
}

	.page {
		margin: 0;	
		padding: 4em;

	}

		.container {
			padding: 4em;
			background: #fff url("../img/announce.jpg") 0 100% repeat-x;			
		 	border: 1px solid #ddd;			
		}

#content {
	padding-top: 1em;
}



#online #nl-footer {
	padding-left: 4em;
	border: none;
	background: #f2f2e6;
}


/* */
h2.h-sitename {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

/* */

h1 {
	font: normal normal 2em/1.2em Arial, Helvetica, sans-serif;
	margin: 1em 0 0;
}

h2.h-sitename {
	font-size: 2.5em;
	margin: 0;
}

	h2.h-sitename a {
		color: #555;
		border-bottom: none;
		text-decoration: none;
	}

		h2.h-sitename a sup {
			font-size: .5em;
			position: relative;
			font-style: oblique;
			top: -.5em;
			border-bottom: 1px solid #ddd;
			color: #777;
		}
			
	h2.h-sitename a:hover {
		color: #111;
	}
	
		h2.h-sitename a:hover sup {
			color: #111;
			border-color: #555;
		}
h2 {
	margin: 1.25em 0 0em;
	font-size: 1.5em;
	color: #050;
}
		
h3 {
	font-size: 1.25em;
	color: #555;
	margin-top: 1em;
}
/* */

#nav {
	overflow: hidden; 
	clear: both;
	height: 1%;
}

#nav li {
	padding: 0 2em 0 0 ;
	float: left;
}

#contacts li {
	padding: .5em 0;
	color: #777;
}

.breadcrumbs {
	margin-bottom: 1em;
	color: #aaa;
}


/* */

	.announce h2, .stenogramm h2  {
		font-size: 2em;
		margin: .5em 0;
	}

	.announce .mark {
		background: #eee url("../img/announce.jpg") 0 100% repeat-x;
		margin: 0 -2.5em 1em;
	}	
	
	.announce .date {
		font-size: 1.5em;
		color: #333;
		
	}
	
	.announce .entry {

	}
	
	.stenogramm .meta {
		margin-bottom: 1em;
	}
	.meta p {
		color: #777;
		font-size: .75em;
	}

.stenogramm dl.person {
	margin-left: 0;	
	padding-left: 0;
}

.person img {
	border: 1px solid #aaa;
}

/* */

#hideansw {
	text-align: right;
	margin-bottom: 1em;
}

#hideansw a {
	border-bottom-style: dashed;
}

.quan {
	padding-bottom: 2em;
	color: #111;
}

	.quan dt {
		padding: 2em 0 1em;
		margin-top: 1em;
		line-height: 1.35em;
		font-size: .9em;
		font-weight: bolder;
		border-top: 1px solid #eee;
		color: #333;
	}

	.quan dd {
		line-height: 1.35em;	
		font-size: 1em;
		padding: 0 0 2em
	}		

	.quan dd:last-child {
		background: url("../img/marker-end.jpg") 100% 100% no-repeat;			
	}

/* */

.person {
	border: 0;
	margin: 0 0 1em ;
	overflow: hidden;
	height: 1%;
	color: #555;
}

	.person dt {
		font-size: 1.5em;
		color: #333;
	}

	.person .photo {
		float: left;
		margin: 0;
		width: 60px;
		height: 60px;
		overflow: hidden;
		margin-top: .5em;		
		margin-right: 1em;
	}

		.person .photo img {
			margin: -20px 0 0 -20px;
		}

	.stenogramm .person .photo {
		width: 400px;
		height: 150px;
		display: block;
		float: none;
		margin: 0;
	}
	
	.stenogramm .person .photo	img {
		margin: -60px 0 0 -10px;
	}
	
.person.past {
	opacity: .5;
}	
/* */

.entry {
	line-height: 1.5em;	
}

.entry p {
	margin-top: 1em;
	line-height: 1.5em;
}

.entry ul {
	margin: 1em 1.1em;
	list-style: disc
}

.entry ul li {
	margin: 0 0 1em;
}

.block_2 .entry ul {
	margin: 0 2em;	
}

/* */

.box {
	margin: 0 0 2em;
}

.box h3 {
	font-size: 2em;
	color: #555;
}

.quicknav {
	margin: 1em;
}

.quicknav li {
	margin: 1em 0 0;
}

.quicknav em {
	font-size: .75em;
	color: #777;
	font-style: normal;
}
/* */

.simpleform {

}

	.simpleform fieldset {
		margin: 1em 0;
		overflow: hidden;
		height: 1%;
		clear: both;
	}

			.simpleform fieldset input, 
			.simpleform fieldset textarea {
				width: 28em;
				border: 1px solid #ccc;
				float: left;
				font-size: 1em;
				font-family: Arial, Helvetica, sans-serif;				
			}

			.simpleform textarea {
				height: 150px;
			}

			.simpleform label {
				float: left;
				width: 150px;
				color: #777;
	
			}

			.simpleform label.error {
				background: #eee;
				padding-left: 24px;
				width: auto;
				background: url("../img/bullet_error.png") 6px 50% no-repeat;
				float: left;	
				color: #f00;		
				font-size: .75em;	
				line-height: 1.75em;							
			}

			.simpleform input.error, 
			.simpleform textarea.error {
				border: 1px solid #f77;
				background: #fee;
			}

			.simpleform .submit {
				margin-left: 150px;
				width: auto;
			}
/* */
#navBottom {
	font-size: .9em;
	color: #777;
	float: right;	
}			

	#navBottom li {
		float: left;
		margin-left: 1em;
	}	

/* */

ul.doclist {
	margin-top: 2em;
}

	.doclist li {
		padding: 2em 1em;
		margin-bottom: 1em;
		line-height: 1.33em;
		overflow: hidden;	
		height: 1%;	
		clear: both;
		border: 1px solid #fff;
		background: #fff;
	}
	

	#online .anno, #online .anno:hover {
		font-size: 1.15em;
		background: #ffe;
		border: 1px solid #c1c196;
		margin-bottom: 2em;
	}
	
	#online .anno dl {
		background: #ffe;
	}	
	
		.doclist dl {
			background: none;
			overflow: hidden;
			height:1%;
		}

			.doclist dt {
				margin-bottom: .25em;
				font-size: 1.35em;
			}

				.doclist dt a {
					border-bottom-width: 1px;
				}

				.doclist dt a:hover {
					border-bottom-width: 1px;
				}

			.doclist .date {
				font-size: .9em;

				color: #777;
			}

			.doclist .anno .date {
				font-size: 1.1em;
				font-style: normal;
				margin: .5em 0;
				color: #b03;	
			}

				.doclist .time {
					display: none;
				}

				#online .doclist .anno .time {
					display: inline;
				}

			.doclist .photo {
				float: left;
				margin-right: 1em;		
			}

				.doclist .photo a {
					border: none;
					display: block;
					width: 100px;
					height: 100px;
					overflow: hidden;
					border: 1px solid #aaa;					
				}

				.doclist .anno .photo a {
					border: none;
					display: block;
					width: 200px;
					height: 200px;
					overflow: hidden;
					border: 1px solid #aaa;					
				}		
			
			.doclist .desc, .doclist .desc a, .doclist .desc a:hover {
				color: #333;
				padding-top: .5em;
				border-bottom-width: 0;
			}		

/* */

.response {
	border: 1px solid #7f7;
	background: #dfd;
	padding: 1em;
	margin-top: 1em;

}

	.response h3 {
		font-size: 1.5em;
		margin-top: 0;
		font-style: normal;
	}

#questionResponse {
	margin: 1em 0 0 -1em;
	width: 60%;	
	display: none;
}

.questionWrapper {
	padding: 1em 0 2em 2em;
	border: 1px solid #ddd;
	background: #ffe;
	margin: 1em 0 0 -2em;
}

span.phone {
	white-space: nowrap;
	font-size: 1.5em;
}

		.important {
			font-size: 1.15em;
			padding: 0 1em;
			background: #efe;
			border: 1px solid #afa;	
		}
		
		.important .big {
			font-size: 1.1em;
		}
		
		.important p {
			margin: 1em 0;
		}

