@import "webkoktel.css";

body {
	background: #DCC283;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#page {
	width: 911px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#header {
	width: 911px;
	height: 144px;
	margin: 0 0 6px 0;
}


#content {
	width: 911px;
	margin: 0 0 0 26px;
}

#logo_line {
	width: 862px;
	height: 100px;
}

#logo {
	float: left;
	width: 862px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat left;
}

#none2 {
	float: left;
	height: 100px;
	width: 623px;
	background: url(../images/none2.gif) no-repeat;
}

#motto {
	width: 862px;
	height: 187px;
	background: url(../images/motto.gif) no-repeat;
}

#motto h1 {
	display: none;
}

.menu, .submenu {
	border: 0px solid black;
	height: 46px;
	background: #005033;
	display: block;
	position: relative;
}

.menu {
	width: 862px;
}



#text_content {
	width: 842px;
	background: #FFFFFF;
	padding: 10px 10px 50px 10px;
	color: #59534C;
}

#textbox {
	margin: 0 30px 30px 30px;
}

#footer {
	padding:0;
	margin:0 0 10px 0;
	width: 862px;
	height: 46px;
	background: #005033;
	display: block;
}

#footer_left {
	width: 9px;
	height: 46px;
	float: left;
	background:url(../images/footer_1.gif);
}

#footer_center {
	width: 844px;
	height: 46px;
	float: left;
	text-align:center;
}

#footer_center p {
	margin: 15px 0 0 53px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer_right {
	width: 9px;
	height: 46px;
	float: left;
	background:url(../images/footer_2.gif);
}


#footer_center img {
	margin: 12px 20px 0 0;
	float: right;
	border: 0;
}

#footer a {
	color: #ADCBCF;
	text-decoration:none;
}

#footer a:hover {
	color: #ADCBCF;
	text-decoration:underline;
}


img {
	border: 0px;
}

@import url('user_style.css');

