* {
	padding: 0;
	margin: 0;
	border: 0;
}

body { 
	width:100%;
	background-color: #eee;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	color: #222;
	letter-spacing: 0.7px;
}

dl,dd {
	padding-left:20px;
}

dt {
	font-weight: bold;
}

h1 {
	font-size: 20px;
	margin-bottom: 12px;
}

p {
	/*margin-bottom: 12px;*/
}

input, textarea {
padding: 1px;
margin-bottom: 2px;
border: 1px solid #222;
}

.inner_container {
	width: 964px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear:both;
}

div#top {
	background-color: #eee;
	width: 100%;
}

#logo {
	display:inline;
	float: left;
}

#main_menu {
	font-size: 16px;
	list-style-type: none;
}

#main_menu li {
	display: inline-block;
	float:left;
	margin-left: 30px;
}

#main_menu a {
	text-decoration: none;
	color: inherit;
	height: 43px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

#main_menu a:hover {
	background-color: #ddd;
}

#languages {
	float:right;
	margin-right: 10px;
	display: inline;
	background-color: #ddd;
	padding: 3px 8px;
}

#languages a {
	color: inherit;
	text-decoration: none;
}

#container {
	width: 100%;
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 35px;
}

#footer {
	background-color: #eee;
	width: 100%;
	position: relative;
	padding: 15px 0;
	border-bottom: 4px solid #fff;
}

#copyright {
	width:100%;
	text-align: center;
}

#footer_menu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer_menu a {
	color: inherit;
	text-decoration: none;
}

#flower {
	background: transparent url('/media/images/gerber.png');
	width: 204px;
	height: 99px;
	position: absolute;
	bottom: -19px;
	left: 0;
}


#index_content {
	float: left;
	width: 650px;
}

#random_base {
	width: 300px;
	float:left;
	margin-left: 14px;
	text-align:right;
}

#categories_menu_div {
width: 100%; 
background-color: #ddd;
}

#categories_menu {
padding: 3px 5px;
margin: 3px 5px;
list-style-type:none;
width: 964px;
margin: 0 auto;
letter-spacing: 0;
}

#categories_menu li{
	display:inline;
	float:left;
	margin-right: 5px; 
}

#categories_menu a {
	text-decoration: none;
	color: inherit;
	font-size: 10px;
}

.table_base {
	display: inline;
	position: relative;
	float: left;
	text-align: center;
	width: 24%;
}

.table_base_name {
	width: 100%;
	text-align:center;
}

#exposition {
	background: transparent url('/media/images/exposition_background.png');
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index:100;
}

#exposition_inner {
	width: 850px;
	height: auto;
	margin: 20px auto;
	background-color: #fff;
	border: 10px solid #bfb99f;
	position:relative;
}

#exposition_inner input {
	width: 80px;
}

#exposition #name {
	margin-top:10px;
	width: 450px;
}

#exposition_inner #edit_submit {
	width: inherit;
}

#exposition_left {
	display:inline;
	float:left;
}

#exposition_right {
	display:inline;
	float:left;
	padding: 20px;
}

#close_exposition_button {
	position:absolute;
	top: 0;
	right: 0;
	background-color: #bfb99f;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
}

#pagination {
	float:right;
	position:relative;
	bottom: -20px;
}

#pagination a {
	color: inherit;
	text-decoration: none;
}

#pagination strong {
	color: #6e1111;
}

#categories_left_menu {
	list-style-type: none;
	font-weight: bold;
}

#categories_left_menu a {
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

#categories_left_menu a:hover {
	text-decoration: underline;
	color: #6e1111;
}

.categories_left_submenu {
	list-style-type: none;
	padding-left: 30px;
}

#categories_left_menu .categories_left_submenu a {
	font-weight: normal;
}

#adress_bar {
	margin-top: 5px;
}

a.highlighted {
color: #6e1111;
}

.float_left {
	display:inline;
	float:left;
}

#differences p {
	margin-bottom: 15px;
}

#differences img {
	border: 1px solid #ddd;
	height: 190px;
}

