html,body {margin:0;padding:0}
body {
	background: #ffffe3 url(index_texture.jpg) repeat;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* HTML menu (if flash blocked) */

#html_menu {
	height: 53px;
	z-index: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
}
#html_menu ul{
	margin: 0;
	padding: 0;
}
#html_menu li{
	float: left;
	list-style: none;
	padding: 0.2em 0.3em;
	margin: 0;
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
}

/* main page */

#main_page_flash {

	/* for mozilla */
	min-height: 660px;

	/* for IE */
	
	background-image:url(index_achtung.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/* page markup */


#babochka {
	position:absolute;
	width:400px;
	height:400px;
	z-index: 2;
}

#flash_menu {
	height: 61px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}

#bg_left_tile {
	background: #ffffe3 url(ilustr_middle_left_tail.jpg) repeat-y top left;
}
#bg_left_image { 
    background-repeat: no-repeat;
}
#bg_trans_image {
    background: url(ilustr_middle_left.gif) no-repeat left -531px;
    /*height:auto !important;*/
}
#bg_bottom_tile {
	background: url(ilustr_bottom_tail.jpg) repeat-x left bottom;
}
#bg_bottom_left_image {
    background:url(ilustr_bottom_left.png) no-repeat left bottom;

    overflow: hidden;
    padding-left: 531px;
    padding-right: 42px;
    padding-bottom: 298px;
    min-height: 916px;
}

div.copy_right {
    font-size:14px;
    margin-top:-27px;
    padding-left:45px;
}

div.copy_right a:visited,
div.copy_right a:hover,
div.copy_right a{
  color:#FFFFE3;
  text-decoration:none;
}

/* CONTENT */

.content_logo {
  padding-top: 20px;
  font-size: 35pt;
  font-family: Garamond;
  color: #6C0400;
  font-weight: bold;
}
.content_logo img {
  display: block;
  margin:0;
  padding:0;
}

h1.content_title {
    background:url(logo.png) no-repeat 0px top;
    padding: 28px 0 0 100px;
    height: 90px;
    margin: 10px 0;
    border: 0;
	
}

.content, input, textarea, select {
	color: #333333;
	font-size: 11pt;
}

.content, .content textarea {
	/*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
}



a {color:#6C0400;}
a:link {color:#6C0400;}
a:visited {color:#753D1A;}
a:hover {color:#E80800; text-decoration: none;}

#div_menu_top {
  background:#F5A333;
  background-repeat:no-repeat;
  height:53px;
  width:100%;
}


/* diff */

.cl {
	clear: both;
}


/*==============================================================================*/
/*     TEAM        */

ul.members_list {
	margin: 0;
	padding: 0;
}

ul.members_list li{
	margin: 0;
	margin-left: 1em;
	padding: 0;
	float: left;
	width: 190px;
	height: 275px;
	list-style-type: none;
	text-align: center;
}
ul.members_list li .role{
	font-size: 11pt;
}
ul.members_list li h4{
	margin: 0.3em;
	padding: 0;
	color:#6C0400;
	font-size: 12pt;
}
ul.members_list li span.details{
	margin-top: 0.3em;
	float: right;
	font-size: 8pt;
}
ul.members_list li .frame{
	height: 175px;
	overflow: hidden;
}

ul.members_list li .frame a:hover img{
	border-left: 13px solid #ec9335;
	border-right: 13px solid #ec9335;
}

ul.members_list li img{
	margin: 0 auto;
	display: block;
	border: 0;
}





/*                       */

span.nobr{
	white-space:nowrap;
}



img.image_left{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}



img.image_right{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}



/* like kontakt */

h1, h2, h3, h4 {
	font-weight:bold;
	/*font-family:arial,sans-serif;*/
	margin: 1.5em 0 0.7em 0;
}

h1, .vkHeader1 {
	border-bottom:1px solid #DAE1E8;
	border-bottom:1px solid #BE986D;
	border-bottom:1px solid #ccaaaa;
	color:#45688E;
	color:#954300;
	color:#995555;
	color:#994444;
	font-size:18pt;
}
h2, .vkHeader2 {
	border-bottom:1px solid #ccaaaa;
	color:#994444;
	font-size:16pt;
}
h3, .vkHeader3 {
	color: #994444;
	font-size:14pt;
}
h4 {
	color: #994444;
	font-size:12pt;
}
h5 {
	color: #994444;
	font-size:11pt;
}
h6 {
	color: #000000;
	font-size:11pt;
}


blockquote {  
	font-size:1em;  
	line-height:140%;  
	margin:20px;  
	background: url(closequote.gif) no-repeat bottom right;  
	padding:0px 40px 5px 40px;  
	color: #3c7ba4;  
}  
blockquote:first-letter {  
	background: url(openquote.gif) no-repeat left top;  
	margin-left: -40px;  
	padding:5px 2px 10px 40px;  
}  

/*--------------------------------------------*/
/*                HELPERS                     */
/*--------------------------------------------*/


			.relativier {position: relative;}
			.centerer {text-align: center;}
			.borderer {border: 1px solid #f00;}
			.hider {display: none;}
			.blocker {display: block;}
			.inliner {display: inline;}
			.nobrer {white-space: nowrap;}
			.overflover {overflow: hidden;}
			.smaller {font-size: 90%;}
			.grayer {color: #a3a3a3;}
			.floater {float: left;_clear: right;}
			.floater-right {float: right;_clear: left;} 
			.clearfix:after {
				content: "\0020";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
				overflow:hidden;
			}
			.clearfix {display: block;}
			.clearfix {
				//display: inline-block;
			}
			* html .clearfix {height: 1%;}

/* pager */

.pages {
	margin-top: 50px;
}

.pages img, .pages a, .pages span  {
	display: block;
	float: left;
	margin-right: 3px;
}

.list_item {
	margin-bottom: 3em;
	width: 100%;
	float: left;
}
.list_item .img{
	float: left; 
	width: 200px;
	margin-right: 20px;
	min-height: 1px;
	padding-top: 22px;
}
.list_item .text{
	float: left;
	width: 470px;
}
.list_item .date{
	line-height: 30px;
	padding-bottom: -12px;
	margin-bottom: -30px;
	text-align: right;
	max-width: 690px;
}
.list_item .name{
	margin: 0;
	padding-right: 110px;
	line-height: 30px;
	max-width: 690px;
}
.list_item .text .anons{
	float:left;
	clear:left;
}