html {
	margin: 0px;
	padding: 0px;
}

body{
	/*background: #7f7fec;*/
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	color: #444;
	min-width:1000px;
}

body * {
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input, textarea {
	border: 1px solid #666;
}

img{
	border: 0;
}

#copyr {
	display:none;
}

#hline {
	background: url("/i/line.png") repeat-x top left;
	width: 100%;
	height: 11px;
	clear: both;
}

#i_header {
	width: 100%;
	height: 180px;
}

#i_header .v_logo {
	padding: 0px 10px;
}

#i_header h1 {
	font-size: 18px;
	padding: 0px 20px;
	color: #0038ef;
	text-align: center;
}

#i_header h1.infol{
	font-size: 40px;
	color: #e0d829;
	text-align: center;
	padding: 0px;
}

#i_content {
	width: 100%;
	border-collapse: collapse;
}

#i_content .center {
	width: 60%;
	background-color: #FFF;
	padding: 10px;
	vertical-align: top;
}

#i_content .left, #i_content .right {
	width: 20%;
	padding: 10px;
	vertical-align: top;
}
#i_content .left {
	border-right: 1px solid #888;
}

#i_content .right {
	border-left: 1px solid #888;
}

#i_content a {
	color: #0038ef;
}

.widget_title{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	background: url("/i/h_wid1.png") repeat-x top left;
	line-height: 23px;
	border-top: 1px solid #9d9dad;
	border-left: 1px solid #9d9dad;
	border-right: 1px solid #9d9dad;
	
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.widget_content{
	font-size: 0.8em;
	color: #444;
	margin-bottom: 2em;
	padding: 10px;
	border-left: 1px solid #9d9dad;
	border-right: 1px solid #9d9dad;
	border-bottom: 1px solid #9d9dad;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-color: #fff;
}

.menu {
	list-style-type: none;
	padding-left: 10px;
}

.menu li ul li{
	padding-left: 20px;
	list-style-type: none;
	font-size: 15px;
}

.menu li ul li a{
	font-size: 15px;
}

.menu li {
	padding-bottom: 5px;
}

.menu li a {
	font-size: 17px;
	color: #4B6DFD;
}

.right .menu a {
	font-size: 14px;
}

#breadcrumb{
	font-size: 0.8em;
	color: #666;
}

#i_content .center h1 {
	text-align: center;
	font-size: 19px;
	line-height: 19px; 
	color: #4B6DFD;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

#i_content .center .post .affinity {
	font-family: trebuchet ms;
	font-size: 12px;
	/*padding-bottom: 0;
	margin-bottom: 0.5em;*/
	margin-bottom: 0px;
	
	
}

#i_content .center .post .affinity a{
	font-family: trebuchet ms;
	font-size: 12px;
	margin-left: 10px;
	color: #4b6dfd;
}

#i_content .center .post {
	padding-top: 10px;
	border-bottom: 1px solid #cfcfcf;
	color: #444;
	font-size: 16px;
}
/*
.post .right {
	float: right;
	width: 60%
}*/

#i_content .center .post  p {
	padding: 5px 0 10px 0px;
	margin: 0px;
}

#i_content .center .post h1 {
	/*padding-bottom: 5px;*/
	font-size: 16px;
	padding-top: 10px;
	line-height: 16px;
	color: #6572ec;
}

#i_content .center .post h1 a {
	font-size: 16px;
	line-height: 16px;
	color: #4b6dfd;
}

#i_content .center .post h1, #i_content .center .post a{
	color: #444;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

#i_content .center .post a{
	line-height: 16px;
}

/*post1*/

#i_content .center .post1 .affinity {
	font-family: trebuchet ms;
	font-size: 12px;
	/*padding-bottom: 0;
	margin-bottom: 0.5em;*/
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#i_content .center .post1 .affinity a{
	font-family: trebuchet ms;
	font-size: 12px;
	margin-left: 10px;
}

#i_content .center .post1 {
	/*padding-top: 10px;*/
	padding-bottom: 5px;
	color: #444;
	font-size: 16px;
}

#i_content .center .post1 .postimage {
	float: left;
	margin: 5px;
	border: 1px solid #999;/*#7f7fec;*/
}
#i_content .center .post1 img {
	border: 1px solid #999;
	margin: 8px;
}

#i_content .center .post1 .author {
	text-align: right;
}

#i_content .center .post1  p {
	padding: 5px 0 10px 0px;
	margin: 0px;
}

#i_content .center .post1 h1 {
	text-align: center;
	font-size: 19px;
	line-height: 19px; 
	color: #4b6dfd;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

#i_content .center .post1 h2 {
	text-align: left;
	font-size: 16px;
	line-height: 16px; 
	color: #4b6dfd;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

#i_content .center .post1 a{
	/*color: #444;
	font-size: 15px;
	padding: 0px;
	margin: 0px;*/
}

#i_content .center .post1 a{
	line-height: 16px;
}

#i_content .center .post1 ul {
	padding-left: 70px;
}
#i_content .center .post1 ol {
	padding-left: 70px;
}

#i_content .center .post1 ul.notdisc{
	padding-left: 25px;
}

#i_content .center .post1 ul li {
	list-style-type: disc;
}

#i_content .center .post1 ul.notdisc li {
	list-style-type: none;
	padding-bottom: 10px;
}
/*post1*/

.div_pages {
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.pages li{
	list-style-type: none;
	display: inline;
	padding: 3px 4px;
	border: 1px solid #4b6dfd;
	margin: 1px;
	font-size: 13px;
	color: #4b6dfd
}

.pages li.current {
	background-color: #4b6dfd;
	color: #ffffff;
}

.pages  a{
	font-size: 13px;
	color: #4b6dfd;
	text-decoration: underline;
}

.pages li a:hover{
	text-decoration: none;
}

#footer {
	font-size:12px;
	margin-bottom:1em;
	margin-left:2.3em;
	padding-bottom:20px;
	padding-top:20px;
	text-align:left;
}

#footer img {
	padding: 3px;
}

.programm tr td{
	border-bottom: 1px solid #777;
}