* {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #999;
}

body {
	margin: 0;
	padding: 0;
	background: #f1eee8 url(img/bodybg.gif) repeat-y 50% 0;
	text-align: center;
}

#container-page {
	text-align: left;
	margin: 0 auto;
	width: 850px;
}

#container-header {
	position: relative;
	padding: 20px 0 0;
	height: 79px !important;
	height: 99px;
	background: transparent url(img/headerbg.gif) no-repeat -9px -12px;
	margin-bottom: 10px;
}

	#container-header h1#title {
		position: absolute;
		left: 23px;
		top: 59px;
		overflow: hidden;
		margin: 0;
		text-indent: -1000em;
	}

		#container-header h1#title a {
			display: block;
			width: 218px;
			height: 39px;
		}

	#container-header ul {
		margin-top: 42px;
		float: right;
		margin-right: 20px;
	}

		#container-header ul li {
			padding: 10px 6px 0;
			border-left: 1px dotted #f60;
			float: left;
			list-style: none;
		}
		
			#container-header ul li a {
				text-decoration: none;
				color: #999;
			}


#container-submenu {
	clear: both;
	background: transparent url(img/submenubg.jpg) no-repeat 100% 26%;
	margin: 0 20px;
	padding: 0;
	width: 810px;
	height: auto !important;
	min-height: 140px;
	height: 140px;
}

	#container-submenu ul {
		margin: 0;
		padding: 10px 0;
		border-right: 10px solid #fff;
		background-color: #eee;
		width: 200px;
		min-height: 120px;
		height: auto !important;
		height: 140px;
	}

		#container-submenu ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			border: 1px solid #eee;
		}

			#container-submenu ul li a {
				color: #999;
				white-space: nowrap;
				display: block;
				padding: 4px 10px;
				text-decoration: none;
			}

			#container-submenu ul li a:hover {
				color: #999;
				background-color: #ddd;
			}

#container-content {
	clear: both;
	margin: 10px 0;
	padding: 0 20px 10px;
	overflow: auto;
	line-height: 180%;
}

	#container-content-main {
		border-top: 10px solid #999;
		padding: 0 !important;
		padding: 10px 0 0;
		width: 585px;
		float: left;
	}

	#container-content-sub {
		background-color: #eee;
		width: 195px !important;
		width: 215px;
		float: right;
		padding: 10px 10px 0;
		margin-right: 0;
	}

#container-footer {
	padding: 10px 10px;
	background: #f1eee8 url(img/bottombg.gif) no-repeat -9px 0;
	text-align: right;
	clear: both;
}

h1, h2, h3, h4, h5, h6, dl dt {
	color: #f60;
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
}

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { color: #f60; }
#container-content a:hover,
#container-footer a:hover {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a img { border: 0; }

dl dt {
	font-weight: bold;
	
}

dl dd {
	margin: 0 0 15px;
	padding-left: 10px;
	border-left: 1px solid #999;
}

dl dd a {
	color: #999;
	text-decoration: none;
}

/* MODULS */

.cm_modul_gallery_templates form {
	margin-right: 10px;
	float: left;
}

.cm_modul_gallery_templates table {
	border: 0;
	clear: both;
	width: 100%;
}

.cm_modul_gallery_templates table td {
	border: 0;
	width: 50%;
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
}

.cm_modul_gallery_templates a img {
	border: 1px solid #000;
}

.cm_modul_gallery_templates .previous {
	float: left;
}

.cm_modul_gallery_templates .next {
	float: right;
}

.cm_modul_gallery_templates p img {
	border: 1px solid #000;
}

.cm_modul_gallery_templates hr {
	clear: both;
	margin: 20px 0;
}

.cm_ajanlatkero table {
	width: 100%;
	border: 0;
	border-spacing: 3px;
}

.cm_ajanlatkero table th,
.cm_ajanlatkero table td {
	font-size: 13px;
	/* border: 2px solid #fff; */
	padding: 3px 8px;
	text-align: left;
}

.cm_ajanlatkero table th {
	width: 50%;
	background-color: #eee;
	font-weight: bold;
}

.cm_ajanlatkero table th.error {
	background-color: #f60;
}

.cm_ajanlatkero table th.error label {
	color: #fff;
}

.cm_ajanlatkero table th label {
	display: block;
	width: 100%;
}

.cm_ajanlatkero table input {
	vertical-align: middle;
}

.cm_ajanlatkero input.submit {
	margin-top: 10px;
	width: 140px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #666;
	background: transparent url(img/button.gif) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}