body{
	background-color: #D4D5F3;
	padding: 0;
	margin: 0px 0 8px 0;
}
body,div,input {
	color: black;
	font-size: 11px;
	font-family: tahoma, helvetica, arial, sans-serif;
}
a { text-decoration: none; font-weight: normal; color: black; }
a:hover { text-decoration: none; color: blue; }

ul { margin-left: 20px; }

#allpage {
	width: 800px;
}

#topbar {
	position: relative;
	left: 11px;
	height: 136px;
	background: transparent url(http://motocykle.ovh.org/images/topek.jpg) 0 0 no-repeat;
	margin-bottom: 13px;
}
#leftmenu {
	float: left;
}
#rightmenu {
	float: right;
}
.menu {
	width: 161px;
	padding-bottom: 10px;
	text-align: left;
}
.menu a {
	padding-left: 0px;
}
.menu h1 {
	margin: 0 0 2px 0;
	background-color: black;
	color: white;
	font-size: 11px;
	text-align: center;
}
#foot {
	clear: both;
	text-align: center;
	padding: 10px;
}

#outcontent {
	float: left;
	width: 465px;
	padding: 0;
	margin-left: 5px;
}
#content { padding: 10px; text-align: left; }
#content a { text-decoration: underline; }
#content a:hover { text-decoration: none; }
#content h1 { margin: 0 0 10px 0; font-size: 13px; color: white; background-color: black; padding: 1px 10px 1px 10px; }
#content h1.error { color: red; }
#content h2 { font-size: 12px; color: black; }
#content form { margin: 0; }
#content button { font-size: 10px; }
#content p { margin: 10px 0 10px 0; font-size: 11px; }
#content input, #content select { background-color: #eee; color: black; }
div.windowbar {
	margin: 20px 30px 0 30px;
	padding: 2px 5px 2px 5px;
	background: black;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
div.window {
	margin: 0px 30px 20px 30px;
	padding: 10px;
	background-color: #E2E3FB;
	border: 0;
}
#content img.phone { border: 1px solid black; }
#content td { font-size: 11px; color: black; }
#content select { font-size: 11px; font-weight: normal; }

/* style do kadrowania obrazka */
#frmeditor {
	position: relative;
	left: 22px;
	height: 460px;
}
#frmimage {
	position: absolute;
	left: 0px;
	top: 0;
}
#frmtoolbox {
	position: absolute;
	left: 0px;
	top: 410px;
	height: 60px;
}
#frmtoolbox img.btn {
	border: 2px solid;
	border-color: silver gray gray silver;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #AAB2BC;
}
/* style edycji e-kartki */
#content div.ecardform {
	text-align: left;
}
#content div.ecardform input {
	width: 170px;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
}
#content div.ecardform textarea {
	width: 170px;
	height: 100px;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
}
#content div.ecardform p { margin: 5px 0 0 0; }
#content div.ecardview {
	border: 1px solid white;
	padding: 10px;
	background-color: #5F7F93;
	text-align: center;
}
#content div.ecardview p {
	margin: 0;
}
#content div.phonedisp {
	width: 170px;
	color: white;
	font-size: 10px;
	font-family: verdana,helvetica,arial;
	padding: 3px;
	border: 1px solid white;
	background-color: #E3F7FF;
	text-align: left;
	margin: 3px;
}
#content div.phonedisp b { color: white; }

