@charset "utf-8";
/* CSS Document */
body {
	background-color: #325882;
	color: 					#000;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				100%;
	background-image: url("../images/template/left_balk_2kl.jpg");
	background-repeat:repeat-x;
}
 
html, body {
	margin: 				0;
	padding:	 			0;
}
 
html, body, .swc0, .swc1 {
	height: 				100%;
}
 
.swc0 {
	display: 				table;
	margin: 				0px auto 0px auto;	
}
 
.swc1 {
	display: 				table-cell;
	vertical-align: 		middle;
}
 
.swc2 {
}
 
#container {
	width:					800px;
}
 
#container img {
	padding: 				0px 0px 0px 0px;
}
 
 
h1 {
	background-color: 		#cccccc;
	font-size: 				22px;
	line-height: 			1;
	margin: 				0 0 20px 0;
	text-align: 			center;
}
 
p {
	display: 				block;
	margin: 				0.3em 0 0 0;
}
 
#container div p:first-child {
	color: 					#0000FF;
	font-size:				16px;
	font-weight:			bold;
}
 
ul, ol {
	margin-top: 0;
	margin-bottom: 0.3em;
}

